Hello,

I have a Flex app embedded like this: body tag, then a div tag with
min-height: 600px, min-width: 800px; and overflow: auto; the application tag
from flex: 

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute"
xmlns:views="com.views.*" 
        backgroundColor="#000000" backgroundAlpha="1" pageTitle="Flex app" 
        applicationComplete="init()"
        currentState=" http://old.nabble.com/file/p26126480/screenshot.gif
screenshot.gif ageCheckState" xmlns:ns1="com.*" xmlns:local="*"
        verticalScrollPolicy="on" horizontalScrollPolicy="off" 
clipContent="false" 
        minWidth="800" minHeight="600">
Note: I've tried with both horizontalScrollPolicy and verticalScrollPolicy
on and auto and clipContent both true and false
The problem is that if I resize the browser vertically a scrollbar appears
indeed (the one from the div) but a strange thing happens: the content is
sort of clipped to the size of the browser window (attaching screenshot -
you can see it action here: http://www.duboeuf.com/).
Horizontally, everything is ok.
Please help.
Thanks
-- 
View this message in context: 
http://old.nabble.com/Flex-application-vertical-size-problem-tp26126480p26126480.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to