使用 PureMVC 的弹出对话框管理器

发布于 2024-08-30 08:13:17 字数 226 浏览 5 评论 0原文

我正在使用 PureMVC 框架在 Flash 中开发游戏。有时我需要显示对话框弹出窗口以获取用户响应(例如“取消”、“确定”和其他类型的异步用户反馈),同时“锁定”交互背景。

我需要对弹出窗口进行一些管理:所有弹出通知都应该堆叠起来,这样,如果同时启动两个(或更多)弹出消息,我将一一显示它们。

这里的最佳实践是什么?我是否应该使用代理来管理我的弹出窗口(听起来不合理)。如何从对话中获得反馈?使用通知?

I am developing a a game in Flash using the PureMVC framework. From time to time I need to show dialog pop-up window to get a user response back (e.g. "Cancel", "OK" and other kinds of asynchronous user feedback) while "locking" the background for interactivity.

I need some management for my pop-ups: all pop-up notifications should be stacked up, so that if two (or more) pop-up messages are initiated at the same time I show them one by one.

What's the best practice here? Should I employ a proxy to manage my pop-ups (sounds unreasonable). How do I get feedback back from my dialog? using notifications?

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

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

发布评论

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

评论(1

缪败 2024-09-06 08:13:17

您可以将弹出实例存储在代理中并使用命令管理它们。

You can probably store popup instances in Proxy and manage them with commands.

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