grouping
    Jim Hurley 
    jhurley at infostations.com
       
    Fri Apr 23 21:08:48 EDT 2004
    
    
  
I'm trying to find a way to group a list of controls.
I have tried the following:
on mouseUP
   put line 1 of Field 1 into results
   --Line 1 of Field 1 is: graphic "graphicA" and graphic "graphicB"
   group graphic "graphicA" and graphic "graphicB" -- This line works
   group results --This line doesn't
end mouseUP
I can't find any way to do this without using the explicit form. (I 
have a lot of controls and they are changeable; the explicit form is 
not an option.)
Any thoughts on how to group a list of controls?
Jim
    
    
More information about the use-livecode
mailing list