label.addEventListener(FocusEvent.FOCUS_IN, function(event:FocusEvent):void
{
var popup:Container = label.parentDocument as Container;
var xy:Point = label.localToGlobal(new Point(0, popup.verticalScrollPosition - (popup.y + 50)))
//trace(xy);
popup.verticalScrollPosition = xy.y;
});
팝업창에 컨트롤 포커스 이동시 자동 스크롤 로직
|
2014.04.15 22:14:38
|
2014.04.15 22:14:38
|
310
|
Aiden
Total of Attached file
0.00 Bytes of 0 files
2016.10.07
2016.10.07
2016.08.22
2016.06.23
2016.01.08
2014.04.15
2012.07.23