- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've made a simple little tool where I select text from a predetermined list in a list box control and then click OK. Some in my office feel it would be quicker if they could just double click the selection. So I started looking into that possibility. I found some sample code in the AutoCAD forums from 2006 that apparently did the trick but I can't get it to work for me, largely because I don't fully understand it and the code was not explained in any way.
My first question, without reposting and going into someone else's code, is: Does anyone have experience or knowledge of using a DCL list box control with the double click option?
I have a working Dialog box that displays a list of the text which I can select from and works fine if I select and click ok. I have added the "allow_accept = true" line to the list_box control, but everything falls apart in my main lisp routine where I don't know how to handle the double click. If there is anyone out there with experience with these controls I would appreciate the help.
I'm very new to the forums so if there is additional information that would be helpful I would gladly post it. Thanks in advance.
Solved! Go to Solution.