Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thanks for your answer. That's the same concept BusyIndicator (suggested by Eugene P) is using. Would be a possible solution. The only thing I don't like is that I have to add the code above to each UI from which a WaitXUI is called. And there are a lot of UIs (> 50) using the wait dialog. Would be nice if a can do that at one place (in the WaitXUI)! :-/ Commented Feb 13, 2014 at 8:00
  • You seem to have misunderstood... If you put this in MainWindow.xaml and your bool property in the main view model, then you only need one. Put all your normal app content where it says Put your main content here. Commented Feb 13, 2014 at 9:10
  • Ok, you are right. I need that pice of code only in each window and not in each UI. I will try that. Thanks! Commented Feb 18, 2014 at 8:04
  • 1
    Without giving the full solution with the concept of BoolToVisibilityConverter or any hint for that the answer is not complete. Commented May 6, 2019 at 9:19
  • Is that your way of asking for clarification, @AdamRi? If you had read my answer properly, you would have seen that I mentioned the standard BooleanToVisibilityConverter, that is included with the .NET Framework. Therefore, it would have clear to you that the reference to the mysterious BoolToVisibilityConverter was nothing more than a typing error and that you should use the aforementioned BooleanToVisibilityConverter instead. But thanks for your comment. Commented May 7, 2019 at 8:29