Tag Archives: actionscript

Using an AS3 object or class as a DataProvider

I have a need to use custom class objects as a DataGrid dataprovider.  After wrestling with flash.utils.describeClass() I gave up and found two other methods for binding my custom objects to a DataGrid. First here is a look at the … Continue reading

Posted in adobe, flash platform, FLEX, tips and tricks | Tagged , , , , , , , , , , | 1 Comment

Keyboard doesn’t release a RadioButtonGroup’s focus

Today I was using Alert.show() while building a RadioButtonGroup change handler and noticed something interesting. If you use your mouse to change the values of a RadioButtonGroup, Alert.show() will behave like a proper modal dialog. However, if you use your … Continue reading

Posted in adobe, FLEX, tips and tricks | Tagged , , , , , | Leave a comment