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

Right now, when using an anchor layout, we can anchor one object to another like this: var ald:AnchorLayoutData = new AnchorLayoutData(); ald.bottom = 5; ald.bottomAnchorDisplayObject = someGraphic; This is a...

enhancement

See [my post on starling forum](https://forum.starling-framework.org/topic/multiple-feathers-videoplayer-context-lost-and-crashes?replies=1#post-115448) for more info.

bug
runtime-dependency

The error occurs when an unfinished swipe to the previous screen and return ``` this._dragEffectContext = this._dragEffectTransition(this._previousScreenInTransition, this._activeScreen, null, true); [Fault] exception, information=TypeError: Error #1006: value is not a function....

bug

I've noticed that although there is an `asyncTextureUpload` property, it doesn't apply to ATF files (`this._texture.root.uploadAtfData(rawData)` and `Texture.fromAtfData(rawData, this._scaleFactor)` are not defining async functions/flags). Although ATF uploading is a lot...

enhancement

Is it implemented in Feathers, or should I create this check manually?

enhancement

Need to find a reliable way to reproduce it first...

bug

We have a ScrollBar for the user to scroll over a large area. In order to allow smooth scrolling by dragging the thumb with the mouse, the `step` has to...

enhancement

See thread: https://forum.starling-framework.org/topic/setfunctionforevent-for-tabnavigatoritem

enhancement

Hello, Josh. I want to use DragDropManager to drag multiple objects at the same time. Could you add support for this?

enhancement