If I update the value of sort.displayGroupBy ( which is bound to a simple custom class ) the enabled does not change.
<mx:FormItem label="Grouped">
<mx:CheckBox id="grouped" enabled="{ sort.displayGroupBy}"
selected="{ sort.groupBy}"/>
</mx:FormItem>
</mx:VBox>
<mx:Script><![CDATA[
import org.pace2020.epace.editors.data.Sort;
[Bindable]
public var sort:Sort;
]]></mx:Script>
Jerry DuVal
Pace Systems Group, Inc.
800.624.5999
www.Pace2020.com

