Supporting for non-Window class.
See original GitHub issueIt seems that mvvm-dialogs only supports standard Window
or inherited class.
We use telerik wpf controls, in which there’s a window-like control named “RadWindow”, it’s not inherited from Window
class, mvvm-dialogs can’t handle it.
IMO, mvvm-dialogs should abstract the “window”, you just need it to show(RadWindow also has Show/ShowDialog methods).
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
About Window Classes - Win32 apps
A system class is a window class registered by the system. Many system classes are available for all processes to use, while others...
Read more >Ghost Class Window
I'm running a script that opens a program with title 'Abc' and does stuff, waits for it to do stuff, and then closes...
Read more >13.2 Reassigning Window Classes
13.2 Reassigning Window Classes. There is a standard list of window classes used by most programmers during the development of Windows based applications....
Read more >Window (Java Platform SE 7 )
A Window object is a top-level window with no borders and no menubar. ... This class implements accessibility support for the Window class....
Read more >How to access window class extra memory without a ...
I need to register a window class, and right after that set some data in it's extra memory section (the one cbClsExtra refers...
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
I’ll prepare the code for an official release, I’ll notify you when I’ve uploaded the NuGet package.
There is now an official release of MVVM Dialogs on NuGet with version 4.0.0.
Thank you for your feedback, and if you encounter any problems please let me know.