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 can i close Morden UI page with code?

here on Button click to close mordenwindow..thats doesn't work private void Button_Click_1(object sender, RoutedEventArgs e) { // this MainWindow is like this -->
Krunalsinh
  • 240
  • 1
  • 13
0
votes
1 answer

Windows Modern App vs Desktop app for Point of Sales

I am developing Point of Sales (POS) for Windows. I am torn into two choices, to develop it as desktop app or modern app. From my understanding, WIndows Store does not publish desktop app directly. I want to sell my app in Windows Store, so that…
Haikal Nashuha
  • 2,958
  • 7
  • 44
  • 67
0
votes
2 answers

Metro UI for WPF differences

Does exist any real difference among "Modern UI for WPF", "MahApps" and "Elysium"? What would you suggest? I can find any list of features, or comparison. Testing them all deeply would take some time, so if anyone has already through this, I'd…
M4rk
  • 2,172
  • 5
  • 36
  • 70
0
votes
2 answers

Modern UI for WPF- navigation

How can I pass parameter beetwen pages? I've tried to add parameters to page uri but it didn't work because I can't use onNavigatedTo event on user control. Please help
user3055279
  • 21
  • 1
  • 2
0
votes
2 answers

Position elements to a grid dynamically in WPF

I am creating WPF application with ModernUI interface. Its a kind of photo gallery. Images are stored in some folder and are retrieved according to appropriate record in database. So my ViewModel gets information from database and binds "URI" column…
AskhatOmarov
  • 39
  • 2
  • 7
0
votes
1 answer

Customizing the NSIS Uninstaller Confirm Page

I've done some research on customizing NSIS uninstaller pages and had some success with the Welcome and Finish pages. However I'm having trouble using the same template as I did on the Welcome page with the Confirm page. If I add any control using…
sazh
  • 1,792
  • 15
  • 20
0
votes
1 answer

Location of pinned website in windows 8

I'm currently developing a software and a website for a job. The software and the website runs on Windows 8 tablet. We need to create a tile in the start menu for the software and the website. It's easy to set a tile for the software during the…
0
votes
2 answers

Xaml Windows Store How to do a graphical interface like the Modern Ui Start Page

I'm trying to do a Windows Store interface application like the Modern Ui StartPage. I need to do an interface which contains all the components in 1 Page. The navigation should be a swipe to the right or to le left . Thanks a lot for you help
0
votes
2 answers

Javascript track when element became visible?

I have different controls on screen and hide and show them asynchronously. Is there any way to track when an element becomes actually visible on the screen? I actually want to get a callback when that happens and move the focus on that element!
fizampou
  • 717
  • 2
  • 10
  • 29
0
votes
2 answers

Is there a reason for why there are no shell apps for modern ui?

As a Win 8 / .net developer, I would like to have a fullscreen shell app for the Modern UI interface. Now, I couldn't find a shell app in the Windows Store... My question is - is it even possible to create a shell with full access to the file…
Kris Selbekk
  • 7,438
  • 7
  • 46
  • 73
0
votes
1 answer

CSS select box disabled stlying not getting reset

In my win8 app have 2 pages. Page1.html and page2.html . Page1 has reference to ui-light.css and then page1.css. Page2 has reference to ui-light.css and page2.css. ui-light.css has a rule defined for disabled state of select boxes. on page1.css I…
Nisha Shukla
  • 159
  • 1
  • 6
0
votes
2 answers

How to list all modern UI apps?

I would like to list all Modern UI apps installed on my Windows 8 machine. Is there a way to list all installed Modern UI apps from a standard desktop application (with administrator permissions).
Friedrich
  • 645
  • 11
  • 26
0
votes
1 answer

Why won't my custom Modern UI style apply?

Ok, so I know a little bit about GUI development, and am new to Windows 8 (Modern UI) I'd also like to do this with C# (no XAML) if possible. Style What I'm trying to do here is create a style I can apply to a button created somewhere else. …
Trevor Tiernan
  • 392
  • 1
  • 3
  • 9
0
votes
1 answer

Get item's object for the dropped gridview Grid

I have a GridView with a custom template. I want the user to be able to drop some of items on another items. I enabled the drag & drop and added the drop handler to the Grid which is used for item's template:
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
0
votes
1 answer

MetroStyle breadcrumb control

I want to create an addressbar (like the one for Windows Explorer). My app requires a breadcrumb bar. I wanted to see if there's a breadcrumb for Metro UI in Windows 8. If not, how can I create one?
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
1 2 3
17
18