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.

2
  • Thanks for your answer. BusyIndicator is using the same concept suggested by Sharidan. That would be a possible solution. The only thing I don't like is that I have to add the UI code for the BusyIndicator 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:01
  • I'm not sure I got idea you try to reach, but anyway, busyindicator is bindable, you can set it to root view placeholder, and then inject any child(page/etc) view. Next you can use Binding for control customization easily Commented Feb 13, 2014 at 10:00