OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on February 19, 2008, 12:25:41 PM

Title: Toggles and focus
Post by: Fred Tomke on February 19, 2008, 12:25:41 PM
Hello,

do I have to remove the focus from a checkbox manually before disabling it?
There was no need to do so in the past. But before I check all my forms with checkboxes to remove the focus manually I wanted to ask.

In the attachment you'll find an example.

http://kep-digital.dyndns.org/videos/toggle_focus/toggle_focus.html (http://kep-digital.dyndns.org/videos/toggle_focus/toggle_focus.html)

Fred

[attachment deleted by admin]
Title: Re: Toggles and focus
Post by: owenwengerd on February 19, 2008, 01:22:34 PM
Fred, I didn't check your file, but I suspect this is just a painting issue, not a focus issue. You can tell the difference by resizing the form or taking some other action that forces the entire dialog to be repainted (such as dragging it offscreen, then back on).
Title: Re: Toggles and focus
Post by: Fred Tomke on February 20, 2008, 12:19:12 AM
Hello Owen,

this is a none-resizable modal form. Dragging offscreen has no effect.

Fred
Title: Re: Toggles and focus
Post by: owenwengerd on February 20, 2008, 09:09:21 AM
Quote from: Fred Tomke on February 20, 2008, 12:19:12 AM
this is a none-resizable modal form. Dragging offscreen has no effect.

I made a change for Alpha 6 that should fix the focus problem.
Title: Re: Toggles and focus
Post by: Fred Tomke on February 20, 2008, 12:59:24 PM
Thanks Owen