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

WPF Uri error format in MUI

I got this ConfigurationUserCOntrol
Kokombads
  • 450
  • 2
  • 9
  • 23
0
votes
1 answer

Email validation in Portable/.NETcore (Modern-UI) application

What is a good approach to validating emails in a portable application, specifically a Modern UI application? I do not wish to have to reinvent the wheel and I'm not terribly keen on using a wall of regex. My personal problem is that I have…
Nathan Cooper
  • 6,262
  • 4
  • 36
  • 75
0
votes
0 answers

How to create Image Grid in WPF

I would like to ask, how can I easily create a grid or view with images in WPF C#. I am interested in simple view, where all images are sized uniformly with fixed spacing between them - like basic gallery. Images would be loaded dynamically, number…
Martin Vrábel
  • 830
  • 1
  • 13
  • 36
0
votes
1 answer

How to add Context Menu in wpf in Modern Metro UI

I am doing one wpf app using Modern Metro UI,i want context menus on this app as i tried
0
votes
3 answers

How to reload page when navigating

I am developing WPF MUI application.I navigate to another page using button onclick and print some text on page1.xaml . after i navigate using another button to print another text on page1.xaml .but i could not do that.my out put was not new text.it…
Sandun Harshana
  • 721
  • 1
  • 13
  • 28
0
votes
2 answers

How to make access to all UI Control in first load?

I Used Modern UI for WPF and use this library. From menu link group I used this :
mrhands
  • 1,473
  • 4
  • 22
  • 41
0
votes
1 answer

How to programmatically set chart series title in ModernUI WPF chart

I need to set the chart series title programatically using the ModernUI WPF charting. I create the charts in the following way, allowing for easy data entry: public class MainViewModel { public ObservableCollection Populations…
Ashton
  • 1,265
  • 14
  • 23
0
votes
1 answer

same app, different interface

I'm writing a WPF Application with ModernUI. It looks great on my computer(win 7). However, it looks different on my colleague's(also win 7). What can I do to make it look always like the same way, just as on my computer?
0
votes
2 answers

Modern UI app pages life cycle

Is there a way to navigate from page1 to page2 and then back to page1 without loading the page again? (I'm programming in Visual Studio 13 for Windows in C#.)
Lev Petrov
  • 21
  • 1
  • 9
0
votes
2 answers

Get URI from Object

I am using ModernUI for developing a WPF application. It contains a control called Link which can be used for navigating through pages. It's also used in Tab controls for displaying pages on multiple tabs (Each tab serves as a link). My requirement…
Nilesh Barai
  • 1,312
  • 8
  • 22
  • 48
0
votes
1 answer

Multiple VM creation while using Catel with Modern UI

I love Catel framework. Modern UI looks pretty good. But I've faced with problem while trying to make them works together. I've added two catels usercontrols Home and Second in mui project. The problem is that when transition from Home to Second…
FunctorPrototype
  • 1,173
  • 2
  • 12
  • 24
0
votes
1 answer

Add custom modal dialog matching Modern UI for WPF (MUI)

I'm using ModernUI for WPF (MUI) available on codeplex here. It's a nice framework and I have no issues using it as a container for my pages. I'm now trying to add a custom modal dialog, but declaring as a simple Window doesn't keep the nice style…
Dan
  • 1,060
  • 13
  • 39
0
votes
1 answer

JQM: Is Modern/Metro UI concept possible?

It's known, that jqm works with pages, that are screen wide. Is it possible to implement in jqm & phonegap an app, that has pages wider than the screen and lets user horizontally scroll, like it's done in MS's Modern/Metro UI? In case of MS…
Daniel
  • 1,364
  • 1
  • 11
  • 18
0
votes
1 answer

How to create a Doughnut chart in windows 8 app?

I am using the excellent Modern UI Charts for creating a Doughnut chart in my Windows 8 application. But I haven't been able to customize it much which has led me to look for other ways to create a doughnut chart. I would be very happy if anyone…
Bitsian
  • 2,238
  • 5
  • 37
  • 72
0
votes
1 answer

How to use ContactDate from ImportantDates

I try to get birthdate of a contact in a windows store apps. I get always the same wrong date (year 4, month 5 and day 5). Someone try it? var contactPicker = new Windows.ApplicationModel.Contacts.ContactPicker(); var selectedContact = await…
droopy
  • 1
  • 1