Search found 7 matches
- Mon Nov 27, 2006 7:15 pm
- Forum: Support
- Topic: Update for registerd users?
- Replies: 19
- Views: 68817
- Thu Mar 09, 2006 12:47 pm
- Forum: Support
- Topic: ListMarker and rvbdRightToLeft
- Replies: 2
- Views: 12608
LTR:
RTL, original wrong view:
RTL, original correct view:
As you can see the very last point is reversed.
Code: Select all
1. bla bla
1.1. bla bla
Code: Select all
alb alb 1.
alb alb 1.1.
Code: Select all
alb alb .1
alb alb .1.1
- Thu Mar 09, 2006 11:17 am
- Forum: Support
- Topic: ListMarker and rvbdRightToLeft
- Replies: 2
- Views: 12608
ListMarker and rvbdRightToLeft
Hi,
numbered list markers do not behave correctly while using rvbdRightToLeft mode. It should use SetTextAlign(.., TA_RTLREADING) in DoPaint method. I've fixed it myself but can you (Sergey) implement it into your source?
numbered list markers do not behave correctly while using rvbdRightToLeft mode. It should use SetTextAlign(.., TA_RTLREADING) in DoPaint method. I've fixed it myself but can you (Sergey) implement it into your source?
- Mon Feb 27, 2006 10:31 am
- Forum: Support
- Topic: rvbdLeftToRight and rvaJustify
- Replies: 1
- Views: 10606
rvbdLeftToRight and rvaJustify
I'm developing multilanguage application and I know that rvaJustify is not supported now when using rvbdRightToLeft. But: when I set rvbdLeftToRight both to TRichViewEdit and also for paragraph and this paragraph has rvaJustify it behaves like it has rvaLeft. With rvbdUnspecified for RichEdit and ...
- Tue Jan 31, 2006 8:49 am
- Forum: Support
- Topic: Cells longer than a page length
- Replies: 5
- Views: 21125
- Mon Jan 30, 2006 11:30 am
- Forum: Support
- Topic: Cells longer than a page length
- Replies: 5
- Views: 21125
- Fri Jan 27, 2006 1:03 pm
- Forum: Support
- Topic: rvbdRightToLeft and Justify?
- Replies: 1
- Views: 11267
rvbdRightToLeft and Justify?
Is ti possible to use full justification when paragraph has BiDiMode := rvbdRightToLeft set?
I've tried it but it gives me strange output.
I've tried it but it gives me strange output.