Skip to main content

Microsoft Silverlight

Answered Question dynamic load image and display it inch by inch?RSS Feed

(0)

jawc
jawc

Member

Member

46 points

55 Posts

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

gabouy
gabouy

Member

Member

219 points

45 Posts

Answered Question

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

jawc
jawc

Member

Member

46 points

55 Posts

Re: dynamic load image and display it inch by inch?

Dear gabouy,

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

any others?

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities