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

ModernUI Charts populating with SQL data?

Ok, so the documentation for ModernUI Charts is dreadfully lacking especially in very common things such as binding to datatables and therefore SQL tables. There's one question on the codeplex site's discussion where someone asks a similar question…
0
votes
1 answer

WPF MVVM Can I bind 2 commands to a single ModernButton?

I might be going completely wrong here but I am trying to perform 2 actions based on a single click of a ModernButton (Part of ModernUI). Basically I have an 'Add' button on one page. When a user clicks it I want to call a 'Add' method on my…
MattR
  • 13
  • 4
0
votes
1 answer

WPF Modern UI Master Detail Link Between Windows

I am very new to WPF and am struggling with the most basic of tasks. I really hope someone can point me in the right direction please. I am using WPF with Modern UI utilising the MVVM pattern. I have a UserControl which is successfully…
MattR
  • 13
  • 4
0
votes
1 answer

How to create a blank ModernWindow using ModernUI?

I have followed the MUI guide provided here: http://mui.codeplex.com/wikipage?title=How%20to%20use%20your%20own%20navigation%20framework but that doesn't work because the BlankWindow resource is not available. Then someone aswked about it here:…
IneedHelp
  • 1,630
  • 1
  • 27
  • 58
0
votes
1 answer

Not implementing IDataErrorInfo and yet getting validation

I am using modern UI. I didn't implement IDataErrorInfo at my view model base or any view model, and yet, I get validation error. Namely, when I type in a value in a text box then remove it, I get the error: value '' could not be converted. Also,…
Talal Yousif
  • 1,094
  • 1
  • 9
  • 12
0
votes
0 answers

ListView - how to disable element turning into gray on mouse hover

On Windows 8 Store App I need simple list without any click/hover action. I created ListView but I dont't know how to disable element background turning into gray after mousehover. (Element has TextBox and TextBlock)
MW123
  • 1
  • 1
0
votes
1 answer

Custom Size in Windows 8.1 Simulator

I have been searching this over the web for 2 days now and I am still unable to get my hands on something helpful. I have to run my windows 8.1 app on large device (i-e 80 inches) having 4k(3840 X 2160) resolution. The max resolution I have on the…
0
votes
1 answer

Disable Scrolling for touch input

I have this xaml in my page:
Nathan Cooper
  • 6,262
  • 4
  • 36
  • 75
0
votes
1 answer

Developer license expiration

I am developing my application using free developer license which I have got in VS. This license have expiration date is one month after the date of issue. I don't use Store and install app on our devices using power-shell script. What will be…
ceth
  • 44,198
  • 62
  • 180
  • 289
0
votes
2 answers

Programatically generate and bind data to Modern UI Chart

I'm having trouble binding data to the Modern UI Chart control. Im not using it the common way where i create a XAML element and then bind to that, my goal is to create the element and render it in memory for then to fetch the image of the…
Thomas Andreè Wang
  • 3,379
  • 6
  • 37
  • 53
0
votes
0 answers

Threading.Timer doesn't work in my Modern UI App

I'm trying to create a timer for my C#/Xaml modern UI app (Windows 8.1). I already saw this post : How do we set Timers in WinRT app? The solution which is given in this link works for me. The DispatcherTimer works fine. But my problem isn't…
Vilo
  • 29
  • 7
0
votes
1 answer

How to place settings button on title bar wpf?

I want a settings button like this But I am unable to place the button. I cant find proper documentation for this. Code
Sowvik Roy
  • 885
  • 2
  • 11
  • 25
0
votes
3 answers

Saving the progress of a Unity game in isolated storage

I am building a Unity game targetted for Windows Store 8.1 and I need to save game progress in isolated storage. But using 'await' operator in accessing the local storage gives me this error 'await' requires that the type…
Tehreem
  • 939
  • 2
  • 14
  • 31
0
votes
1 answer

WPF Modern UI VB.Net Events

I have recently begun a learning project using WPF with VB.Net - This is the first time I haven't been able to find the answer I need, apologies if this is basic. The following webpage describes how to handle navigation events within Modern UI, but…
Jiminy Cricket
  • 1,377
  • 2
  • 15
  • 24
0
votes
1 answer

WPF MvvM communication between view models in a single View

This title might be inappropriate for question itself but stay with me  I’ll change it if you have better suggestion. This is my first wpf application so I might missed some key concept… I did google, but I failed to find correct approach. I am…
jabree
  • 77
  • 3
  • 8