OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: khann on August 23, 2013, 12:16:18 AM

Title: dcl_Form_Hide problem of Control bar
Post by: khann on August 23, 2013, 12:16:18 AM
With Control Bar
(dcl_Form_Hide Form T)

All the button and other controls of form disappear but the Control bar Form itself does not go away.
Is this right?

(Tested Win 7 / 64 bit, acad2014 , ODCL 7.0.0.12 )
Title: Re: dcl_Form_Hide problem of Control bar
Post by: Fred Tomke on August 23, 2013, 05:48:15 AM
Hm, by default, the form should disappear as a whole, but not only the controls. And I cannot reproduce this...

Regards, Fred
Title: Re: dcl_Form_Hide problem of Control bar
Post by: khann on August 23, 2013, 08:19:05 PM
Hi, Fred.
Thanks for your reply.
I just changed ControlBar to Modeless, it works.
When ControlBar , I use dcl_form_close instead.