Command to hide the tool palette
Stgoldberg at aol.com
Stgoldberg at aol.com
Wed Jan 10 16:52:45 EST 2007
Thanks for the word "revTools" Klaus to refer to the tools palette. I
didn't find it in the Rev dictionary. However, in order to hide the tools
palette, I suggest modifying the command to CLOSE stack "revTools" rather than HIDE
stack "revTools", since the HIDE command, while hiding the tools palette,
does not uncheck the tools palette option in the Tools menu and it is then not
possible to reshow the tools palette through the Tools menu. Switching the
command to CLOSE stack "revTools", though, permits one to reopen the tools
palette through the Tools menu. The value of having this command is that when
someone else who is not a programmer uses the stack they will be less likely to
mess things up through an open Tools palette.
Steve Goldberg
In a message dated 1/10/07 12:53:07 PM,
use-revolution-request at lists.runrev.com writes:
> From: Klaus Major <klaus at major-k.de>
> Subject: Re: Command to hide the tool palette
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <49B38FA6-0DF9-4667-BBC7-057E3DD99DEE at major-k.de>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> Hi Steve,
>
> > Can anyone suggest a script to hide the Tools Palette on
> > OpenStack? I have
> > not been able to find a way. Thanks.
> > Steve Goldberg
>
> Maybe this will do the job?
>
> on openstack
> hide stack "revTools"
> end openstack
>
More information about the use-livecode
mailing list