Re: [pygtk] gtk.DrawingArea handle id on win32 bug

2011-01-11 Thread Dieter Verfaillie
On 28/12/2010 00:42, s.la...@free.fr wrote: > hi > > i m trying to use my software in windows... > > normally i embed a video in a Drawingarea with his xid on linux or handle on > windows But on windows this id is the same than the root window.. > > the drawingarea is not listed as a toplevel wi

Re: [pygtk] treeview drag n drop doesn't work on windows xp pygtk

2011-01-11 Thread Giuseppe Penone
The tree view drag and drop example that you indicated works fine on either windows and linux and solved my problem, thanks a lot. Regards, Giuseppe. On Tue, Jan 11, 2011 at 4:18 PM, Dieter Verfaillie < diet...@optionexplicit.be> wrote: > Hi, > > On 11/01/2011 14:09, Giuseppe Penone wrote: > > I

Re: [pygtk] treeview drag n drop doesn't work on windows xp pygtk

2011-01-11 Thread Dieter Verfaillie
Hi, On 11/01/2011 14:09, Giuseppe Penone wrote: > I successfully tested the example > http://www.pygtk.org/pygtk2tutorial/examples/treeviewdnd.py > on my linux distro but then when I tested on windows xp pygtk installation > the internal drag n drop was not working (no errors from the command line

[pygtk] treeview drag n drop doesn't work on windows xp pygtk

2011-01-11 Thread Giuseppe Penone
Hi, I successfully tested the example http://www.pygtk.org/pygtk2tutorial/examples/treeviewdnd.py on my linux distro but then when I tested on windows xp pygtk installation the internal drag n drop was not working (no errors from the command line). You can modify treeviewdnd.py adding the followin