windows phone 8 - How to Display Text in SystemTray -


first off, possible, , how. i've seen microsoft apps, such bing weather app, systemtray displayed without progress indicator moving. i'd implement same, , able toggle whether progress indicator on or off when required. how might implement sort of feature?

here's how:

progressindicator progress = new progressindicator {     isvisible = true,     isindeterminate = true,     text = "downloading details..." }; systemtray.setprogressindicator(this, progress); 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -