PDA

View Full Version : Grouped Controls



DBrenchley
06-09-2011, 06:44 AM
Good Day Folks !!
Hope someone has a quick answer ..

I have a number of grouped check boxes ...
Once I grouped them I lost the ability to reference "some" properties via their name reference. But it seems totally arbitrary ..
e.g. .name.caption works .name.visible does not ..
I was able to work around visible by ..
.shape(n).groupitems(m).visible

but I need to enable / disable each control individually and have not yet ferreted out how to address the property, neither of the above work.
name.enable = false executes but has no effect / .shape(n).groupitems(m).enable error out as a non valid property

Thoughts ???

mikerickson
06-09-2011, 06:53 AM
Thoughts? - Don't group the checkboxes?

DBrenchley
06-09-2011, 08:41 AM
Thoughts? - Don't group the checkboxes?

Yeah .. I know .. :kiss:

That's the course I'll likely take .. curious as to the behaviour and a workaround ..