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

    Korax Color Picker

    July 27th, 2006

    Vasiliy Nuzha has posted a very slick color picker component.  Here is the link:
    http://kss.korax.ru/flex/cp/index.html


    Dual Slider Component

    July 26th, 2006

    Brendan Meutzner has posted a dual slider component that captures multiple values and has an adjustable range. It is a very cool component, check it out at:
    http://www.visualconcepts.ca/flex2/dualslider2/DualSlideTest.html


    Custom PreLoader

    July 22nd, 2006

    Ted Patrick has posted a new custom preloader that allows the use of a splash screen image.  Here is the link:
    http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php


    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