Tab Control

Sarah Reichelt sarahr at genesearch.com.au
Fri Feb 4 01:37:27 EST 2005


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
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
>



More information about the use-livecode mailing list