check hide ?
Posted: Tue Jun 19, 2012 10:04 am
hi,
how to check if an object is hidden?
thanks
how to check if an object is hidden?
Code: Select all
if group "MYGROUP" is hide then ....
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
if group "MYGROUP" is hide then ....
Code: Select all
if (the visible of group "MYGROUP" = FALSE) then