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.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to