FB3 Issue: I have a class which needs to use the mx_internal namespace to access some things.
Seperately this class also has a function that manipulates an AdvancedGridDataColumn. If I import the mx_internal namespace then all of a sudden just calling a simple setStyle on the column generates a compile error "Ambiguous reference to setStyle". I think this maybe because the AdvancedGridDataColumn extends CSSDeclaration which has two setStyle functions, one public and one on the mx_internal namespace. How do I resolve this issue... I am not interested in the mx_internal.setStyle, actually I am not interested in any mx_internal function connected with the AdvancedGridDataColumn, I am only using mx_internal in another function against another object. tks
