Tabs

Dave Cragg dcragg at lacscentre.co.uk
Sun Jan 2 19:08:36 EST 2005


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





More information about the use-livecode mailing list