I'm wanting to be able to do something like the below, where the &&
operator is used for a locale compare on the Boolean values, however I
keep getting errors with the various methods I've tried.

<mx:CheckBox enabled="{value1.selected==true &&
value2.selected==true }" label="myitem" id="chk_item" />

Where values(1 and 2) are other checkbox controls.

Any ideas on a good way to do the above. I'm trying to stay away from
script as much as possible for this type of stuff in order to keep it
as simple as possible for the UI designer.

Thanks

Jason






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to