Question

  1. I added a MultiScaleImage to my Silverlight project
    1. I created a deepzoom compatible Image with DeepZoomComposer
    2. I imported the image into my project and stored it in a folder named Source
    3. I set the Source attribute of the MultiScaleImage to "Source/dzc_output.xml"

So far everything worked just fine. In the editor's preview window the image was displayed properly. However during debugging there was no image. This has nothing to do with my other question regarding "frozen" builds in silverlight.

Silverlight--No changes possible

I'm using Firefox 4 Beta 7 now and all changes to the project are applied. How can I make the display appear during debugging ? Did I miss something important ?

Was it helpful?

Solution

First, use Firebug to check if your app can find (and download) the DeepZoom source. Then add a border around your DeepZoom control to check that it is correctly displayed (and if yes, where).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top