What's new? | Help | Directory | Sign in
Google
flexlib
Open Source Flex Component Library
  
  
  
  
    
Search
for
Updated Sep 08, 2007 by dmccune
Labels: request, wish
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:

It would be great if it supported styles X, Y, and Z.

The following events would be nice as well

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.


Comment by nperriault, Aug 19, 2007

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 ^

Comment by alvaromg, Aug 28, 2007

A LinkBar? with Text control (as opposed to Label), so the text can be wrapped...

Comment by alvaromg, Aug 28, 2007

A LinkBar? with Text control (as opposed to Label), so the text can be wrapped...

Comment by hu.renraku, Sep 17, 2007

Examples/ScrollableMenu_Sample?.mxml @22 ScrollPolicy?.OFF; ->> "auto"; @24 ScrollPolicy?.OFF ->> "off";

Comment by chrislpigg, Oct 03, 2007

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#

Comment by tomespo...@yahoo.com, Oct 26, 2007

I'd like to see a collapsable task bar like Ext uses.

Comment by keesvandieren, Dec 29, 2007

A date time control. There currently is a date control, but there is no support for setting the time in it.

Comment by thewildt, Jan 12, 2008

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.

Comment by Costas.Kirgoussios, Mar 20, 2008

Compiz Fusion (www.compiz-fusion.org) for Flex !! who dares to do that?.

Comment by sy...@triad.rr.com, Mar 24, 2008

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)

Comment by dmitry.valberg, Apr 11, 2008

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

Comment by kk.jayakrishnan, May 11, 2008

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.

  1. Drop down looks exactly similar to mx:ComboBox? component.
  2. The part of the drop down where it shows the current selected item is editable like a TextField?
  3. As the user types in, filter the list based on either of the following conditions: (1)"Starts With" or (2)"Contains". It would be an added advantage if we have 2 radio buttons to select either of these conditions.

I would love see such a component.


Sign in to add a comment