OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on February 17, 2010, 10:45:41 AM

Title: droppoint of ListBox_OnDragnDropFromControl
Post by: Fred Tomke on February 17, 2010, 10:45:41 AM
Hello,

in the German forum a question to ListBox_OnDragnDropFromControl was asked:

The returning value for uDropPoint of ListBox_OnDragnDropFromControl is a list. Unfortunately, there is no HitPointTest for a ListBox to evaluate the DropPoint for getting the destination line.

Wouldn't it be better to return an item index for a listbox?
OR
Would it be possible to publish a HitPointTest method also for Listboxes?

Since I do not use ListBoxes very often, I have no sample for testing.  :-\

Fred
Title: Re: droppoint of ListBox_OnDragnDropFromControl
Post by: owenwengerd on February 17, 2010, 11:10:40 AM
I think the best solution is a HitPointTest method for list box controls.
Title: Re: droppoint of ListBox_OnDragnDropFromControl
Post by: Fred Tomke on February 17, 2010, 11:57:19 AM
Thank you, I've added as a feature request.

Fred