grouping

Scott Rossi scott at tactilemedia.com
Fri Apr 23 22:35:13 EDT 2004


Recently, "Jim Hurley" wrote:

> 
> 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?

 put "grc graphicA and grc graphicB and grc graphicC" into tSet
 do "group" && tSet

Regards,

Scott Rossi
Creative Director
Tactile Media, Development & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com



More information about the use-livecode mailing list