MultiScaleImage is not visible
- I a开发者_开发百科dded a MultiScaleImage to my
Silverlight project
- I created a deepzoom compatible Image with DeepZoomComposer
- I imported the image into my project and stored it in a folder named Source
- 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 ?
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).
精彩评论