Prism Navigation prevents pop up wait indicator from being displayed #2410
Unanswered
stevensrf11
asked this question in
WPF
Replies: 2 comments 2 replies
-
This won't work because nothing is being done async. There is only one UI thread, and showing your IsBusy and navigating both happen on the same UI thread. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awww ok Thanks you for information.
If my sub penny stock ever gets to a penny I will double my monthly funding
Sent: Wednesday, April 21, 2021 at 9:41 AM
From: "Brian Lagunas" ***@***.***>
To: "PrismLibrary/Prism" ***@***.***>
Cc: "stevensrf11" ***@***.***>, "Author" ***@***.***>
Subject: Re: [PrismLibrary/Prism] Prism Navigation prevents pop up wait indicator from being displayed (#2410)
This won't work because nothing is being done async. There is only one UI thread, and showing your IsBusy and navigating both happen on the same UI thread.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am doing navigation via a event handler method that is registered for a compositecommand.
When that method is called first a binding is set that is suppose to display a pop up wait indicator.
Next navigation is down.
If I comment out the navigation code the wait indicator is seen.
If I do not comment it out the wait indicator is not seen.
Any one ever have an issue like this?
Beta Was this translation helpful? Give feedback.
All reactions