WindowsPhoneGeek

WPAppInfo

Login | Join (Why?)

rss rss rss
logo

Windows Phone Global Progress Indicator

2/22/2012

source: polhovskiy.wordpress.com

Today we will start with creating a global progress indicator. Many people are doing it in totally different ways: they are creating a content control on the page and add style with progress bar, other are creating some super-code to perform this simple task. With mango release, developers achieved a great opportunity - the have an access to system tray. This was the first ring, that helped me to decide to create a totally global progress bar that will be displayed by means of the system. When you think about this task, it is becoming quite obvious how to do this thing, but let's start from the beginning:

First of all, System Tray. Yeah, we have it in Microsoft.Phone.Shell namespace. It has some properties that we are interested in:

  • IsVisible
  • Opacity
  • ProgressIndicator

For your note: Opacity set to zero leaves icons of system tray visible but background is not visible. What we need here is a Progress Indicator.

...Read more

You can also follow us on Twitter @winphonegeek

Comments

Add comment to 'Windows Phone Global Progress Indicator'

Comment

Our Top Articles & Free books

Our Top Tips & Samples