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
Post a Comment