feathersui / feathersui-starling-sdk

SDK for building Feathers UI (AS3/Starling) applications with MXML
https://feathersui.com/learn/as3-starling/sdk/
Apache License 2.0
42 stars 13 forks source link

can I use states? and about TextArea... #27

Closed etulfnap closed 8 years ago

etulfnap commented 8 years ago

Is it possible to use or mx:States in feathers sdk?

And another question is, while I was testing TextArea, I noticed that when TextArea is not focused and not activated, I could not scroll the text.
Especially, when isEditable="false", I can not scroll the text at all. Even if isEditable="true", in order to scroll text, I had to explicitly click first.

Is there any property to modify in order to show more intuitive scrolling as native app?

joshtynjala commented 8 years ago

For questions, the best place to ask is http://forum.starling-framework.org. It gives more of the community experts a chance to answer. The more free time I have, the more time I can sirens fixing bugs and adding new features.

States are currently not supported with Feathers, but it's something that I hope to add in a future version.

Editable text must be displayed above Starling, but you wouldn't want it to be partially visible while scrolling a parent container. With that in mind, a texture snapshot must be displayed when a TextInput or TextArea doesn't have focus. Unfortunately, there's no choice but to tap once before your can scroll. It's just a limitation of the technology.