Page 1 of 1

Scaling large images diagonally at the right border Scalerichview

Posted: Tue May 31, 2022 7:17 am
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 3698 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 3698 times
6. Now it should be displayed like this:
Szenario.png
Szenario.png (147.72 KiB) Viewed 3698 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

Re: Scaling large images diagonally at the right border Scalerichview

Posted: Wed Jun 08, 2022 7:31 pm
by Sergey Tkachenko
It happens is SRichViewEdit.ViewProperty.WorkArea = srvwaTextRect.
Change it to the default value srvwaPageRect.

Re: Scaling large images diagonally at the right border Scalerichview

Posted: Thu Jun 09, 2022 6:51 am
by tomr
Now it works :D.
Thank you for your help.