Showing 1 - 1 of 1 total. RSS Feed WordPress RSS Feed

Add a custom StatusBar to a WindowedApplication

To use a custom component as a statusbar it's quiet easy,
just create your component using MXML or Actionscript, it's the same, and the add this line to your WindowedApplication
statusBarFactory="{new ClassFactory(MyCustomStatusBar)}"
Showing 1 - 1 of 1 total. RSS Feed WordPress RSS Feed