Flash Builder 拆分视图之间的数据传递

发布于 2025-01-07 16:26:28 字数 190 浏览 0 评论 0原文

我有一个带有两个分割视图的 SplitViewNavigator。在其中一个视图中我有一个列表,在另一个视图中我有问题。用户必须解决问题,当用户单击发送按钮时,他会看到另一个问题。

但是,当用户在一个视图中单击发送按钮时,我如何在另一个视图中知道这一点?我是 Flash Builder 的新手,我已经搜索了几个小时了。

感谢您的帮助

I have a SplitViewNavigator with two split views. In one of the views I have a list and in another one I have questions. User must solve the question and when user click send button, he will see another question.

But when user click to send button in one view, how can i know this in the other view? I'm a newbie in Flash Builder and I'm searching for this for hours.

Thanks for any help

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

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

发布评论

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

评论(1

美羊羊 2025-01-14 16:26:28

有很多方法可以做到这一点。一种是使用冒泡事件通过视图,但不推荐这种方式,因为您没有将业务级行为与 UI 行为混合在一起。我建议您查看 Flex 的应用程序框架,例如 RobotLegs欧芹 这绝对很容易做到这样的事情。

There are many ways to do this. One is through the view using bubbling events, but that way is not recommended since you're not mixing business level behaviour with UI behaviour. I would recommend that you look at application frameworks for Flex, like RobotLegs or Parsley which definitely does stuff like this very easily.

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