dinesh
dinesh

Reputation: 735

Dynamic Progress bar In WP7

I have Many Page, and in each page I have to call the web service. for each call I need to show the Progressbar, and after the call returns I need to in visible the progress bar. this has to be done for Each Page.

Is there any way, to Show the Progress bar Dynamically when service call is invoked?

Regards, Dinesh

Upvotes: 0

Views: 1208

Answers (1)

Shahar Prish
Shahar Prish

Reputation: 4849

Yes, you can put the progress bar on the frame instead of on a page. Here's a blog entry that talks about how to add a MediaElement to the app's frame, but you can easily adapt it to display your progress bar control. http://blog.jayway.com/2010/10/04/enable-background-audio-for-multiple-pages-in-windows-phone-7/

Upvotes: 2

Related Questions