Property Inspector "Visible"

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ivaho
Posts: 37
Joined: Tue Feb 14, 2012 2:19 pm

Property Inspector "Visible"

Post by ivaho » Sun Mar 04, 2012 1:40 pm

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

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Property Inspector "Visible"

Post by Dixie » Sun Mar 04, 2012 1:52 pm

Hi...

later on... use a script like so

Code: Select all

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

Dixie

kdjanz
Posts: 300
Joined: Fri Dec 09, 2011 12:12 pm

Re: Property Inspector "Visible"

Post by kdjanz » Sun Mar 04, 2012 4:59 pm

You can also control the visibility from the "Application Browser" window, where the button is listed whether it is visible or not.

Kelly

Post Reply