grouping

Alain Bois in.bois at wanadoo.fr
Sun Apr 25 13:42:09 EDT 2004


Hi

I can you explain with this example:
Take three fields "A", "B" and "C"
in "A" put 3, in "B" put 5 and in "C" put "put fld "A" + fld "B"
If you type in the msgbox, put fld "C" you obtain  "put fld "A" + fld 
"B" and if you type do fld "C" you obtain 8.


Le 24 avr. 04, à 03:08, Jim Hurley a écrit :

> 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
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list