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
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
6. Now it should be displayed like this:
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
Scaling large images diagonally at the right border Scalerichview
Scaling large images diagonally at the right border Scalerichview
- Attachments
-
- UsedImage.png (246.21 KiB) Viewed 4188 times
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Scaling large images diagonally at the right border Scalerichview
It happens is SRichViewEdit.ViewProperty.WorkArea = srvwaTextRect.
Change it to the default value srvwaPageRect.
Change it to the default value srvwaPageRect.
Re: Scaling large images diagonally at the right border Scalerichview
Now it works .
Thank you for your help.
Thank you for your help.