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

Another enhancement request for the text input would be to align the caret with the left edge of the prompt text when both the editor and prompt are center aligned....

enhancement

var spinner:DateTimeSpinner = new DateTimeSpinner(); spinner.editingMode = DateTimeMode.TIME; spinner.locale = "fr_FR"; spinner.value = new Date(); spinner.value.hours = 6; spinner.value.minutes = 0; spinner.width = Starling.current.stage.stageWidth; spinner.height = 350; spinner.itemRendererFactory = function():DefaultListItemRenderer...

bug

Just an enhancement idea for the future - Users probably often want to use the device font, but in this case the prompt easily looks out of place by it's...

enhancement

I used another implementation of StageText before and the selectionAnchorIndex was working. TextInput seems to work fine on desktop though.

bug
runtime-dependency

I'm using IntelliJ Idea on Mac and running the app often in the emulator. If I have a focused TextInput on stage when I close the emulator window, an error...

bug
starling-dependency

Would be nice to have some property like "maxLines" on TextFieldTextRenderer. Currently I have to subclass it to access the TextField instance and use the numLines property and the getLineOffset...

enhancement

The AnchorLayout / AnchorLayoutData are already very similar to the RelativeLayout / RelativeLayout.LayoutParams on Android. But they lack alignment of edges among views. I think this would be a great...

enhancement

I found myself today wanting a full icon picker list, no text. In my dataProvider I have icon images which work great for the list, wouldn't rounding out this component...

enhancement

I'm a devoted user of the TapToTrigger, and I often find myself having to add boilerplate code to deal with the Trigger events dispatching when the user should be able...

enhancement

See forum thread: http://forum.starling-framework.org/topic/feathersui-datetimespinner-as-drawers-content

enhancement