The simplest way is to create a tab button on the first card of your stack. Make it into a group and set the group's background behavior to true. Now make a new card for each tab and set the names of the cards to the name of the corresponding tab. In the script for the tabbed button, put this:

on menuPick pCard
  go to card pCard
end menuPick

That's it - now you can set up the different interface elements on each card and tab between them.

Cheers,
Sarah

On 4 Feb 2005, at 4:19 pm, No�l Guth wrote:

Hi all,

Is there somewhere a tutorial about how to create a tab Control (tab view, tab
menu) ? I spent already some hours but without success ! thanks !
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution





_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to