How to get feedback if a substack is opened

Reinhold Venzl-Schubert R.Venzl-Schubert at t-online.de
Thu Jul 21 02:55:16 CDT 2005


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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 741 bytes
Desc: not available
Url : http://mail.runrev.com/pipermail/metacard/attachments/20050721/fe347d76/attachment.bin


More information about the metacard mailing list