Page 1 of 1

Toolbars and statusbar

Posted: 20 Jun 2007, 01:05
by JormaS
Hi to all, a simple question. Is it possible to hide coordinate statusbar in the cad control module?

Posted: 21 Jun 2007, 10:48
by support
Hello!

Just use the following code:

Code: Select all

<font color="blue">this</font id="blue">.pnlLayouts.Visible = <font color="blue">false</font id="blue">;
<font color="blue">this</font id="blue">.stBar.Visible = <font color="blue">false</font id="blue">;
<font color="blue">this</font id="blue">.tlbTool.Visible = <font color="blue">false</font id="blue">;
Sergey.

Please post questions to the forum or write to support@cadsofttools.com