Binding to private vars in Flex
Apr. 24, 2008 No Comments Posted under: AIR, Development, Flex
Using Bindable variables and properties in Flex (Action Script 3) is great, it saves a huge amount of time adding events left right and center. However today I had a problem where I wanted to use a setter for a variable. In order to do this I made it private and used a getter and [...]