|
|
WishList
A list of components that people want to see.
Introduction
Use this page to add requests for components. Put each new component in a new heading, and describe the basic functionality of the component in the body. Include as much information as possible/necessary.
Sample Component Request
The Sample component should work like X. It should have a public api that consists of the following:
- prop1:type
- someMethod( arg1:type ):returnType
It would be great if it supported styles X, Y, and Z.
The following events would be nice as well
- someEvent:EventType
- prop1:type - Detailed information about X
Vertical TabNavigator
An extension of the SuperTabNavigator already in flexlib (or maybe just an extension of normal TabNavigator) that would lay out the tabs along the left or right side of the navigator. Should work exactly the same as the normal tab navigator, but add one property, like tabBarPlacement, which can either be left, right, top, or bottom.
Sign in to add a comment

I'd like to have TextInputs? that resize automatically from their text width. I tried to play with textWidth property but it is not accurate, as my Flex skills ^
A LinkBar? with Text control (as opposed to Label), so the text can be wrapped...
A LinkBar? with Text control (as opposed to Label), so the text can be wrapped...
Examples/ScrollableMenu_Sample?.mxml @22 ScrollPolicy?.OFF; ->> "auto"; @24 ScrollPolicy?.OFF ->> "off";
Would be nice to have a tree control that does drag and drop functionality correctly. The current tree control doesn't allow you to drop a node onto another node making it a child. Also, if you have a tree structure that goes beyond the viewable area and you go to drag a node to the bottom of the list the verticle scroll position doesn't change. A perfect example of a good tree control is at http://www.sephiroth.it/file_detail.php?id=133#
I'd like to see a collapsable task bar like Ext uses.
A date time control. There currently is a date control, but there is no support for setting the time in it.
A table where more components (text box, combobox)can be inserted into a cell based on an xml input (containing the controls list) to the table.
Compiz Fusion (www.compiz-fusion.org) for Flex !! who dares to do that?.
Any plans to add a vertical window shade component? Or extend the present shade to allow it to be used vertically (eg unroll from the left or right)
Hello!
Thanks for all the great work. I would really like to see implementation of SWFStrings from http://www.swftools.org/ in Flex. In order to search inside .swf files generated from .pdf
Filter Enabled Drop Downs
Problem Scenario Suppose a drop down list is having more than 100 items in it. It would be frustrating for the user to go through the list and find the item he/she wants.
Proposed Solution A custom drop down with text boxes. User can type in it and drop down gets filtered based on the user input. It would be great if the custom component have the following features.
I would love see such a component.
New Style for HSlider called trackHighlightPosition[left|right] would be awesome
Currently when you set showTrackHighlight=true and thumbCount=1, the trackHighlight is always between slider.minimum and thumbPosition. Instead i would like to see the trackHighlight between current thumbPosition and slider.maximum by setting the trackHighlightPosition