Skip to content

Looks like Flex data binding is not bidirectional

I have a AS3 class Loan that is being fetched from the server and the whole Loan class is marked as [Bindable]
Now in the Form I have a: <mx:TextInput text=”{currenLoan.loanAmount}” />
The problem is that user modifies the text in the textInput, it does not automatically update the variable that the control is bound to. I’m [...]

Feedback on RIA book

I’m going through the “Rich Internet Applications with Flex and Java” by guys from Farata Systems.
Overall I like that authors are hardcore consultants with deep knowledge of Java, so it is very easy to understand the concepts that book presents as they are targeted to Java developers specifically. I also like the fact that there [...]

Flex2 feedback

For the last couple of weeks I’ve been going through Adobe Flex 2: Training from the Source book and playing with Flex Builder2.
Overall Flex looks as a very solid platform and I look forward using it this year. Though flex builder, that is the IDE that Adobe sells for 499$ is not worth your dollars. [...]