PDA

View Full Version : Component Scaling Problem


SoaringEagle2
09-13-2006, 11:43 AM
Hi all,

I have a bit of a noob problem with compnonent scaling.

The stage is set to noScale, and I am using an onResize event to layout the compnonents on the stage, using _x, _y, _width, and _height.

For example, one of the components is a TextArea, which, when the stage is increased, the text inside the component, and it's border all scale. Can I stop this?

Many thanks in advance,

SoaringEagle2