Korax Color Picker
July 27th, 2006Vasiliy Nuzha has posted a very slick color picker component. Here is the link:
http://kss.korax.ru/flex/cp/index.html
Vasiliy Nuzha has posted a very slick color picker component. Here is the link:
http://kss.korax.ru/flex/cp/index.html
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
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
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.