• Home
  • About Me
  • AIR Central
  • AS3 Libs
  • Books
  • Flex Central
  • Resources
  • The Guru's
  •  

    MultiRowTabs

    July 21st, 2006

    After strugling with an attempt to make a multirow tab navigator similar to what Darron (http://www.ifbin.com/news/2005/11/flex-15-multiline-tabnavigator-by.html) had accomplished with Flex 1.5, I was forced to take another approach since Flex 2 does not allow a TabNavigator to be in an unselected state. The new one uses multiple rows of simple buttons that have been skinned like Tabs and reposotions the rows when a selection is made of an upper row. The components must attach itself to a viewStack and also accepts arguments of tabsPerRow, rowheight, and dp. Full source code is included. Please leave comments, if you make any changes to the source code.

    Right Click on application to view & download Source Code.

    Run This Code


    Apollo Official FAQ

    July 19th, 2006

    Those of us who have been lucky enough to see early demos of Apollo are very excited about its possibilities.  I actually found it hard to concentrate on the demo as my mind was a buzz with all the different apps I want to build when it’s ready.  Anyway, those who have not been following the Apollo project will be happy to know that Mike Chambers has posted an official faq on the Adobe labs site.  Here is the url:  http://labs.adobe.com/wiki/index.php/Apollo:developerfaq

    Please post your comments and thoughts on where Apollo will take us as Flex developers.


    Faces of Flex

    July 14th, 2006

    Tariq of CFlex.net has put together a little sampling of the faces of the flex community.  Here is a link:
    http://www.cflex.net/FacesOfFlex/ to all the pretty people ;-)


    Cairngorm 2 AS3VOGenerator

    July 7th, 2006

    The Cairngorm AS3VOGenerator has been updated to use the new Cairngorm class paths.
    (i.e. com.adobe.cairngorm…..)

    Here is the original updated post:

    http://everythingflex.wordpress.com/2006/02/14/installing-as3vogenerator/


    Expanding Windows

    July 3rd, 2006

    Here is a cool little Flex 2 demo to show how to create an expanding window that drops down in front of your application.

    Right Click on application to view Source Code.

    Run This Code