Building Blocks

10Jan/080

Maximizing your AIR application programatically – stage.nativeWindow.maximize()

Just be sure to call it in an applicationComplete handler. My attempts to call it from creationComplete were resulting in a null object reference.

1
stage.nativeWindow.maximize()