You should not send the menuPick message (in mouseUp). It is sent 
automatically.
That might be causing the problem you are seeing.

At 01:12 PM 12/29/00 -0500, you wrote:
>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?
>

Leston Drake, President
LetterPress Software, Inc.


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.

Reply via email to