Run dialog in another thread #2941
-
Hi! I'm in the situation that I HAVE TO run a dialog in another thread. Is this possible to do within the Prism framework? What I need to do more specifically is to show a progress dialog in another thread and not block the main thread (I can't do it the other way around and do the work in a background thread). Kind regards, Pontus |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Showing dialogs in separate threads is not the responsibility of Prism. You can easily create your own multi-threaded dialog service and register it with Prism, but you're responsible for creating the multi-threaded dialog. |
Beta Was this translation helpful? Give feedback.
Showing dialogs in separate threads is not the responsibility of Prism. You can easily create your own multi-threaded dialog service and register it with Prism, but you're responsible for creating the multi-threaded dialog.