Archive for the ‘AIR’ category

[AIR] How to hide bar at the bottom of application

October 7th, 2010

Every AIR application has by default a bar at the bottom. It is shown in the picture below:

How to hide the bar from the bottom

Status bar

To hide it, you have to add one line for example in application’s applicatonComplete handler:

/**
* Application's applicationComplete handler
*
* @return void
*/

protected function this_APPLICATION_COMPLETE():void {

    statusBar.visible = false;

}//function

Drag and drop in AIR appliaction

October 6th, 2010

The following post presents steps that should be taken to enable drag and drop action of files in AIR appliaction.

» Read more: Drag and drop in AIR appliaction

Updating AIR application with ApplicationUpdaterUI

September 25th, 2010

The following post shows how to use ApplicationUpdaterUI class to update AIR application.

» Read more: Updating AIR application with ApplicationUpdaterUI

Demotywatory Reader

February 28th, 2010

Chcąc sprawdzić jakie są różnice w robieniu aplikacji webowej i desktopowej we Flexie, postanowiłem napisac prosty programik, który umożliwia w szybko sposób prześledzenie ostatnich wpisów na stronie demotywatory.pl :)

Wiem, że dużo ludzi tam zagląda – teraz będzie szybciej i prościej :)

Program do ściągnięcia tutaj.
Nie wiem czy się przyjmie, dlatego wszelkie dodatki będę robił dopiero jak program się komuś spodoba i ktoś go zacznie używać. A tymczasem będę ulepszał komponent z poprzedniego wpisu – chce go zrobić na podobieństwo ExtJS’owego DataGrida.

Żeby uruchomić trzeba ściągnąc do Abobe’a Air Runtime. To taki Adobe’owy odpowiednik witrualnej maszyny np. Javy.

Flexmaniaks on Facebook