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
4
votes
1 answer

Page navigation in WPF Modern UI

I started using Modern UI in WPF application. I can't find nowhere answer to my question: how set source for link to page that is localized in other project? I've got project ErpSystem with MainWindow in which i want to use page localized in project…
user2229474
4
votes
5 answers

Access floats of XMMatrix - () operator not working

I'm trying to do some 3D stuff in DirectX (I'm migrating from OpenGL) and I've hit a snag. I want to access the values of an XMMATRIX and looking at the Microsoft documentation there should be an () operator: float& operator ()( size_t Row, …
poncho
  • 1,100
  • 2
  • 15
  • 38
4
votes
2 answers

Caliburn.Micro + MEF + Modern UI: IContent events

I've started a project using Caliburn.Micro and Modern UI (https://mui.codeplex.com) and am having some difficulty getting the navigation events of IContent to fire on my view model. I've already got the two hooked up to work with each other with…
CuddleBunny
  • 1,941
  • 2
  • 23
  • 45
4
votes
2 answers

Get executable Windows 8 app

I am developing a Windows 8 app (Modern UI) and I was asking if I could get the 'executable' of the app to install and test it in other computers without submitting the app to the market. I am using the visual studio 2012 ultimate, if it…
chlzr
  • 59
  • 1
  • 3
3
votes
2 answers

WPF Modern UI pop up a modern dialog after clicking a "Link"

I am using WPF Modern UI and I am trying to pop up a ModernDialog after clicking a Link. The problem is that a link have only Source option and i don't want to nevigate to another page (just want to pop up a ModernDialog). I found this: How to open…
Ben
  • 201
  • 1
  • 4
  • 13
3
votes
1 answer

Modern-ui List Page

I'm using a dictionary to populate the list contents using the user details from my login page. However I need to create a separate source page for every list item. At the moment the page loads a static source page, is there anyway I can set this…
Dan
  • 31
  • 3
3
votes
2 answers

how to float modern-tab links to the left?

I've searched for how to float the modern-tab (layout-ed as list) links to the left for my project, unfortunately no result found :/ please guys any idea ?
Ahmad Hammoud
  • 107
  • 1
  • 4
3
votes
1 answer

Modern UI for WPF - ModernDialog: Allow to click Ok only on some conditions

I started a new small project, using ModernUI for WPF. I've to display a Dialog with only two textbox and two button(ok/cancel). The two textbox have some validation(one is a name that should be >0, the other should be an email). Currently I've the…
J4N
  • 19,480
  • 39
  • 187
  • 340
3
votes
2 answers

MVVM light RelayCommand triggers twice

I'm working on a new c# MVVM light modern ui WPF application and I ran into some weird trigger behavior. So to describe the situation, here is the following: I have an XML view with triggers. (Loaded method as example)
RolandMakkelie
  • 355
  • 3
  • 14
3
votes
1 answer

Modern UI (Metro) Charts WPF not showing up

I'm Using .NET Framework 4.5 and WPF for my project. I need to generate several types of charts so I'm thinking to use http://modernuicharts.codeplex.com/ library to do that. I followed the documentation there in that codeplex page :…
3
votes
1 answer

Take a photo in WPF using the default camera app in Windows 8

I was asked to develop a software in vb.net and one of it's features should be the possibility to take photos on a tablet PC. I already played around with the MediaCapture API which returns me a photo, but as it seems that it's not possible to show…
André R.
  • 427
  • 7
  • 17
3
votes
3 answers

Modern UI Dialog result issues

I am working with Modern UI and attempting to make a dialog box that asks a question and then waits for a response. I can do this with messagebox but though I would try using modern UI. I am unsure of how to get the button clicked value. if…
3
votes
1 answer

How to prevent automatic scaling in Modern UI IE 11 on Windows 8.1/8?

Windows 8.1/8 has a split screen feature which is nice while using multiple apps (like modern UI version IE11) in one screen. Most of the time when you set the IE split screen very narrow, you'll notice the web page zoomed out automatically, but…
Wise Simpson
  • 305
  • 3
  • 9
2
votes
1 answer

MUI does not do proper Tree Shaking in Next.js

I set up a react app using next.js and analyzed the bundle size for the client and noticed that whenever i import any mui component it adds a module called @mui/base which is extremly big if you consider the fact that I am only using 3 mui…
Matthias
  • 102
  • 2
  • 19
2
votes
2 answers

nsis : How to insert background picture with nsdialog or function in MUI_PAGE_INSTFILES

my code is : ; DIMM_V2 Easy NSIS GUI Script !include MUI2.nsh !define MUI_CUSTOMFUNCTION_GUIINIT dimm_hide !include "page1.nsdinc" !include "page2.nsdinc" !include "page3.nsdinc" !define MUI_HEADERIMAGE # need to load custom exe !define…
DIMM_V2
  • 105
  • 1
  • 9
1
2
3
17 18