question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Supporting for non-Window class.

See original GitHub issue

It 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:closed
  • Created 7 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
FantasticFiascocommented, Nov 22, 2016

I’ll prepare the code for an official release, I’ll notify you when I’ve uploaded the NuGet package.

0reactions
FantasticFiascocommented, Nov 27, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found