locked
how to achieve the progress ring action in my app?? RRS feed

  • Question

  • i had an app written in C# & xaml , its grid background is an image located on a website like"www.xxx.com/background.jpg", rather than in assets folder , now i want a progress ring to be activated till the "background.jpg" is shown in my grid , how to achieve this in code ??

    Wednesday, November 20, 2013 3:20 PM

Answers

  • Not sure if I understood your question correctly. You can use  ImageOpened to determine if image is fully loaded and based on control the IsActive flag. 

    Thanks, Sachin

    Thursday, November 21, 2013 2:31 PM

All replies

  • You can use ProgressRing and set its IsActive to true to show the ring and false as soon as background loading is completed.

    Thanks, Sachin

    Wednesday, November 20, 2013 3:37 PM
  • i know how to set progress ring to IsActive but i want it to work with  background image loading & how to get it in code??
    Thursday, November 21, 2013 1:40 PM
  • Not sure if I understood your question correctly. You can use  ImageOpened to determine if image is fully loaded and based on control the IsActive flag. 

    Thanks, Sachin

    Thursday, November 21, 2013 2:31 PM