Questions tagged [modern-ui]

ModernUI for WPF is a set of controls and styles converting WPF applications into "Modern UI" Windows applications.

ModernUI for WPF is a set of controls and styles converting WPF application into a "Modern UI" Windows applications. This open source project is a spin-off of XAML Spy, the visual runtime inspector for Silverlight, Windows Phone, Windows Store and WPF.

268 questions
0
votes
1 answer

button plugin not working for more than one button in MUI NSIS Installer

In GetButtonID function, when more than one button event handler is given ,then it autoexits before showing the Directory MUI page dialog. But, when only one button event handler is given , then the Directory page is displayed without any…
sqlchild
  • 8,754
  • 28
  • 105
  • 167
0
votes
1 answer

fill directory textbox on button click in MUI NSI Installer , using ButtonEvent plug-in

i have added custom button using Resource Hacker on the MUI Directory Page of the installer, now i want that when the button is clicked then the Default Textbox where the user enters the InstallDir (the path where the application is installed), is…
sqlchild
  • 8,754
  • 28
  • 105
  • 167
0
votes
0 answers

Can Prism's Regions work with MUI's IContent?

I've been tasked with upgrading and rationalising a WPF project built using ModernUI. It references Prism but doesn't actually use it anywhere - almost all code is in code-behind files under the XAML. This is not testable or maintainable, so I'm…
Rich Bryant
  • 865
  • 10
  • 27
0
votes
0 answers

Having problems debugging and building a WPF app

I've been making modifications to a WPF app we wrote a few years ago using the ModernUI framework, adding a Shared Project, making the necessary changes. However, I've found that I can neither debug the app, nor build it. When I tried to debug the…
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
1 answer

disable button mui: Link in a mui: LinkGroup.Links

I have a group of the button mui:LinkGroup which contains four buttons mui:Link which one I disactivate it and remain in gray. Here is my code with Xaml and C#
waj
  • 11
  • 4
0
votes
0 answers

Make Basic Pages from ModernUI to Strech size of MainWindow

Actually, I'm a very new developer of WPF (I didn't do anything in this technology for almost 5 years) and now I started working in a new application using ModernUI. My problem is that I don't know how to use templates (Pages). Because I'm missing…
z3nth10n
  • 2,341
  • 2
  • 25
  • 49
0
votes
1 answer

JavaScript in SHarepoint Modern UI

We have created a SharePoint Communication site with Modern UI. We need to execute some Javascript code for chatbot integration. All we have to do is just reference some external js files. How this can be achieved as modern UI blocks client…
0
votes
2 answers

Splash screen(MetroFramework) is not displaying C#?

I used metro framework for create splash screen, but when i use .Abort() function for thread then the splash screen is not working at all. But if i use .Suspend() it's working but even after the main form load, splash screen is not disposing. Here…
Lakshan
  • 297
  • 1
  • 3
  • 14
0
votes
2 answers

How to nest a ModernMenu in a modernUI WPF application?

I'm creating a WPF application using the ModernUI framework and I'm having trouble nesting a ModernMenu control in my MainWindow class. Here's what I had initially for my MainWindow:
LKeene
  • 627
  • 1
  • 8
  • 22
0
votes
1 answer

How can I send data between a link to the tab it opens in Modern UI Link page WPF?

I am doing a project in WPF and I am using the 3rd Party library Modern UI or Mui. I am using the library's Modern List page to present the user a bunch of dynamically found IP addresses. As a result I want that for each new IP link on the left,…
0
votes
1 answer

How to traverse a multi-language version resource?

I'm trying to use the code snippet shown at the end of this page to read multi-language version resource for executable files. But, for example, when I run the code below for this file: I get my nCnt as 1 for only one resource, i.e. English. What…
c00000fd
  • 20,994
  • 29
  • 177
  • 400
0
votes
1 answer

Using "Grid" instead of "UserControl" on ModernUI - WPF

On ModernUI, we have "ModernTab" isntead of using "TabControl" But How could I show "" inside of each tabs, instead of using userControl. My mean I looking to add "Grid" inside of each Tab Code on ModernUI:
Meysam
  • 87
  • 5
0
votes
2 answers

IO exception cannot locate resource 'basicpage1.xaml'

Hello I'm using Modern UI for WPF ,I have a page that contains a list with Items as links to other pages(User controls) my problem is when I press a link I have the error System.IO.IO exception cannot locate resource 'basicpage1.xaml' I have…
Ahmed Elsayed
  • 57
  • 1
  • 5
0
votes
1 answer

Use font-awesome in mui:ModernWindow.TitleLinks

My question is pretty simple, I want to override font for Modern UI title links. Here's what I did so far:
Mark
  • 8,046
  • 15
  • 48
  • 78
0
votes
0 answers

C# CreateRoundRectRgn creating rounded forms/panels/etc. multiple times

My problem is to show a rounded panel in my .NET application. Using the CreateRoundRectRgn Method, the Panel can be created with rounded borders. But here the problem starts, making 2 Panels in 1 UserControl doesn´t work, only the last element is…
Ricardo Fercher
  • 917
  • 6
  • 10