Re: [flexcoders] popup is taller than browser window/ vertical scroll bar??

2008-06-28 Thread pfk456cr
josh, i want the scrollbar to appear on the popup not the app. is this easily done? any ideas? thanks. pat --- You need to force the popup to not be bigger than the browser window with maxHeight or something similar. Popups that are too big won't cause a

[flexcoders] popup is taller than browser window/ vertical scroll bar??

2008-06-27 Thread pfk456cr
i have some popups that have their height property greater than the height of the browser window. the close button on the popup is getting clipped and setting verticalScrollPolicy on doesn't function. anyone have any ideas how i can force the popup (based on canvas) to have vertical scroll bars

Re: [flexcoders] popup is taller than browser window/ vertical scroll bar??

2008-06-27 Thread Josh McDonald
You need to force the popup to not be bigger than the browser window with maxHeight or something similar. Popups that are too big won't cause a scrollbar to appear on the application because in the display list they're parented by systemManager, not the Application itself. -Josh On Sat, Jun 28,