Hi Sergey
How to make the RichView from right to left with its backgroundBitmap
I can't send images from my PC
Document from right to left
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Document from right to left
Sorry, I do not understand the question.
How right to left direction is related to a background bitmap?
To set the default text direction from right to left, assign BiDiMode property = rvbdRightToLeft.
How right to left direction is related to a background bitmap?
To set the default text direction from right to left, assign BiDiMode property = rvbdRightToLeft.
Re: Document from right to left
I want the RichviewEdit bitmap to be from right to left, not the text or paragraph
in richviewedit bitmap is like this I want like that
in richviewedit bitmap is like this I want like that
- Attachments
-
- RL.png (30.86 KiB) Viewed 14449 times
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Document from right to left
Well, this problem can be separated into 2 tasks:
1. to flip image horizontally
2. to display tiled images starting from the right side, instead of the left side.
As for flipping, I do not think that it should be done at the level of our components, you can flip it yourself (in code, or using a graphic editor).
As for tiled images starting from the right side when TRichView.BiDiMode = rvbdRightToLeft, I'll try to implement it in the next update.
1. to flip image horizontally
2. to display tiled images starting from the right side, instead of the left side.
As for flipping, I do not think that it should be done at the level of our components, you can flip it yourself (in code, or using a graphic editor).
As for tiled images starting from the right side when TRichView.BiDiMode = rvbdRightToLeft, I'll try to implement it in the next update.
Re: Document from right to left
Thanks a lot sergey
I'm going to try
I'm going to try