Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BusyIndicator control

It seems that the phone control toolkit is missing the BusyIndicator control. Does someone know about one ? does something else specific exists for WP7 ?

like image 742
Tim Avatar asked Oct 26 '10 10:10

Tim


1 Answers

Have you seen the ProgressBar control? You can use the ProgressBar control to show that your application is busy doing something. It is recommended that you use PerformanceProgressBar by Jeff Wilcox (Remember to read his follow up post too, it is important to consider IsIndeterminate and its value).

If you wanted to create a splash screen with a progress bar in it, check out this example. Alex also shows how to customize the progress dialog in this post.

like image 163
indyfromoz Avatar answered Sep 23 '22 08:09

indyfromoz