Windows 98
I've been struggling with this for a while.
It's also happening on the wxPython demo app.
Open up the wxListCtrl demo (with the little smilies) and try to drag an
item.
I get a crash error saying
Pythonw has caused an error in WXMSW233H.DLL
Pythonw will now close.
My OnBeginDrag method doesn't even get called
- - -- ---- ----------------------------------------- --- -- - -
Ahmad Baitalmal
BitBuilder
web: http://www.bitbuilder.com
- - -- ----
-------------------------------------------------------------- --- --
- -
Windows 98
I've been struggling with this for a while.
It's also happening on the wxPython demo app.
Open up the wxListCtrl demo (with the little smilies) and try to drag an
item.
I get a crash error saying
Pythonw has caused an error in WXMSW233H.DLL
Pythonw will now close.
My OnBeginDrag method doesn't even get called
Ahmad,
While the original demo doesn't seem to handle drag events, it's not crashing for me when I try to drag list items (Win2K)
Yes, but the problem is even before any DnD events get fired, even when I have all the handlers setup. Works under Linux, Win2K doesn’t crash, Win98 crashes at the first smell of a drag.
I mentioned the demo because I’m basically getting the same behavior. And almost anyone with a wxPython installation on windows has it already and can check out what I’m talking about…
*
Ahmad Baitalmal wrote:
> Windows 98
> I've been struggling with this for a while.
> It's also happening on the wxPython demo app.
> Open up the wxListCtrl demo (with the little smilies) and try to drag an
> item.
> I get a crash error saying
> Pythonw has caused an error in WXMSW233H.DLL
> Pythonw will now close.
> > My OnBeginDrag method doesn't even get called :(
Ahmad,
While the original demo doesn't seem to handle drag events, it's not crashing for me when I try to drag list items (Win2K)
Shi.
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail:* wxPython-users-help@lists.wxwindows.org
Yes, but the problem is even before any DnD events get fired, even when I have all the handlers setup. Works under Linux, Win2K doesn't crash, Win98 crashes at the first smell of a drag.
I mentioned the demo because I'm basically getting the same behavior. And almost anyone with a wxPython installation on windows has it already and can check out what I'm talking about..
/Ahmad Baitalmal wrote:
Windows 98
I've been struggling with this for a while.
It's also happening on the wxPython demo app.
Open up the wxListCtrl demo (with the little smilies) and try to drag an
item.
I get a crash error saying
Pythonw has caused an error in WXMSW233H.DLL
Pythonw will now close.
My OnBeginDrag method doesn't even get called
Ahmad,
While the original demo doesn't seem to handle drag events, it's not crashing for me when I try to drag list items (Win2K)
Please enter a bug report about this. It's not wxPython specific so use the wxMSW category.
···
On Wed, 2002-11-20 at 09:22, Shi Sherebrin wrote:
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!