On Tue, Dec 30, 2008 at 6:48 PM, johndoematrix <johndoemat...@yahoo.com> wrote:
> hello guys... i thought by using % width and height would help scale a
> flex application depending on different screen sizes but i realized
> that the controls such as text are not scaled which leads to scroll
> bars being created. this makes the application ugly. is there a way to
> scale the entire application so that it the screen is smaller then the
> text and other controls are scaled to fit the flex UI.

Setting the stage's scaleMode property should do the trick.

  <Application preinitialize="systemManager.stage.scaleMode = 'showAll'"> ...

See the StageScaleMode class for values of scaleMode.

Manish

-- 
http://manishjethani.com

Reply via email to