Hi,
There was a bug in the FlexJS Application class that was preventing the
BrowserResizeListener from being added to the Application strand. This has
now been fixed and is checked into the develop branch of the flex-asjs
repository. This modification will become part of the next release of
FlexJS
Try to use TextField class. The TextField.textWidth property gives you a
width text in pixels in TextField.text propety...
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/Scale-font-size-of-text-to-fit-into-a-label-with-fixed-dimensions-tp12424p12426.html
Sent fr
Try
thesehttp://stackoverflow.com/questions/12060031/how-could-i-compile-the-code-for-this-flash-tutorial/12060072#12060072
http://stackoverflow.com/questions/12060555/how-are-flash-files-without-class-definitions-compiled
On Thursday, April 7, 2016 9:49 AM, Kamatchi G
wrote:
Hello Al
Hello All,
I am getting following issue on Flash Builder 4.7 - Web application project
issue- A file found in a source-path must have an externally visible
definition. If a definition in the file is meant to be externally visible,
please put the definition in a package in main mxml file(Applicatio
I have 4 labels with have the same dimensions (width="200", maxHeight="100")
and get 4 different texts for the labels.
At least I want that every text fits into the labels dimensions and that all
texts have the same fontSize (the fontsize of the label with most text in
it).
Currently I get the mi