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?
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.
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?