Determining if Stack is Visible
Klaus Major
klaus at major-k.de
Thu May 22 11:08:46 EDT 2008
Hi Steven,
> Mark,
>
> I didn't state my question very clearly. From what I see, the
> "visible" property is used to make the object visible or invisible
> but cannot be used to determine if the object is visible. I know
> that I am missing something somewhere. I tried using code something
> like the following:
>
> if visible of stack "substack" is true then
> [process code]
> end if
>
> When I use this code nothing happens.
>
> I appreciate your help.
>
> Steve
wild guess: Maybe you mean visible = open and visible on screen?
In that case you could check:
...
if "name of stack" is in the openstacks then
## your stuff here...
end if
...
Best
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list