事件阶段 - Flex 中的捕获阶段

发布于 2024-09-10 14:34:31 字数 254 浏览 2 评论 0原文

我读过一篇文档,捕获阶段是检查从目标到根节点的事件。意味着按钮控件到面板容器,例如......

应用程序

  Panel                    
    TitleWindow
        Button

但我在同一应用程序容器下有2个面板,并且2个面板有按钮控件和事件。

那么现在 Flash 播放器将首先从哪里检查哪个事件呢?

谢谢,

拉维

I read a document, capture phase is check for the event from target to root node. means buttoncontrol to panel container like....

Application

  Panel                    
    TitleWindow
        Button

But i have 2 panels under the same application container and 2 panels have a button controls and events.

So now the flash player from where and which event will check first ?

thanks,

ravi

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

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

发布评论

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

评论(1

要走干脆点 2024-09-17 14:34:31

IIRC,它使用每个组件中的父属性来计算出用于发送事件的堆栈。所以它将是堆栈中相关的子项。

IIRC, it uses the parent property in each of the components to work out the stack to send the event through. So it will be the relevant child for the way down the stack.

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