在 Flex 4 的 POPUP 中拖放

发布于 2024-12-25 12:25:40 字数 230 浏览 0 评论 0原文

我想在弹出窗口中的高级数据网格中进行简单的拖放。弹出窗口位于 Vbox 内,Vbox 位于画布内。将被拖动的项目位于组内并且是一棵树。我给出了弹出窗口代码的链接。如果有人能回答为什么我不能在这个窗口中拖放,将会有很大的帮助。预先感谢:)

这是我的代码的链接:http://pastebin.com/KeSYuseJ

I wanto do a simple dragdrop in an advancedDataGrid which is in a popup window. The popup window is inside a Vbox and the Vbox is inside a canvas. The item which will be dragged is inside a Group and is a tree. I giving a link of my code of popup window. If anyone can answer why I cant dragdrop in this window will be a very big help. Thanks in advance :)

Here is the link of my code : http://pastebin.com/KeSYuseJ

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

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

发布评论

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

评论(1

牵强ㄟ 2025-01-01 12:25:40

只需将 AdvancedDataGrid 中的 dropenable 标志设置为 false 就解决了我的问题。这是因为tree和advacnedDataGrid的数据格式不同!

Just setting the dropenable flag in AdvancedDataGrid to false solved my problem. Its because tree and advacnedDataGrid has different data format!

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