Positioning / Scrolling problem with Flex popup

后端 未结 3 577
误落风尘
误落风尘 2021-01-27 01:28

I\'m trying to work out a specific problem I\'m having with positioning in Flex using the PopUpManager. Basically I\'m wanting to create a popup which will scroll with the paren

3条回答
  •  庸人自扰
    2021-01-27 01:58

    You are calling "centerPopup" which will defeat the 2nd argument in addPopup. According to the Adobe docs, centerPopup "centers a popup window over whatever window was used in the call to the createPopUp() or addPopUp() method."

提交回复
热议问题