It looks like the downloader progress calls are being batched up and sent at the end of the download process. I added some debug code to show the percentage and milliseconds in my onDownloadProgressChanged method (see below). The effect is that the progress
bar doesn't move until the download is complete! My code follows the pattern in the help file. Any ideas why?
tsigman
Member
40 Points
20 Posts
progress bar doesn't move until the end
Jan 04, 2008 09:51 PM | LINK
It looks like the downloader progress calls are being batched up and sent at the end of the download process. I added some debug code to show the percentage and milliseconds in my onDownloadProgressChanged method (see below). The effect is that the progress bar doesn't move until the download is complete! My code follows the pattern in the help file. Any ideas why?
Cass
Contributor
3157 Points
654 Posts
Re: progress bar doesn't move until the end
Jan 08, 2008 05:48 PM | LINK
Can you show us how ur using the Downloader Object? Are you using IIS?
Imran Shaik - Vectorform
Old Blog | Silverlight 2.0 Quintessential Rambling |My Feed
tsigman
Member
40 Points
20 Posts
Re: Re: progress bar doesn't move until the end
Jan 09, 2008 03:05 AM | LINK
I am following the Silverlight 1.0 documention "Defining a DownloadProgressChanged Event" under the "Using a Downloader Object" topic.
I have found that when the cache is empty you see the problem I describe. If the image is in the cache, the progress bar works fine.