In AS2.0, the Math.log(x) function actually gives you ln x (base e). Continue reading
January 12, 2004
by rdo
0 comments
January 12, 2004
by rdo
0 comments
In AS2.0, the Math.log(x) function actually gives you ln x (base e). Continue reading
December 10, 2003
by rdo
1 Comment
When modifying a tree through its model, the change (selection changed) event won’t always fire as it should. Continue reading
December 10, 2003
by rdo
0 comments
When using an embedded font with a custom TextFormat, remember that the embedFonts property of the text field to which the TextFormat is being applied must be set to true. The property defaults to false, so just setting the format of a TextField to a TextFormat containing an embedded font isn’t sufficient for the embedded font to be used. Continue reading
December 1, 2003
by rdo
0 comments
When changing the filter function on a DataSet, it is necessary to set the filtered property to false and then true again in order for the proper modelChanged event to be fired. Continue reading
November 15, 2003
by rdo
0 comments
When creating a movie clip with an associated AS 2.0 class (using the Linkage dialog for the symbol), any components on that movie clip cannot be accessed in the constructor of the class. References to the component instances will be non-null, but they’ll appear as plain movieclip instances and not have any of the methods or fields from their component classes. Continue reading