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

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -