Hi everyone,
I came across the menuPick message in the MetaCard Reference stack.
I then created a tabbed button with the following script. The idea is
that clicking on a tab would show a group of fields with the same title
as that on the tab.
on mouseUp
menuPick
end mouseUp
on menuPick newtab, oldtab
hide group oldtab
show group newtab
end menuPick
The problem is that the handler gets stuck on "hide group oldtab"
because it can't find the object being referenced. However, each group
does, in fact, have the same name as each tab. Any thoughts on this?
Regards,
Greg
_________________________________________
Gregory Lypny
Associate Professor of Finance
Concordia University
_________________________________________
"Take chances, make mistakes!"
- Ms Frizzle, The Magic School Bus
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.