Cascade windows opening & MVVMLight requirement
See original GitHub issueHello @FantasticFiasco,
Can I use your Framework for opening Windows one from another? Like: InitialWindow -> MainWindow -> SomeDialog
. If so I would be grateful for some tip how to do that.
I would also like to ask about registering in SimpleIoc
I do not use any framework for MVVM. Is the MVVMLight required for your framework to work?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
INSTALLATION INSTRUCTIONS
Apply a 3/8”nominal bead of flexible sealant around the entire perimeter of the window, behind the nailing fin, aligning bead with the pre-punched...
Read more >Cascade's How to Instructions
Welcome to Cascade's How to Instructions · Check Weep System Drainage · Proper Sliding Window Maintenance · Replacing a Window Balance Spring ·...
Read more >Simple MVVM Toolkit versus MVVM Light Toolkit
Both Simple MVVM and MVVM Light toolkits support WPF, Silverlight and Windows Phone clients. Both toolkits come with three assemblies ...
Read more >Care & Maintenance
While your Cascade vinyl windows and doors require little care and maintenance, it is recommended that you clean and inspect them at least...
Read more >CascadeWindows function (winuser.h) - Win32 apps
A pointer to a structure that specifies the rectangular area, in client coordinates, within which the windows are arranged.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Niko0pl, welcome to MVVM Dialogs!
Yes, there should be nothing special about opening a second window compared to opening the first window. Please take a look at the demos, there you will find examples on how to open windows.
No, MVVM Dialogs does not require MVVMLight or any other MVVM framework, it can stand on its own.
MVVM Dialogs is opinionated when it comes to view models, but for a good reason. The change detection mechanism in WPF is most performant when the view models implement
INotifyPropertyChanged
.One could argue that the error message displayed could be better, but then again I don’t often get questions regarding this particular error.