Dynamic Progress bar In WP7

2019-09-19 03:15发布

问题:

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

回答1:

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/