NativeWindow not Working ?
Hi everyone.
I´m trying to simple make an aplication on AIR for desktop with the window on top.
It seems simple as :
debug.text = "start";
stage.nativeWindow.alwaysInFront=true;
stage.nativeWindow.activate();
debug.text = "done";
No errors on compiler, window will not get on top of others , and code after this lines not called....
I´m using Flash Professional CC and AIR 3.4 (Just downloaded this morning...)
Anyone knows what´s not correct !?
Can you help me !?