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

A itemRenderer with a backgroundSkin that has a filter will only show while scrolling. I made a simple test to replicate it. Thanks for the help! @see: https://forum.starling-framework.org/topic/list-dropshadow?replies=3#post-114690 [listWithDropShadow.zip](https://github.com/BowlerHatLLC/feathers/files/2200406/listWithDropShadow.zip)

bug

Josh, This is not so much an issue but a question/request for a suggestion. I would like to animate the TextInput's prompt text to move to the upper left corner...

question

I'm not sure if there's a specific reason that `ButtonGroup` and `TabBar` currently only support horizontal and vertical layouts, but it would be nice for them to support tiled layouts...

There is an error in measuring white space after a symbol. Current code is like (previousCharData.xAdvance - previousCharData.width) * scale; Lines https://github.com/BowlerHatLLC/feathers/blob/master/source/feathers/controls/text/BitmapFontTextRenderer.as#L806 https://github.com/BowlerHatLLC/feathers/blob/master/source/feathers/controls/text/BitmapFontTextRenderer.as#L833 and others. ![metrics](https://user-images.githubusercontent.com/27950327/34457305-ab5f169a-edbd-11e7-8e35-308203c145a1.png) The right formulae is...

bug

Hello Josh, I've been working to add some alignment and icon from Label, this is something i often need from my projects and i guess it avoid some hard work...

enhancement

I have some code like this: This code works as desired, but triggers a compiler warning: `Warning: Function value used where type * was expected. Possibly the parentheses () are...

question

From thread: https://forum.starling-framework.org/topic/feathers-how-do-i-set-properties-of-a-trees-branch-icon?replies=2#post-109689

enhancement

Hello, I work on TextInput these days and FOCUSED_AND_ERROR state is missing from TextInputState class. It can be useful, at this moment we must set focusOut() on TextInput to show...

enhancement