Tagged Questions
2
votes
1answer
77 views
Fix a bi-lingual wrong right to left text
I hope I can explain the problem correctly!
There is a document contains some sentences in both Persian/Arabic and English in Word which is basically written in "left to right" direction and it is ...
8
votes
1answer
169 views
Last Harka is showing before the first character of the line in Arabic Reshaper on Android
I am using this Amazing Arabic Reshaper for my app on Android, Every thing works fine, but there is a little problem with it that it always shows last Harka (Harki) before the first character of the ...
0
votes
0answers
119 views
How to use a style sheet with RTL text in TLFTextField?
Apparently, despite the Adobe Actionscript 3.0 documentation, Flash Pro CS5.5 supports the TLFTextField.styleSheet property. But here's the rub: If assign a stylesheet to a TLFTextField that is RTL, ...
8
votes
3answers
400 views
JavaScript: how to check if character is RTL?
How can I programmatically check if the browser treats some character as RTL in JavaScript?
Maybe creating some transparent DIV and looking at where text is placed?
A bit of context. Unicode 5.2 ...
0
votes
1answer
464 views
Right to Left (RTL) text in XWPFDocument (Apache POI)
I could not find a way to make a RTL paragraph in Docx using XWPFDocument (Apache POI) in my Java program. Here's my code that generates the XWPFDocument.
XWPFParagraph title = ...
1
vote
1answer
847 views
Non-Editable UITextView Left-Aligns RTL (Arabic, Hebrew, etc) Text
Using iOS 5.0+ for iPad, I have an app with containing Arabic text in a UITextView where:
myTextView.editable = NO;
Strangely, the Arabic text suddenly aligns to the left and not the right, causing ...
0
votes
1answer
199 views
Specifying the direction of the language of a string, and displaying it right
I have an application that reads some strings and displays them in some UILabels, but these strings are not from one language so I need to be able to set the alignment of the label to right if the ...
0
votes
1answer
162 views
FlowDirection.RightToLeft messes strings up
Switching to RightToLeft (by altering MainWindow.FlowDirection) changes strings which have a round (closing) paranthesis at the end by placing it as an opening paranthesis at the start.
Is something ...
1
vote
1answer
362 views
string.Format problem in concatenating left-to-right languages with right-to-left languages
Persian is a right-to-left language. I want to show a message to the user that something was saved successfully. However, the name of that thing (entity) is sometimes in English, and sometimes in ...
0
votes
1answer
607 views
In WPF RichTextBox (Right-To-Left flow) text goes out from boundaries to the right if inner document width is greater than editor's
So, in details, what I have:
WPF RichTextBox where FlowDirection is RightToLeft and Document.PageWidth is set to the value which is greater than width of the editor
In Left-To-Right mode it works ...
5
votes
1answer
690 views
Right-to-left UI Guidelines?
I'm looking into RTL support for a proprietary UI framework (for a desktop app), and I'm wondering: are there guidelines as to how the widget rendering has to change?
I'm looking for a list of things ...
1
vote
2answers
2k views
Hebrew RTL (right to left) text on Flash
I have to get a input TextField to work reversed to support hebrew text, which is a "right to left" language. I need something as google's translator on hebraic mode (go to translate.google.com and ...
3
votes
3answers
2k views
html direction by language? (if english dir=ltr if arabic dir=rtl)
Can I do that?
I mean if, for example, the contents of the <div> is Hebrew or Arabic, float the <div> right and give it a dir="rtl" attribute. And, if the contents of the <div> is ...
1
vote
1answer
2k views
HTML list content direction in rtl
I have a simple HTML unordered list
<ul>
<li><a href="#">link1</a> <a href="#">link2</a> text1</li>
<li>text1 <a ...
2
votes
1answer
675 views
Jscrollpane causese text to disappear on internet explorer
in my current site, i am using the new Jscrollpane in order to generate a scrollbar for a menu (not my descision but the designer's descision so i dont wanna get into how 90's that all looks like..).
...
