On 2 Jan 2005, at 23:02, Judy Perry wrote:

Yes, Robert.  I thought about groups after sending it off.

But mouseUp seems to work for me. Should it not?


mouseUp should work fine, but menuPick has two parameters for tab buttons: the new selection and the old selection. So if you have groups with the same name as the tab buttons, it can be this easy:

on menuPick pNew, pOld
  hide group pOld
  show group pNew
end menuPick

Dave



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

Reply via email to