This is a migrated thread and some comments may be shown as answers.

is there an "IsBusy" control

2 Answers 108 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
uku
Top achievements
Rank 1
uku asked on 22 Oct 2009, 05:32 AM
Hello,

I would like to have a control which I can use to show the user that my app is busy. For the GridView there is a IsBusy property I can use, but I would like to have a more general control.
I want to have the option that the UI is disabled when this control is shown to avoid that the users clicks around.

This control also should have the option to show text and to insert a cancel button, to receive an event if the user wants to cancel the operation. The text would be nice to not just show an animation like the IsBusy for the GridView, but also show some texts like "Loading ..." etc.

Is there a control like this within the silverlight suite because I haven't seen any?

I would be glad if there is such a control, or if you could give me an idea how a generic solution could look like.

Thanks

Uwe

2 Answers, 1 is accepted

Sort by
0
Accepted
Greg Phaling
Top achievements
Rank 1
answered on 22 Oct 2009, 07:54 PM
Uwe,

Look for the ActivityControl.
http://www.davidpoll.com/?p=4

Greg
0
devster
Top achievements
Rank 1
answered on 11 Jan 2010, 09:49 AM
Alternative solution: the Silverlight Toolkit now contains a BusyIndicator control.


Tags
General Discussions
Asked by
uku
Top achievements
Rank 1
Answers by
Greg Phaling
Top achievements
Rank 1
devster
Top achievements
Rank 1
Share this question
or