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

I'm now working on developing a List with a StackLayout, where the itemRenderer stack over each other (Like on Tinder and other Apps) and where the items are processed by...

enhancement

Code to reproduce: ``` var container:Sprite = new Sprite(); container.rotation = deg2rad(90); container.x = 100; container.y = 100; this.addChild(container); var input:TextInput = new TextInput(); input.rotation = deg2rad(90); input.text = "Hello...

bug

using MetalWorksDesktopTheme on PC 1. Make, for example, a panel, add a PickerList there with some items in data provider. 2. Establish Away3D View3D with size of the screen 3....

bug

Adding native access to _isDragging[value]Drawer to Drawers would allow developers to determine which drawer is currently opening and refresh it's data accordingly. So far it seem to be impossible to...

enhancement

How to reproduce: Create a Label with TextBlockTextRenderer, set valid size and position, set text. Observe the text is visible only when lineRotation is set to TextRotation.ROTATE_90 or 0, but...

enhancement

Allowing Drawers to accept class instead of display object would save resources by omitting unnecessary component creation during Drawers initialisation. Heavy drawers usually cause frame skips during init as they...

enhancement

It would be nice to add the possibility to the List to always have something selected if the dataProvider has items. I think it should be relatively easy to check...

enhancement

Uses Keyboard.BACK by default. Should allow any keyboard constant, plus some way to say that no key should close an open drawer. See thread: http://forum.starling-framework.org/topic/prevent-drawer-from-closing-on-hardware-back-button

enhancement