Silverlight 和 Thickbox

发布于 2024-08-17 09:31:27 字数 127 浏览 5 评论 0原文

我在使用 silverlight 的 z-index 时遇到一些问题。我弹出了一个厚盒对话框,但我的 silverlight 画廊仍然在顶部拉起,隐藏了大部分模式对话框。有人遇到过这个问题吗?我尝试过调高厚盒控件上的 z 索引,但没有成功。

I am having some trouble with silverlight's z-index. I have a thickbox dialog that pops up but my silverlight gallery is still pulling up on top, hidden most of the modal dialog. Has anyone experience this problem? I have tried bumping up the z-index on the thickbox control but no luck.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゞ花落谁相伴 2024-08-24 09:31:27

如果需要确保可以通过 Silvelight 显示 HTML 内容,则需要使用 Windowless 设置运行 Silverlight 插件。在 标记中的参数元素集中包括: -

<param name="windowless" value="true"/>

现在,Thickbox 应显示在 Sliverlight 控件上方。请注意,这种方法可能存在一些缺点,尤其是在性能方面。如果您的应用程序正在显示视频,则不建议这样做。

If you need to ensure that you can display HTML content over Silvelight you need to run the Silverlight plug-in with the Windowless setting. In the set of param elements in your <object> tag include:-

<param name="windowless" value="true"/>

Now the Thickbox should appear over the Sliverlight control. Note that there may be some draw backs with this approach especially in performance. Its not recommended if your app is displaying video.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文