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
[EMAIL PROTECTED]
www.major-k.de

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

Reply via email to