Flex 3 custom components positioning - popups
        Posted  
        
            by ccdugga
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ccdugga
        
        
        
        Published on 2009-04-30T12:54:01Z
        Indexed on 
            2010/04/16
            21:13 UTC
        
        
        Read the original article
        Hit count: 249
        
Hi,
I have created a custom TitleWindow whcih i use as a popup. The contents of the popup are created dynamically depending on a selection a user makes from a datagrid.
My problem is, my datagrid is in another custom component whcih is toward the bottom of my page so when a user clicks one of the items the popup is displayed however with half of it out of sight at the bottom of the page.
Is there a way to position a popup so that it displays at the top of the page?
© Stack Overflow or respective owner