Tagged Questions

1
vote
0answers
73 views

Center static textfield with jsfl: strange results

Using Flash CS3, I'm trying to center a static textfield with jsfl after I've altered its text, like so: textElement.setTextString( text ); fl.outputPanel.trace( 'text width: ' + textElement.width ...
0
votes
0answers
99 views

How to modify NumericAxis to change number placement

I am creating a chart in Actionscript.. I need it to not have regular spacing along the numeric vertical axis, because I want to cram extremeley high valued at the top but still have a consistent ...