Basic Stack/Card Question

Klaus Major klaus at major-k.de
Mon Apr 5 13:04:10 EDT 2004


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



More information about the use-livecode mailing list