[wxPython-users] problem with EVT_TREE_BEGIN_RDRAG
Robin Dunn
robin at alldunn.com
Wed Jul 5 12:44:41 PDT 2006
sebcio wrote:
> Hi,
>
> I have a problem with EVT_TREE_BEGIN_RDRAG.
> The method self.OnBeginRightDrag isn't called.
> self.tree.Bind(wx.EVT_TREE_BEGIN_RDRAG, self.OnBeginRightDrag)
>
> I tried this example:
> http://wiki.wxpython.org/index.cgi/DragAndDropWithFolderMovingAndRearranging
>
>
> Maybe it's because of my usb mouse?
No, it's a bug and has already been reported:
https://sourceforge.net/tracker/index.php?func=detail&aid=1505845&group_id=9863&atid=109863
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list