feathersui-starling icon indicating copy to clipboard operation
feathersui-starling copied to clipboard

User interface components for Starling Framework and Adobe AIR

Results 103 feathersui-starling issues
Sort by recently updated
recently updated
newest added

Would be nice to have an accordion container, like the one in Flex: http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_5.html

enhancement

Needs to use ExclusiveTouch, like other draggable components.

bug

Currently, there's no easy way to get the screen, which is being hidden (only the active screen can be accessed via navigator's property). I think adding custom data with previous...

enhancement

This will make creating a simple layout for LayoutGroup much easier since you only need to implement the layout() function. This should simplify the basic custom layouts tutorial, and a...

enhancement

The templates should include some hints about creating a good issue or pull request. ## Issues - Ask for code to reproduce the issue. - Ask for Feathers version ##...

task

Hi there, Please provide support for extra states in TextInput/Area such as Error and Success. https://dribbble.com/shots/1680177-Input-elements Regards

enhancement

Would love a shopping cart example using the list and the Tile Containers pulling in URLS of images with a rollover on each image that pulls up a semitransparent white...

example

I would like to change some attributes of the drag avatar as it gets dragged over the drop target (from inside the drop target control). But the avatar property is...

enhancement

Hi, there's some bugs with Waterfall layout when using DefaultListItemRenderer, all other layouts work ok, ## in the code below : ``` _list = new List(); this.addChild( _list ); //populate...

bug