ShootingStar
Programmer
I want to simulate text box of bidirectional version of Windows in the English version. Now I have worked upto the point that the text in the textbox grows from right to left while keeping the caret with the left end. My solution works pretty fine, but for only one line. When I press Enter at any point in my textbox it homes right on the next line and the work starts again correctly. Now the only problem I have is "wordwrap". When a line comes to end and i don't "Enter", characters wrap from right of the line while i need them to wrap from left, where my caret remains. If you have worked with RTF there are flags for RTL paragraphs, RTF is crippled for me. I have never used it. You can try it too and send me the soloution if possible. Please help anyhow, or tell me where am I going to find the solution. I believe there is a way because i have seen an app doing so.