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 . . .   :)
_______________________________________________
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