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

Is it possible to await a page entrance animation?

I have the following animation set on a scrollviewer: This brings me a nice animation where the scrollviewer…
Jan Hommes
  • 5,122
  • 4
  • 33
  • 45
0
votes
1 answer

QueryString in WPF UserControl / View

I'm trying to use the collection in a UserControl to show a view containing a list of items. Ideally I'd like the tabs a category of data to show in the list. I was thinking of populating the list dynamically and passing the…
Echilon
  • 10,064
  • 33
  • 131
  • 217
0
votes
2 answers

How could I implement the tooltip effects in the MUI_PAGE_COMPONENTS via NSIS?

Currently I'm developing a installation package via NSIS for our products, however, our product manager doesn't like the default style of MUI_PAGE_COMPONENTS, so i wonder how could i implement a component page via NSIS while remove the description…
whossa
  • 191
  • 1
  • 7
0
votes
1 answer

Alter the z-index of windows on a NSIS MUI2 Page

Is it possible to set the z-index of the header bitmap window on a NSIS MUI2 Page? I am trying to make a window that contains a large bitmap sit behind the other windows(labels, checkboxes etc.) on the MUI2 Pages MUI_PAGE_WELCOME &…
sazr
  • 24,984
  • 66
  • 194
  • 362
-1
votes
1 answer

Need Column format for formatting date sharepoint online sharepoint default format is 10/30/2020 I need it as Oct 30, 2020

I am trying to format the date from 10/30/2020 to Oct 30, 2020 using the SharePoint online column formatting. Can someone please help me out with JSON format which convert my date to any specific format which was passed as a parameter. Thanks in…
-1
votes
1 answer

Metro modern UI for xaml

I want to design my xaml user control in metro style and want to use controls like tiles etc which are missing from usual XAML toolbox. How do I use these controls ? Are there any packages or library which allows us with modern UI metro controls to…
Shahzad
  • 1,677
  • 1
  • 12
  • 25
-1
votes
2 answers

Dynamically create search parameters wpf application

Suppose I have following requirement: I want to be able to create a list of rules that will look like this: Keyword ToBeDeleted ToBeMoved Rule1: "test keyword" true false Rule2: "test keyword2" false …
Nic
  • 1,088
  • 3
  • 19
  • 43
-1
votes
2 answers

NSIS : Why "Text" from text box value became numeric?

I've created a custom page(.nsh) and there are 3 text boxes (url, user, password) for user typing in it and .NSI file will get these data to write into a properties file. But those text became to numeric such 9502966, 4718976 and 8455398. What…
Chill Gal
  • 15
  • 5
-1
votes
1 answer

Retrieve the DataContext of the Content set by using ContentSource property

I need to get the DataContext of the View set by using ContentSource property of the ModernWindow, Could you please help.I am using MVVM framework with Modern UI. The ViewModel code from where I need to show another window is as follows, public void…
-1
votes
1 answer

How to determine if IE is metro mode in PHP

I'm making a webpage in PHP and I want to show a user different contents when he accesses the page in IE desktop mode and IE modern UI mode on Windows 8. Can user-agent do this? If not, are there any possible solutions? Thank you.
ChandlerQ
  • 1,428
  • 2
  • 21
  • 29
-2
votes
2 answers

C# to VB.NET Conversion - Where is it going wrong?

I have recently discovered the Modern UI (Metro) Charts on CodePlex which looks to be truly excellent, and exactly what I'm looking for to complete this project. https://modernuicharts.codeplex.com/documentation As I don't write C#, however, I rely…
Jiminy Cricket
  • 1,377
  • 2
  • 15
  • 24
-3
votes
1 answer

What versions of .NET and WPF, does the ModernUI framework support?

I'm working with a WPF app that was written using the ModernUI framework. I'm wondering what versions of the .NET Framework does the ModernUI support?
Rod
  • 4,107
  • 12
  • 57
  • 81
-5
votes
1 answer

winapi how to change a windows resource language programatically

trying to change resource languages into an exe/dll file programatically, I've tried to do that with UpdateResource but it doesn't work since the language per item is not part of the resource template, it seems to be in a structure caller…
user3806924
  • 23
  • 1
  • 4
1 2 3
17
18