Gregory Lypny wrote/ schreef:

> Hi Everyone,
> 
> I have a stack with two cards, X and Y.  Card Y has a tabbed button
> that displays a different group of fields under each tab.  I have a
> script in card X that opens card Y, but I'd like card Y to display a
> particular tabbed group by default regardless of which tab had been
> clicked on previous visits to card Y.  How can I do this?
Case the three tabs are "Une", "Deux" and "Trois", and you want to select
tab "Deux", the script would be:

  on mouseUp
    lock screen
    go to card "Y"
    select line 2 of button "Tabs"
  end mouseUp

> Regards,
> 
> Greg
Hope this helps,
Sjoerd


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