Re: [perl-win32-gui-users] Win32-GUI-Grid mouse events

2006-01-30 Thread Bert Loos
Thanks for the reply. I see, no NEM. But even with OEM I can't trap any useful dragging event besides _BeginDrag. I would expect _MouseMove to work, or _MouseUp, but nope. _DblClick, _Changed etc work, but aren't useful for a drag operation. I wonder what the use is for _BeginDrag if you cannot

[perl-win32-gui-users] Win32-GUI-Grid mouse events

2006-01-27 Thread Bert Loos
I have a Win32::GUI::Grid in my app, in List Mode. I want to implement drag and drop to reorder the rows. The _BeginDrag event works fine, but it seems like I can't trap any of the other events such as _MouseMove, _MouseUp... I've tried using standard NEM (Grid_MouseMove), and also specifying o