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 handle the rest of the drag? I must be missing something... Any hints appreciated....

Bert

----- Original Message ----- From: "Jeremy White" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <perl-win32-gui-users@lists.sourceforge.net>
Sent: Saturday, January 28, 2006 8:17 PM
Subject: RE: [perl-win32-gui-users] Win32-GUI-Grid mouse events


Hi,

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 option -onMouseMove => \&GridMouseUp, but the handler function is never called.


Unfortunately, NEM isn't available for the Grid control. I've created a tracker for this item:

http://sourceforge.net/tracker/index.php?func=detail&aid=1417290&group_id=16572&atid=366572

Cheers,

jez.




Reply via email to