Page 1 of 1

Property Inspector "Visible"

Posted: Sun Mar 04, 2012 1:40 pm
by ivaho
Hi,

I have just a little quick question.

If a go to the properties of for example a button and uncheck the mark Vissible.
How to get that button visible later on??

Kind Regards
Ivo

Re: Property Inspector "Visible"

Posted: Sun Mar 04, 2012 1:52 pm
by Dixie
Hi...

later on... use a script like so

Code: Select all

set the visible of button "mybutton" to true
be well

Dixie

Re: Property Inspector "Visible"

Posted: Sun Mar 04, 2012 4:59 pm
by kdjanz
You can also control the visibility from the "Application Browser" window, where the button is listed whether it is visible or not.

Kelly