I am trying to center a launched window in flex, there is a NativeWindow.x and NativeWindow.y but flex uses the Window class which does not have these properties, so does anyone know how to center a window? Thanks!!
|
|
I figured it out:
I think you have to call this AFTER window.open() though. |
||
|
|
|
isn't this better? example docs:
from livedocs: about window containers ยจ both solutions worked for me even on multiple screen system (Win7) |
||
|
|
