OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: AutoKAD on September 03, 2010, 03:44:51 PM

Title: OnMouseDblClick
Post by: AutoKAD on September 03, 2010, 03:44:51 PM
I can't get the OnMouseDblClick event to work.  Does this fire off during/after the other double click events or is this a catch all event for double clicks?  What am I doing wrong?
Title: Re: OnMouseDblClick
Post by: owenwengerd on September 10, 2010, 08:31:19 PM
This is a bug, and I have now fixed this for the next build. In the meantime, you can enable one of the other mouse events like MouseWheel (even if you don't define a handler for it) to trick it into working.
Title: Re: OnMouseDblClick
Post by: AutoKAD on September 11, 2010, 10:35:15 PM
Excellent.  Thanks for the help Owen!