Extending DisplayObjectContainerController
TLF is a great tool for bidirectional languages. I am trying to create text input boxes supporting RTL language. The problem is I am forced to use wmode=opaque setting in my application. As most of you know, this totaly screws the keyboard input in non-US keyboards. I am trying to fix the problem by catching the keyboard input chars and edit the input box accordingly.
I extended DisplayObjectContainerController class and overriden "processTextInputEvent" function. The problem is since TLF is closed source, I don't know how "processTextInputEvent" works so I am not sure how to code the function. What it should do is, catch the char code and insert the required arabic character.
I am open to any suggestion, any help would be most appreciated.
