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.