Scaling large images diagonally at the right border Scalerichview

General TRichView support forum. Please post your questions here
Post Reply
tomr
Posts: 21
Joined: Wed Dec 09, 2020 9:36 am

Scaling large images diagonally at the right border Scalerichview

Post by tomr »

Hello Richview Support,
I can’t scale large images diagonally at the right border.

Steps to reproduce this effect:
1. Open and start the Scalerichview Demo
2. Apply the web layout
Weblayout.png
Weblayout.png (7.39 KiB) Viewed 2204 times
3. Clear the Text
4. Paste a large image into the editor (Attached you can find the image I was using --> UsedImage.png)
5. Modify the page setup
PageSettings.png
PageSettings.png (5.46 KiB) Viewed 2204 times
6. Now it should be displayed like this:
Szenario.png
Szenario.png (147.72 KiB) Viewed 2204 times
7. At the right border you can’t scale the image horizontally or diagonally (horizontal + vertical). The only possible way to scale the image at the right border is vertical.
At the left border, all ways are possible.

Is there anything I could do to solve this?

Best regards
Tom
Attachments
UsedImage.png
UsedImage.png (246.21 KiB) Viewed 2204 times
Sergey Tkachenko
Site Admin
Posts: 17281
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Scaling large images diagonally at the right border Scalerichview

Post by Sergey Tkachenko »

It happens is SRichViewEdit.ViewProperty.WorkArea = srvwaTextRect.
Change it to the default value srvwaPageRect.
tomr
Posts: 21
Joined: Wed Dec 09, 2020 9:36 am

Re: Scaling large images diagonally at the right border Scalerichview

Post by tomr »

Now it works :D.
Thank you for your help.
Post Reply