Drag and Drop List boxes?

Hi everyone,

I've spent the last couple hours studying the code in the demo for drag and drop operations, read the wxWindows docs on it, googled and am still a little unsure of how drag and drop works in wxPython. I'd like to have the ability to drag from one list box or list control to another:

   List 1 List 2
+--------+ +--------+

item 0 | | item 3 |
item 2 | | item 1 |
item 4 | -> DragTo -> | item 9 |
item 5 | | |
item 6 | | |
item N | | |

+--------+ +--------+

It seems to me like this might be a common UI and that someone (with more wx experience than I) may have already done it.
Can any of you point me to wxPython code that does this?

Thanks in advance!

Eric

See wxoo.objectlist and wxoo.dnd

http://wxpypropdist.sourceforge.net/

HTH,
Mike

Eric Walstad wrote:

···

Hi everyone,

I've spent the last couple hours studying the code in the demo for drag and drop operations, read the wxWindows docs on it, googled and am still a little unsure of how drag and drop works in wxPython. I'd like to have the ability to drag from one list box or list control to another:

  List 1 List 2
+--------+ +--------+
> item 0 | | item 3 |
> item 2 | | item 1 |
> item 4 | -> DragTo -> | item 9 |
> item 5 | | |
> item 6 | | |
> item N | | |
+--------+ +--------+

It seems to me like this might be a common UI and that someone (with more wx experience than I) may have already done it.
Can any of you point me to wxPython code that does this?

Thanks in advance!

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

--
_______________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://members.rogers.com/mcfletch/