use-revolution Digest, Vol 16, Issue 5

Cubist at aol.com Cubist at aol.com
Sun Jan 2 20:18:03 EST 2005


   I'm surprised that nobody else has come up with this solution to the 
problem of showing/hiding groups yet...

# in the script of the tabbed button
on menuPick ChosenOne
  repeat for each line LL of me
    set the visible of group LL to (LL = ChosenOne)
  end repeat
end menuPick

   Simple. Easy. Quick. Automatically accomodates any number of tabs. What 
else could a body ask for?
   Hope this helps...


More information about the use-livecode mailing list