[flexcoders] Why no scroll bar?

2007-05-16 Thread Ian Skinner
I have my base mx:Application... tag set with a minWidth=1024. When the browser is less this this width no scroll bars are available leaving the hidden content unaccessible. Why is this and how can I allow access to the hidden content? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

Re: [flexcoders] Why no scroll bar?

2007-05-16 Thread Bjorn Schultheiss
I think its due to the way your application swf is inserted into the html. It might pay to create a container within mx:Application that has its minWidth set. That way you will still get your application scope scroll bars when the window is resized below 1024 width. Bjorn On