Details on how exactly to set the default style for all instances of a particular component. Continue reading
February 2, 2004
by rdo
0 comments
February 2, 2004
by rdo
0 comments
Details on how exactly to set the default style for all instances of a particular component. Continue reading
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