Group members

Richmond Mathewson richmondmathewson at gmail.com
Tue Jul 28 14:36:20 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
> _______________________________________________
This is really annoying:

doing this:

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

yields a list of the constituents of the group,
but does NOT regroup them, merely makes a group
of the last control within the original group.



More information about the use-livecode mailing list