Hi Reinhold

Try the function OpenStacks() or "the openstacks"

put the openstacks -- these are the stacks that are opened.

A stack can be closed yet it's visible attribute true. So if you want to know if a stack is
visible, the other way is via the function

put the windows
(but this will return even stacks that are not visible)

So the last step is checking for visibility within the windows or the openstacks.

cheers
Xavier

On 21/07/2005 09:55:16 metacard-bounces wrote:
>Hello!
>
>How do mc reports if a substack is open / visible or not?
>I tried it in two ways but I failed:
>
>on mouseUp
>  if the openstack of stack "xyz" is true then
>    put "stack xyz is opened"
>  else
>    put "stack xyz is closed"
>  end if
>end mouseUp
>
>I this case I get "stack xyz is closed" as well if the stack in opened.
>
>
>on mouseUp
>  if the visible of stack "xyz" is true then
>    put "stack xyz is visible"
>  else
>    put "stack xyz is invisible"
>  end if
>end mouseUp
>
>I this case I got "stack xyz is visible" as well if the stack is invisible.
>
>What's the right way?
>
>Reinhold
>
>
>PS: Hi Klaus, how are you?_______________________________________________
>metacard mailing list
>metacard@lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/metacard


Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER

_______________________________________________
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to