Basic Stack/Card Question

David Burgun dburgun at dsl.pipex.com
Mon Apr 5 13:55:32 EDT 2004


Hi Klaus,

I saw this and was trying to make it work, but I can't figure out how 
to actually create the groups in the IDE. For instance the controls 
for "Tab1" will be in the same postion as for "Tab2". How do I get 
around this?

Thanks a lot for all your help
All the Best
Dave

>Hi David,
>
>i sent this mail yesterday evening, but it looks like it vanished in 
>the haze somehow...
>
>>Hi,
>>
>>Sorry, it is difficult to explain, I'll try harder:
>>I have a number of "Tabs". When the user presses a Tab, I want the 
>>controls under that "Tab" to be displayed and the ones on the old 
>>Tab to disapear.
>
>Ahhh, that was my first thought, sorry...
>
>Well in THIS case you simply script
>
>on menupick newTab, oldTab
>     lock screen
>     ## just in case you have LOTS of controls in your groups ;-)
>     hide group oldTab
>     show grp newTab
>     unlock screen
>  end menupick
>
>Click the tabs several times to get a "start-position", et voila...
>
>
>Regards
>
>Klaus Major
>klaus at major-k.de
>www.major-k.de
>
>_______________________________________________
>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