Sergio
Sergio

Reputation: 628

AS3 / AIR: Maximize desktop application window on start up (?)

It's possible to maximize the AIR generated application window when starting up it in Win OS?

I mean, not full, but maximized. I did search other questions.

Thanks.

Upvotes: 1

Views: 2310

Answers (1)

Pete TNT
Pete TNT

Reputation: 8403

Yes, use NativeWindow.maximize when you initialize the program.

Upvotes: 3

Related Questions