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

How does JavaFX integrate the title bar and menu bar?

Many modern applications combine title bar and menu bar (such as Chrome, VS Code, IntelliJ IDEA, MS Offer), how is this possible? Does the Windows system provide support for this effect or does the application implement all the title bar features…
Xi Minghui
  • 95
  • 1
  • 9
0
votes
1 answer

NSIS: Hide section name and checkbox in IN/UN Components page

I using NSIS to install my project. I need to show or hide section based on flag in Uninstall Component page. I used SectionSetText ${SecId} "" and now in uninstall component page I don't see section text but the checkbox is visible. Is there some…
saravana
  • 544
  • 1
  • 7
  • 26
0
votes
0 answers

how to add custom class inside custom class in material ui?

I added the class inside class as below, import { withStyles } from "@material-ui/core/styles"; import React from 'react'; const styles = theme => ({ test1:{ '& test2':{ color:"red" } }, …
0
votes
1 answer

FirstFloor ModernUI Unable to Navigate via TitleLinks.LinkNavigator

I'm trying to navigate to an XAML control (specifically ModernFrame control) via the following code when a keyboard shortcut is pressed: LinkNavigator.Navigate(new Uri("/Controls/SettingsManager.xaml", UriKind.Relative), this); The keyboard…
FatalSleep
  • 307
  • 1
  • 2
  • 15
0
votes
1 answer

How to keep NSIS install window open?

When I press "Install" there is a small window showing the files that are being copied and other operations such as registering dlls, etc.. I would like to keep that window open when it done.
nmnir
  • 568
  • 1
  • 10
  • 24
0
votes
1 answer

How to create shortcut for desktop and startmenu after installation in NSIS?

I am new to NSIS. I am trying to add this below style of the page in post-installation (i.e. before the finish page). Could anyone suggest, whether we can do a single custom page and add the necessary checkbox, radio button, and program groups ? or…
JDGuide
  • 6,239
  • 12
  • 46
  • 64
0
votes
1 answer

Centering NSIS MUI Header image

As I have read so far, it seems that the header image of a wizard page created by NSIS MUI can be only left or right aligned? Is there any possibility of centering the image?
Dulini Atapattu
  • 2,735
  • 8
  • 33
  • 47
0
votes
1 answer

Non-changeable navigation button

Introduction I downloaded a template of a Universal Windows Platform (UWP) application and started making changes right away. Problem When I try to change the button responsible for shortening the left navigation page, I cannot make a…
user15025183
0
votes
1 answer

Highlight links in a Quick Links web part on SharePoint modern page

We have added 4 "Quick Links" web/app part in one section on a SharePoint modern page. We would like to highlight links under "Quick Links web part 2" and "Quick Links web part 4" only. I have added React modern script editor. How do we archive the…
Sid
  • 11
  • 1
  • 4
0
votes
0 answers

The ModernUI assembly is raising a casting error on code I've not modified

I've been making some modifications to an app we're writing. We use the ModernUI assembly from FirstFloor. I've added a value converter class to the project, then used it in the XAML. It had been working fine, until my last attempt to build the…
Rod
  • 4,107
  • 12
  • 57
  • 81
0
votes
1 answer

Navigation Failed. Cannot Locate Resource for ModernTab WPF

I am using ModernUI in my application. In the code below, I have a link "General" in ModernTab which is inside a window PriceSettingsView in a project PriceSettingsUI. When I run this application the PriceSettingsView window is shown and the link…
KV Ramana
  • 89
  • 3
  • 11
0
votes
0 answers

How to build WPF Modern UI as plugin DLL for Revit

For a couple of Windows Applications I've used FirstFloor.ModernUI successfully. When I want to implement this framework as a plugin for Autodesk Revit 2019 API, I get the following error: NullReferenceException This is the MainWindow.xaml…
Serhan BAKIR
  • 59
  • 1
  • 1
  • 7
0
votes
1 answer

WPF datagird checkbox - one click select, fire event on check/uncheck

I have a WPF (Modern-UI) datagird:
Marcin
  • 13
  • 4
0
votes
1 answer

Why is my WPF aplication loading animation steel Freezing?

I am developing a desktop application for managing a forest catalog. When starting the application, certain data must be displayed from a MySql database, which slows down the start of the application, so I want to show a dialog that shows an…
0
votes
2 answers

nsis installer autoexits/ closes automatically , i am using pre and show functions to show a directory MUI page

i am building an installer using nsis. i have added 5 buttons using resource hacker on the Directory Page Dialog of the installer. also i have defined these functions: !define IDC_BUTTON_CDRIVEPATH 1200 !define…
sqlchild
  • 8,754
  • 28
  • 105
  • 167