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

2008-06-28 Thread pfk456cr
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, 2008 at 12:01 PM, pfk456cr [EMAIL PROTECTED] wrote: i have some popups that have their height property greater than the height

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

2008-06-28 Thread pfk456cr
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, 2008 at 12:01 PM, pfk456cr [EMAIL PROTECTED] wrote: i

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

2008-06-28 Thread pfk456cr
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, 2008 at 12:01 PM, pfk456cr [EMAIL PROTECTED] wrote: i have

[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