Generally, this has to do with the parent of the container/component
that is really long not having a width or height defined so that
scrollbars don't appear. Post some code, we can help.

--- In flexcoders@yahoogroups.com, "jack_freud" <[EMAIL PROTECTED]> wrote:
>
> Sherif,
> Thanks for your reply, but what I wanted was for the browser to scholl
> the entire page including the App, not just for the app to scroll
> itself, just like a big web page.
> 
> I stripped out everything but the simplest table on an html page and
> it worked, so I'm cool for now.
> 
> Thanks for responding.
> 
> Jack
> 
> --- In flexcoders@yahoogroups.com, Sherif Abdou <sherif626@> wrote:
> >
> > Browser does not add Scroll Areas, it is Flex that handles that
> since it is an Application. If you want Scrollbars just set the
> horizontalScrollPolicy to on
> > 
> > 
> > ----- Original Message ----
> > From: jack_freud <jack_web@>
> > To: flexcoders@yahoogroups.com
> > Sent: Friday, January 25, 2008 4:53:09 PM
> > Subject: [flexcoders] Can't get web page to scroll large Flex app
> > 
> > Hi,
> > I have a Flex app that's quite long, more than 900 pixels. If it were
> > HTML, the browser would automatically add scrollbars for the content.
> > 
> > But the browser doesn't seem to notice that the app is bigger than the
> > viewable area of the browser.
> > 
> > I tried putting the embedded object inside an HTML table but that did
> > nothing to help.
> > 
> > Thanks!
> > Jack
> > 
> > 
> > 
> > 
> > 
> >      
>
____________________________________________________________________________________
> > Never miss a thing.  Make Yahoo your home page. 
> > http://www.yahoo.com/r/hs
> >
>


Reply via email to