Flex 确定弹出窗口的绝对位置x , y
摘要:
var selectbox:Selectbox;selectbox = new SelectBox();var pt:Point = new Point(0,0);pt = this.parent.localToGlobal(pt);selectbox.y = pt.y + this.Height-3;selectbox.x = pt.x + this.x;PopUpManager.addPopUp(selectbox,this,false); 阅读全文
posted @ 2014-04-02 15:20 狮子座男 阅读(210) 评论(0) 推荐(0)
浙公网安备 33010602011771号