Tagged Questions

2
votes
2answers
649 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 tag has an event ...
0
votes
1answer
84 views

How Can I Make an MXML Variable Bindable in Flex 3

Is it possible to use the Bindable compiler setting when using mxml? I've got a string that I want to make bindable: <mx:String id="myString">My Text</mx:String> I could make it ...