1
vote
2answers
136 views
Using ASDoc with Bindable metatag and mxml
I am creating the documentation of my flex project using ASDoc and having some issues with the bindable metatag.
ASDoc doesn't document public Bindable values unless the Bindable …
2
votes
2answers
99 views
JQuery: Is there a way to do Flex-style data bindings?
Several new UI/Query frameworks allow you to "bind" UI elements to data structures. When data in the structure is updated, the change propagates to the UI element, automatically.
S …
1
vote
2answers
230 views
Some [Bindable] properties in Flex work, some don’t
Problem solved, see below
Question
I'm working in Flex Builder 3 and I have two ActionScript 3 classes (ABC and XYZ) and a Flex MXML project (main.mxml). I have an instance of X …
