Page 1 of 1

check hide ?

Posted: Tue Jun 19, 2012 10:04 am
by link76
hi,
how to check if an object is hidden?

Code: Select all

if group "MYGROUP" is hide then ....
thanks

Re: check hide ?

Posted: Tue Jun 19, 2012 10:06 am
by Klaus
Hi link76,

you are looking for the "visible" property!
...
if the visible group "MYGROUP" = false then...
...


Best

Klaus

Re: check hide ?

Posted: Tue Jun 19, 2012 11:54 am
by shaosean
That should actually read:

Code: Select all

if (the visible of group "MYGROUP" = FALSE) then
He missed the word "of" in there, but that is just the way he rolls ;-)

Re: check hide ?

Posted: Tue Jun 19, 2012 12:14 pm
by Klaus
Yes, I missed the word "of" in here, but this is just the way I roll! 8)

Whatever that means!? :D