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
2
votes
0 answers

Disable Animation in ModernUI Charts

I'd like to use the gauge chart to display a dynamic value. My event updates the datacontext frequently. The problem is the animation of the controls. How Do I disable the animation or update the value without triggering the "start"…
UnitedPE
  • 21
  • 4
2
votes
2 answers

Modern UI how to go to another page from another link

I am currently using Modern UI from CodePlex. It is great and easy to use but there are some classes and events that I am not familiar with. Example: I have two GroupLinks named "Patients" and "Configurations". There are several pages in each of the…
Kokombads
  • 450
  • 2
  • 9
  • 23
2
votes
0 answers

Sharepoint - Weird language behavior after translation

I'm currently encountering a weird behavior of sharepoint in my current project. The task is simple in its core: We have a site collection, where we can create projects (projects are then subsites of the root site again). In v1 our product was only…
Dwelgaz
  • 83
  • 5
2
votes
1 answer

Image don't display in Modern UI For WPF

I'm developing a Modern UI app for WPF c#. The problem is the Image displays only in mode design. When I execute the app, it doesn't show. I added "pack://siteoforigin:,,," but it doesn't work. Anyone can help me please! Code: Image…
Anis
  • 43
  • 6
2
votes
3 answers

Refresh/Reload MUI WPF Page when Tab is Changed

I am developing a desktop application using Modern UI for WPF. I try to refresh my tab page when I go to a new tab page, but I couldn't. I want to refresh my MUI WPF tab page when I go to another page using my tab controller. Can anyone help me?
Sandun Harshana
  • 721
  • 1
  • 13
  • 28
2
votes
1 answer

How to focus a tab in wpf

When load to tab page, i want to focus second tab.it is a wpf application.I use MUI template for that. here is my code
Sandun Harshana
  • 721
  • 1
  • 13
  • 28
2
votes
3 answers

Running a WPF dialog from a test

When I run a ShowDialog call from within a Unit test, I'm getting a System.Windows.Markup.XamlParseException: The current SynchronizationContext may not be used as a task scheduler. Running from main works fine. I realize this isn't the normal…
Alan Baljeu
  • 2,383
  • 4
  • 25
  • 40
2
votes
2 answers

Modern UI (Metro) style tile in HTML 5?

I would like to know if it's possible to recreate the tile system of modern UI from Windows 8 on a HTML page. I already created this from this website. Here is the code
Bastien Vandamme
  • 17,659
  • 30
  • 118
  • 200
2
votes
2 answers

How to cancel a NSIS setup without showing a confirmation message box?

Having a NSIS setup with Modern UI 2, the user gets a message box to confirm when he clicks on the Cancel button in the installation wizard. I want the user to be able to exit the installation wizard without confirming an additional "Are you sure?"…
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
1
vote
1 answer

z-index not working with material ui reactjs | how can I show an element top?

I want to show another Box component above Modal component. Both are material ui component. There is Parent Box component and there is another Box component inside Parent Box component. Thing I want to do is show the second/child Box component on…
Happy1234
  • 537
  • 3
  • 15
1
vote
2 answers

How to uninstall material-ui and install the latest MUI?

My React APP currently has the old material-ui install. How to uninstall it and install the latest MUI? EDITED: package.json: "dependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@mui/icons-material":…
1
vote
0 answers

Hide TopTabs when scrolling a Page

I am developing a complex App and made use of the advantages of Xamarin.Forms.Shell for layout and navigation. Now there are a few annoying things that I haven't been able to find a solution for yet. I have three Sections in the App where two or…
1
vote
1 answer

Set NSIS installation directory from command line when MUI is used?

I'm trying to write a Scoop app manifest for a program (JAGS) with a NSIS installer. I want to run the installer from PowerShell. The NSIS documentation says to use the /D switch to set the installation directory. However, the installer uses NSIS's…
Metalurgia
  • 487
  • 1
  • 4
  • 8
1
vote
0 answers

ModernUi graph is not showing in the application

I am trying to display the stack column chart in my project. somehow i am not able to display. i am not able to figure out what is wrong with it.below is the picture what i wanted to do. [Stacked column chart][1] [1]:…
zuhair
  • 21
  • 5
1
vote
1 answer

Calling PRE functions of MUI in NSIS installer, skipping pages/dialogs in NSIS installer

Can PRE function of a MUI dialog be called only when required? !define MUI_PAGE_CUSTOMFUNCTION_PRE SkipComponentsPage !insertmacro MUI_PAGE_COMPONENTS Function SkipComponentsPage Abort MessageBox MB_OK "You chose to UPDATE your current…
sqlchild
  • 8,754
  • 28
  • 105
  • 167