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

How to create layout with resizable parts? Something like this: ![resize](https://user-images.githubusercontent.com/1607138/32781103-68e5da82-c94c-11e7-8314-6671e87269f9.gif)

enhancement

Josh, maybe you have already thought about this or have plans, but just wanted to throw this out as an official tracked enhancement issue with some ideas. I realize the...

enhancement

Would be handy to know this so a tooltip can be provided if truncation has taken place. For now I have extended TextBlockTextRenderer like so: ``` public class ExtendedTextBlockTextRenderer extends...

enhancement

The feathers SDK makes component layout much easier but I think we all can agree that the styling is the most tedious part of feathers. How about an engine that...

enhancement

Multiple changes to styleNameList (such as removing one style name and adding another) should be batched together so that the theme's styles are only applied once.

enhancement

Hi Josh, I noticed that when clearing the Focus of a TextInput, the StageTextTextEditor dispatches twice the deactivate Event: `this.dispatchEventWith(FeathersEventType.SOFT_KEYBOARD_DEACTIVATE, true);` don't seem to understand why. The event is the...

bug
runtime-dependency

The stickyHeader functionality is a very useful feature but there is no chance to use a stickyFooter. That would be also a very interesting feature for a GroupedList, e.g. the...

enhancement

Is it possible to keep the item renderers in a list with a virtual layout as soon as they have been created? I have a list with lots of ImageLoader...

enhancement

I was thinking, wouldn't it be easier to style if feathers use rasters UI from a vector SWC? Designers would design or mod a UI easily in Illustrator or Flash...

enhancement