Archive

Posts Tagged ‘AIR’

Doc? v3.0 BETA released

December 27th, 2009

Yesterday we’ve released a public beta from the new Doc? (v3.0)
Go and check it out at www.airdoc.be!

Doc? Air Local Livedocs

Here are some of the most important new features :

  • ● Minimize/Close to tray (WINDOWS)
  • ● Local Books
  • ● Online Books Download
  • ● Inline Search
  • ● Performance Upgrade (SQLITE)
  • ● Custom tree icons
  • ● Complete design makeover

Take a look on our website to learn more …


michiel AIR, AS3, Doc?, Flex , ,

Flex: TabNavigator Label Jump (Quick Fix)

December 20th, 2009

Hey,

Somethings been bugging me while skinning a flex application :

The label from the selected tab from the TabNavigator component is 1px lower than the other tabs. As you can see in the example.
(It has something to to with the bottom border I’m guessing).

This can help as a visual support you are on a different tab, but I found it rather annoying, so here is my fix for it.
A quick fix by changing the “paddingTop” property.

View source is enabled so can download the example there.
http://ninetynine.be/blog/wp-content/uploads/2009/12/srcview/index.html

This movie requires Flash Player 9

Code after the jump.

Read more…

michiel AIR, AS3, Flex , ,

Growl messages with AIR

March 31st, 2009

For an AIR application that I’m creating (more about that later), I needed some way to show the users some event happened while the application was running in the background. So what’s better on Mac OS than showing growl notifications ;) ?

Growl message with as3

Adobe has worked together with the Growl team to add support for AIR and flash applications.
Mike Chambers has put together an open source project named as3growl which provides an API to work with the new Growl build.

Read more…

michiel AIR, AS3, Flex, Mac OSX , , , ,