NativeWindow Class in AIR.

March 13, 2008

AS i started learning AIR i will make posts in it and guess what found a class in AIR to minimize ,maximize and closing your Windows.

code example:

private var appWindow:NativeWindow;

appWindow=this.stage.nativeWindow;
appWindow.visible=true;
appWindow.maximize();

similarly there are other methods in it “explore”  them. and iam doing that.

Enjoy the code.


A Simple AIR App by me.

March 13, 2008

I have done a simple AIR App which displays the search results for the entered text from google search engine.

It contains a text input which takes the search text and a Html control which displays the
search results in it.
Download it here and check it out and leave comments.

search screen.