Silverlight深度缩放图像点击问题
我正在使用 Deep Zoom Composer 生成 XAP 和 html 文件,它们对我来说工作得很好。 目前,我想检索有关最终用户单击哪个图像的信息,并且想在同一页面上的另一个 Silverlight TextBox 控件中显示用户单击图像的描述信息。 描述信息当前存储在数据库中,并且具有WCF接口。 所以,我需要知道整个深度缩放区域中的哪张图像被点击(支持我有100张图像,连续10张图像和10行)。
有参考样本或文件吗? 我在 Windows Vista x86 Enterprise 上使用 Silverlight 2.0 + VSTS 2008 + .Net + C# + IIS 7.0。
提前致谢, 乔治
I am using deep zoom composer to generate XAP and html files and they works fine for me. Currently, I want to retrieve the information about which image the end user is clicked, and I want to display the description information for the user clicked image in another Silverlight TextBox control on the same page. The description informaiton is currently stored in a database, and has WCF interface. So, I need to know which image in the whole deep zoom area is clicked (support I have 100 images, 10 images in a row and 10 rows).
Any reference samples or documents? I am using Silverlight 2.0 + VSTS 2008 + .Net + C# + IIS 7.0 on Windows Vista x86 Enterprise.
thanks in advance,
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
projectsilverlight Wilfred Pinto 发布了有趣的解决方案来查找所选图像的图像索引。 去看看这里
我使用索引循环遍历 MetaData.xml 集合以查找关联图像的标签。
projectsilverlight Wilfred Pinto posted interesting solution to find the image index of the selected image. go check out here
I used the index to loop through the MetaData.xml collection to find the tags associated image..