Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Progress bar on loading a page

Progress bar on loading a page

Scheduled Pinned Locked Moved WPF
question
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ravi vellanky
    wrote on last edited by
    #1

    Hi, In my silverlight application I've many pages(1,2,3...), after logged in i'm showing default page. After that if i click on any page default loading (silverlight progress like rotating a default logo with continual increment of time) is going on. Next if i click on the any other page of same page that silverlight progress is not showing. My silverlight pages have huge data, so for loading the data it takes time to show any page without showing any progress. I need to show any progress bar on loading the data.... is it possible to show the progress bar in all pages while loading? Regards, Ravi Vellanki.

    M 1 Reply Last reply
    0
    • R ravi vellanky

      Hi, In my silverlight application I've many pages(1,2,3...), after logged in i'm showing default page. After that if i click on any page default loading (silverlight progress like rotating a default logo with continual increment of time) is going on. Next if i click on the any other page of same page that silverlight progress is not showing. My silverlight pages have huge data, so for loading the data it takes time to show any page without showing any progress. I need to show any progress bar on loading the data.... is it possible to show the progress bar in all pages while loading? Regards, Ravi Vellanki.

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      ravi.vellanky wrote:

      is it possible to show the progress bar in all pages while loading?

      Yes.

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      R 1 Reply Last reply
      0
      • M Mark Salsbery

        ravi.vellanky wrote:

        is it possible to show the progress bar in all pages while loading?

        Yes.

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        R Offline
        R Offline
        ravi vellanky
        wrote on last edited by
        #3

        Can you tell me how can i achieve this?

        M 1 Reply Last reply
        0
        • R ravi vellanky

          Can you tell me how can i achieve this?

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          What part are you having trouble with? Data loading is asynchronous in Silverlight so you can display a progress control at the start of the download and remove the progress control when the download completes.

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          R 1 Reply Last reply
          0
          • M Mark Salsbery

            What part are you having trouble with? Data loading is asynchronous in Silverlight so you can display a progress control at the start of the download and remove the progress control when the download completes.

            Mark Salsbery Microsoft MVP - Visual C++ :java:

            R Offline
            R Offline
            ravi vellanky
            wrote on last edited by
            #5

            Can you give me any sample application link on this progress bar?

            M 1 Reply Last reply
            0
            • R ravi vellanky

              Can you give me any sample application link on this progress bar?

              M Offline
              M Offline
              Mark Salsbery
              wrote on last edited by
              #6

              Have you looked at the documentation? ProgressBar Class[^] 1) Before you request data, show a ProgressBar. 2) If you're using a data retrieval method that reports download status, update the ProgressBar.    If no download status is available, you could set the ProgressBar's IsIndeterminate property to True. 3) When the data is received, hide and/or remove the ProgressBar. Again - what part are you having trouble with?

              Mark Salsbery Microsoft MVP - Visual C++ :java:

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups