metacard digest, Vol 1 #502 - 12 msgs

Ray G. Miller rgmiller at pacbell.net
Fri Jan 31 14:36:01 EST 2003


 From: Rodney Tamblyn

> Simple question ....
> 
> How do you determine which tab of a tab button is selected, and is
> there a way to programmatically set this?
> 
> Rodney
> 

Rodney, 
Put a similar script in the tabbed btn:

on menuPick newTab,oldTab
  lock screen
  put oldTab &".GRP" into hideThisGp
  put newTab &".GRP" into showThisGp
   
  hide group hideThisGp
  go this cd
  unlock screen with visual wipe up fast
  
  -----		
  lock screen
  show group showThisGp
  go this cd
  unlock screen with visual wipe down fast
  
end menuPick

The " newTab,oldTab" arguments are supplied by MC: it know what's
hilited and what you're clicking...


-- 


Ray G. Miller
-----------
Turtlelips Productions
4009 Everett Ave.
Oakland, CA 94602
MailTo:rgmiller at pacbell.net
(V) 510.530.1971
(F) 510.482.3491



More information about the metacard mailing list