- 我添加了一个 MultiScaleImage 到我的
银光项目
- 我创建了一个兼容 deepzoom 的
使用 DeepZoomComposer 生成的图像
- 我将图像导入到我的项目中并将其存储在名为 Source 的文件夹中
- 我设置了 Source 属性
多尺度图像到
“源/dzc_output.xml”
到目前为止,一切正常。在编辑器的预览窗口中,图像正确显示。但是在调试过程中却没有图像。这与我关于 silverlight 中“冻结”构建的其他问题无关。
Silverlight--无法更改
我现在使用的是 Firefox 4 Beta 7,所有更改均针对项目得到应用。如何让调试时出现显示?我错过了什么重要的事情吗?
- I added 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 ?
发布评论
评论(1)
首先,使用 Firebug 检查您的应用程序是否可以找到(并下载)DeepZoom 源代码。然后在 DeepZoom 控件周围添加边框以检查其是否正确显示(如果是,则显示在何处)。
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).