在 Flex 4 的 POPUP 中拖放
我想在弹出窗口中的高级数据网格中进行简单的拖放。弹出窗口位于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将 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!