OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: andrew on November 10, 2010, 06:42:39 AM

Title: keep focus in text box on a control bar
Post by: andrew on November 10, 2010, 06:42:39 AM
in my project when ever i click in a a text box, in a control bar, then move the mouse cursor off the text box i lose ability to type in the text box unless i reselect that text box and leave my cursor on it while i type in it.

what do i have to do in order to keep the abiltity to type in a text box, after i click it and move the mouse cursor off.
Title: Re: keep focus in text box on a control bar
Post by: owenwengerd on November 10, 2010, 07:05:43 AM
Here you go:
http://www.opendcl.com/HelpFiles/index.php?page=Reference/Property/KeepFocus.htm (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Property/KeepFocus.htm)
Title: Re: keep focus in text box on a control bar
Post by: andrew on November 18, 2010, 06:05:37 AM
thanks Owen