全景控件顶部的模态弹出窗口
一个简单的问题:
我的应用程序首页是全景页面。如果用户单击按钮,我想显示模式弹出窗口。
我可以在全景控件顶部显示模式弹出窗口吗?
顺便问一下,如何显示模式弹出窗口?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有多种选项:
Popup
控件。InputPrompt
、MessagePrompt
或PasswordPrompt
)。就我个人而言,我会选择 2 或 3,因为 1 在处理方向变化和性能问题方面存在问题,这些问题最早要等到 Mango 发布后才能解决。
There are a number of options:
Popup
control.InputPrompt
,MessagePrompt
orPasswordPrompt
).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.
如果您指的是子窗口中的模式,那么您可以做的是创建一个画布,当用户单击按钮时该画布变得可见。这确实是一个非常简单的解决方案,但如果我没有按照您希望的方式回答,请告诉我,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