At 9:56 AM -0700 7/24/2001, Troy Rollins wrote:
>I'm operating under the assumption that to properly use a tabbed button
>panel, the procedure is to use a "menupick" and then make contained objects
>or groups visible(true or false), in order to show items on the selected
>tabbed area. Is this actually the way it's meant to be done?

You've got it. Here's an example:

on menuPick theCurrentTab
  lock screen
  repeat for each line thisTab in me
    hide group (thisTab)
  end repeat
  show group (theCurrentTab)
  unlock screen
end menuPick

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!


Reply via email to