Select to view content in your preferred language

Fit application window to screen

749
2
04-15-2011 01:44 PM
BartPouteau
Deactivated User
I've created a simple application based on the sample flex viewer and when viewed on one computer the application fits nicely onto the screen (a scroll bar does appear on the right but it doesn't do anything).  When viewing the same application on another computer the application window is larger than the screen and scroll bars are added.  Both computers have the same screen resolution.  How do I force the application window to fit the screen size and not add the scroll bars?

Thanks.

Bart
0 Kudos
2 Replies
by Anonymous User
Not applicable
Original User: rscheitlin

Bart,

   If your customized app based on the sample flex viewer has a minHeight and or a minWidth as properties of the application tag then you should delete them.
0 Kudos
BartPouteau
Deactivated User
Robert,

Do I need to download the uncomplied version of the flexviewer to do this?  I couldn't find these tags in the config.xml so I'm guessing they are in the source code for one of the swf files?

Thanks.

Bart
0 Kudos