[flexcoders] Re: Enumerating throug container/control arrays in Flex/Actionscript?

2008-07-02 Thread pbrendanc
Hopefully I won't need to - however old habits die hard -maybe a FAQ/guide for some of us older client/server developers would be useful - Flex is a different way of thinking/different mindset. I think you just turned on a light bulb for me - using loosely coupled events can accomplish the same

Re: [flexcoders] Re: Enumerating throug container/control arrays in Flex/Actionscript?

2008-07-02 Thread Josh McDonald
If you want a checkbox to control the visibility of another component, what you want is binding. Off the top of my head (and unlikely to compile): mx:CheckBox id=cb label=Show / Hide/ ns:SomeComponent visible={ cb.selected } includeInLayout={ cb.selected}/ As for Flex keeping a flat list, I