Look at the "menuHistory" dictionary term.

on preOpenCard
  set the menuHistory of btn "tabs" to 1
end preOpenCard

btn "tabs"  -- replace that with the actual name of your tab buttons
1 -- replace that with the actual number of the tab (in the Property Inspector the line number of the text equals the menuHistory)

( red | green | blue )    <-- really bad Mac OS X tabs ;-)

red = set the menuHistory to 1
green = set the menuHistory to 2
blue = set the menuHistory to 3

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to