behavior dcl_Form_Hide between "Palette" and "MODLESS" dialog boxes

Started by stephan_35, July 03, 2009, 01:52:32 AM

Previous topic - Next topic

stephan_35

Hello

Difference on the "dcl_Form_Hide" between a dialog box "PALLET" and a dialog box "MODLESS".

The behavior of this command is different, in fact with a dialog box "MODLESS", the entire box is hidden, the dialog box "PALLET" graphics rest while its content is removed.


Best regards
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

stephan_35

OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

owenwengerd

That behavior is by design. When a palette or dockable dialog is docked, it lives inside a parent container that may contain multiple child forms. Hiding a child form does nothing to the parent container. If you close it instead, then the screen layout is recalculated, and the parent container is destroyed along with the child.