Group members

Richmond Mathewson richmondmathewson at gmail.com
Tue Jul 28 14:31:47 EDT 2009


James Hurley wrote:
> How do I get a list of all the controls within a group?
> And if they are grouped radio buttons, is the a shortcut to finding 
> out which is selected?
>
> Thanks,
>
> Jim Hurley
> _______________________________________________
Well . . .

I just worked this out:

on mouseUp
  set the selected of group "GROOP" to true
  ungroup group "GROOP"
  put the selObjs into fld "fMEMS"
end mouseUp

now sweating over how to regroup the controls again . . .   :)



More information about the use-livecode mailing list