Windows dialog center 위치 - in AIR
Computer/IT/FLEX/AIR 2010/05/13 12:02 |X좌표 = (전체 윈도우 창 WIDTH/2)-(현재윈도우창 WIDTH /2)
Y좌표 = (전체 윈도우 창 HEIGHT/2)-(현재윈도우창 HEIGHT/2)
stage.nativeWindow.x = ( (Screen.mainScreen.bounds.width/2) - (stage.nativeWindow.width / 2 ) );
stage.nativeWindow.y = ( (Screen.mainScreen.bounds.height/2) - (stage.nativeWindow.height /2 ) );
'Computer/IT > FLEX/AIR' 카테고리의 다른 글
| Flex/actionscript 생성된 객체 사이즈 확인 (0) | 2010/10/15 |
|---|---|
| Class IIMEClient could not be found. (0) | 2010/06/15 |
| Windows dialog center 위치 - in AIR (0) | 2010/05/13 |
| FlashBuilder 4 Premium 에서 JDT(JavaDevelopmentTool) 설치하기 (0) | 2010/03/25 |
| Flash Player Debuger 10.0.45.2 - 2010/02/11 (0) | 2010/02/17 |
| Flash - http://beautifl.net/ wonderfl.net (0) | 2010/02/17 |

댓글을 달아 주세요