Search code examples
apache-flexflash-builderflex4.5flash-builder4.5

Text Input is reverting text when the application is deployed to IPhone, using Flash Builder 4.5


We are building a mobile application using Flash Builder 4.5.1, our application contains a text input that must accept arabic characters and should be "Right To left" directed. on the emulator all is working fine, while on the device it is not. When you type the characters they appear fine, but as soon as the textinput looses focus, the characters are instantly reverted.

The code for the text input is simply <s:TextInput id="txtTest" direction="rtl"/>,

Does any know what might be the issue?

This is also appearing on Android devices, When I compile the application to android mode, the arabic text in the Text Input is appearing as white boxes!!! also the arabic text in labels is fine.I tried embedding fondts but the text input won't take the new fonts!

Thanks


Solution

  • Sorry for the late reply, a friend of mine was finally able to solve this issue by upgrading to 4.6 SDK, seems that it won't work on 4.5