In the help stack under MenuMode the following is written regarding
processing Tab Mode buttons:

on menuPick oldTab,newTab -- sent when user clicks a tab
    lock screen -- hide the swap
    hide group oldTab
    show group newTab
    unlock screen
end menuPick

The second parameter 'newTab' is not sent on my system (WinXP). I believe
the correct script should be:

on menuPick oldTab -- sent when user clicks a tab
    lock screen -- hide the swap
    hide group oldTab
    show group menuPick
    unlock screen
end menuPick

-Chipp

 ----------------------------
|    ___   ____       _ __   |
|   / _ | / / /___ __(_) /_  |
|  / __ |/ / __/ // / / __/  |
| /_/ |_/_/\__/\_,_/_/\__/   |
|   http://www.altuit.com    |
 ----------------------------

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

Reply via email to