Josh Tynjala

Results 511 comments of Josh Tynjala

Looking at this again today. Interestingly, setting the font size smaller (20 instead of 50) seems to help too. How strange.

Another workaround that seems to help is to change how the vertical alignment is handled: textInput1.verticalAlign = VerticalAlign.JUSTIFY; If you still need to center the text vertically, you can do...

Try setting maintainTouchFocus to false before clearing focus, and set it back to true later.

Do you mean that you'd like to have a way to provide a set of vector assets, and then Feathers will automatically convert them to BitmapData and create texture atlases...

It is also worth mentioning that all of the example themes in Feathers are designed as vectors in Animate CC. They are exported as texture atlases using Animate's "Generate Sprite...

It seems a little strange that the caret would jump from left of center to right of center once you a type a character. That may be the correct behavior...

Switching to `xAdvance - width - xOffset` doesn't seem to work in some cases. According to another user who has tried the new code, this change causes BitmapFontTextRenderer to begin...

No, I have not been able to reproduce with text aligned to the right either.

According to the [NetStream documentation](http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html), the soundTransform property is not supported on iOS for H.264 video.