Skip to main content
Participant
November 19, 2011
Question

using RTF in IOS apps

  • November 19, 2011
  • 1 reply
  • 483 views

Hi all ...

    

What I know is spark label component is RTF capable so it display right to left language “Arabic” correctly , but I need my app user to input text the problem is once the "TextInput" component lose focus it  display the text from left to write and render it un-readable, and the same problem happen with TextArea component.

 

Any solution for this problem ???

This topic has been closed for replies.

1 reply

January 26, 2012

Same problem I have with Hebrew.

I am still Searching.....

For temporery solution untill abobe will fix this problem on the next AIR realse

The only component that works fine is Lable so try to combine with textinput.........for example make the textInput unvisible and the lable look like textInput (with weight background)..when you click on the lable the focus should be on the textinput component that will popup the keyabord next thing the lable text should be equal to textinput input.

this will fix your problem for a while.