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

Application Level BusyIndicator

1 Answer 112 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
syed
Top achievements
Rank 1
syed asked on 22 Oct 2010, 02:18 PM
All

Currently i'm working on Silverlight 4 (Telerik controls) using MVVM,Prism and Ria Services. I want to show busy indicator whenever a domaincontext is submitting or loading. Is there anyway i can create application level Busy Indicator in MainPage.xaml, but the problem is i want the domaincontext to automatically set IsBusy property to true instead of writting in each domaincontext submit or load by the developer. 

Hence by this whenever a domaincontext is submitting or loading the busyindicator is displayed automatically.

Thanks. 

1 Answer, 1 is accepted

Sort by
0
Teodor
Telerik team
answered on 27 Oct 2010, 03:30 PM
Hi syed,

Thank you for contacting us.

Unfortunately, we have not implemented such a case in our online examples so far. What you may try to do, however, is to use EventAggregator to store an event that is raised by individual modules (that use domain context) and handled by the Shell, which will contain the global RadBusyIndicator that will be visible on top of everything. Also, in the Prism package available online, you will find an EventAggregation solution that contains a concrete implementation.

Hope this helps. Let us know in case you need further assistance.

Regards,
Teodor
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
BusyIndicator
Asked by
syed
Top achievements
Rank 1
Answers by
Teodor
Telerik team
Share this question
or