OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on March 25, 2010, 05:01:46 PM

Title: DragBegin in ListView
Post by: Fred Tomke on March 25, 2010, 05:01:46 PM
Hello, I start a new topic because this one is only related to the DragBegin event in ListViews (or other controls, too?).

I have a listview with activated AllowDragBegin property.
When I just clicked an item the event OnDragBegin will be fired and immediately the event OnDragDropFromControl, too. I'm a bit confused.
Is this by design? I ask this because I remember that it was said that DragDrop operation only starts if the user moves the mouse over the item while keeping the mouse button pressed. Since I only click the mouse button without moving I expected that OnDragBegin event won't be fired...

Fred
Title: Re: DragBegin in ListView
Post by: owenwengerd on March 25, 2010, 09:59:06 PM
After the changes I made in the drag/drop code, things seem to be working as expected. Please check again in Alpha 25 and report any problems.