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 17/05/2007, at 1:51 AM, Ian Skinner wrote:

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";
layout="absolute"
creationComplete="getCalendar()"
minWidth="1024"
verticalScrollPolicy="off" horizontalScrollPolicy="on"
xmlns:mcViews="Flex.Views.*">




Reply via email to