Hello All,
I am using openDCL release 6.0.0.27, with Autocad 2005 on Windows XP Home and I have found that on a ListBox, it does not react to a "Double Click" action.
This does not trigger when I double click on the list box.
(defun c:NEW_Form1_ListBox1_OnDblClicked (/)
(dcl_MessageBox "To Do: code must be added to event handler\r\nc:NEW_Form1_ListBox1_OnDblClicked" "To do")
)
However, my "Clicked" option for a button does work, so I know that the form is working. I tested the "MouseMove" on the ListBox and that does work. It pops up the messagebox as it is suppose too.
I thought it was a problem from starting with an older version of a dcl file, but I created a brand new one from scratch and got the same results.
Is there a compatibility issue with the software, or is it a bug in this release?
Thanks,
Paul Gregersen
It is working for me in a quick test.