Re: [flexcoders] checkbox- create a bindable "value" property

2008-01-22 Thread Sherif Abdou
M Subject: Re: [flexcoders] checkbox- create a bindable "value" property Hi, As far as I understand binding the bind works from the data out to the bound component. So when the data is changed the componenet picks up the change. However I don't believe it works the other way, in fact I&#

Re: [flexcoders] checkbox- create a bindable "value" property

2008-01-21 Thread tim
Hi, As far as I understand binding the bind works from the data out to the bound component. So when the data is changed the componenet picks up the change. However I don't believe it works the other way, in fact I'm sure it doesn't. This makes sense as you should only change the data when you a

[flexcoders] checkbox- create a bindable "value" property

2008-01-21 Thread bmilesp
Hello! I want a checkbox to return 1 or 0 instead of true or false respectively. Here's my component: http://www.adobe.com/2006/mxml";> When i try to bind a data model to the "value" property, it doesn't update the model when the value changes. However, when I do: click="Alert.show(value)",