全景控件顶部的模态弹出窗口

发布于 2024-11-05 04:56:44 字数 113 浏览 0 评论 0原文

一个简单的问题:

我的应用程序首页是全景页面。如果用户单击按钮,我想显示模式弹出窗口。

我可以在全景控件顶部显示模式弹出窗口吗?

顺便问一下,如何显示模式弹出窗口?

A simple question:

My application first page is a panorama page. I want to show a modal pop up if user click on a button.

Can I show a modal pop up on top of panorama control?

By the way, How can I show a modal pop up?

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

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

发布评论

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

评论(2

ぺ禁宫浮华殁 2024-11-12 04:56:46

有多种选项:

  1. 使用 Popup 控件。
  2. 使用常规视觉元素构建您自己的对话框并相应地显示/隐藏。
  3. 使用第三方库,例如 Coding4Fun Toolkit,其中包含提供此功能的控件(例如 InputPromptMessagePromptPasswordPrompt)。

就我个人而言,我会选择 2 或 3,因为 1 在处理方向变化和性能问题方面存在问题,这些问题最早要等到 Mango 发布后才能解决。

There are a number of options:

  1. Use the Popup control.
  2. Use regular visual elements to construct your own dialog and show/hide accordingly.
  3. Use a third party library such as the Coding4Fun Toolkit that includes controls that provide this functionality (such as InputPrompt, MessagePrompt or PasswordPrompt).

Personally, I'd go with either 2 or 3, because 1 has issues with handling orientation changes and performance issues that won't be fixed until the Mango release at the earliest.

时间海 2024-11-12 04:56:46

如果您指的是子窗口中的模式,那么您可以做的是创建一个画布,当用户单击按钮时该画布变得可见。这确实是一个非常简单的解决方案,但如果我没有按照您希望的方式回答,请告诉我,XNA 网站使用了一个很棒的视频教程网站:http://channel9.msdn.com/series/windows-phone-7-development-for-absolute-beginners

If you mean modal as in a child window, then what you can do is create a canvas that becomes visible when the user clicks on a button. It really is quite an easy solution, but if I have not answered the way you wish let me know, also, there is a great video tutorial site that the XNA website uses: http://channel9.msdn.com/series/windows-phone-7-development-for-absolute-beginners

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