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

Reply via email to