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

Something to display a list styled like a "menu".

enhancement

It appears that the Loader will continue loading the image in the background when this error happens. Possibly, it might simply need to wait for Event.INIT before closing.

bug
runtime-dependency

When TextInput contain text and use setFocus(), i set TextInput.visible = false, skin TextInput hide, text and cursor not.

bug
runtime-dependency

Hi. I would like to show the text in an TextInput on each user input action and after a delay to hide it again setting displayAsPasword to true; At the...

bug
runtime-dependency

Currently TextInput does dispatch events only for the enter key being pressed. It would be nice if you could expose all keys being pressed through the control or at least...

enhancement

When an exception is thrown during the validation of any item, the validation queue is stopped because `_isValidating` will stay `true` forever. We show an error dialog to our users...

enhancement

Setting VideoPlayer.soundTransform to new SoundTransform(0) should mute the sound of a (local) video file but doesn't on iOS, as soon as you play a sound file using Starlings AssetManager.

bug
runtime-dependency

I am passing a DateTimeSpinner to a BottomDrawerPopUpContentManager.open() method. I would like to use the date set by the user only if he/she uses the close (labeled "ok") button and...

enhancement

Nice that the PickerList uses a BottomDrawerPopUpContentManager on phones. Though it would be nicer if it had a closeButtonLabel so the button in den popup could be set without setting...

enhancement

To avoid having to subclass and override getVisibleIndicesAtScrollPosition(). Will be useful for things like loading more images from URLs at a time so that the user sees fewer blank spaces...

enhancement