Page view counter
dynamic load image and display it inch by inch?
Last post 10-13-2008 8:19 AM by jawc. 2 replies.
Sort Posts:
10-12-2008 1:51 PM
dynamic load image and display it inch by inch?

 Hello all,

I try to download a big image file which is around 5~10 mb.
I get a problem....
the image will be displayed only whole image is downloaded...

therefore, the user need to wait until whole image is downloaded.  During the processing, user can't see anything...( even I can show progress bar...)

Is it possible to show image inch by inch before it is downloaded?

thank you

jawc

Loading...
Joined on 07-27-2003
Posts 39
10-12-2008 5:03 PM
Marked as Answer
Re: dynamic load image and display it inch by inch?

I dont know a way to show inch by inch progress on the image loading process, but one workaround could be to split the image in the server into several smaller images, and load them sequentially with different silverlight Image controls, in this way you would be able to show partial loading progress.

(please mark as answer if this post answered your question)

Gabriel

gabouy

Loading...
Joined on 10-16-2007
Montevideo, Uruguay
Posts 42
10-13-2008 8:19 AM
Re: dynamic load image and display it inch by inch?
Dear gabouy,

Thank you for your reply.
That is an idea....

any others?

jawc

Loading...
Joined on 07-27-2003
Posts 39
Microsoft Communities