OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: goodonline on August 03, 2007, 01:36:29 PM

Title: drag n Drop Question
Post by: goodonline on August 03, 2007, 01:36:29 PM
Is it possible to drag n drop within a list box to change the order of the list items?

Robert Good.
Title: Re: drag n Drop Question
Post by: tlindell on August 04, 2007, 07:05:37 AM
The only drag-n-drop events I see are to exterior drop locations from a control. :(
Title: Re: drag n Drop Question
Post by: owenwengerd on August 04, 2007, 10:23:26 AM
Quote from: goodonline on August 03, 2007, 01:36:29 PM
Is it possible to drag n drop within a list box to change the order of the list items?

Yes, just handle the OnDragDropFromControl event (make sure DragnDropAllowBegin and DragnDropAllowDrop are set to True).
Title: Re: drag n Drop Question
Post by: goodonline on August 06, 2007, 09:41:03 AM
Thats great news.

Thanks Owen,

Robert Good.