Search found 2 matches

by eddy_m
Sun Dec 25, 2005 1:45 pm
Forum: Support
Topic: RightToLeft mode problem
Replies: 3
Views: 13764

Thank you, Sergey! I tried to evaluate your solution, but I think in our case it's too complicated to implement. I'll try to explain the problem: Our application must work in RTL mode. It presents textual information where any(!!!) adjacent char can have different style. Style are assigned according...
by eddy_m
Sun Dec 25, 2005 10:40 am
Forum: Support
Topic: RightToLeft mode problem
Replies: 3
Views: 13764

RightToLeft mode problem

1.RVE, TextStyle, ParaStyle are set to BiDiMode = rvbdRightToLeft.
2.Enter number which contains "a period" in the middle eg. 123.456
3.Select a period
4.Change style of selection to some other style (ApplyTextStyle)
5. The number looks as following 456.123

What is wrong?