Urgent Print Preview Problem - v23

General TRichView support forum. Please post your questions here
Post Reply
standay
Posts: 279
Joined: Fri Jun 18, 2021 3:07 pm

Urgent Print Preview Problem - v23

Post by standay »

Hi Sergey,

I'm using rve v23. With this version, whenever I do a print preview of a doc with images in it, it starts putting copies of those images in the folder where the exe is. It is naming them like this: img129.bmp, img964.bmp, and so on ad infinitum...

Each image is called imgXXX.bmp. And it's putting a lot of images in when I do previews in my app. I set up a simple test app with an rve, a rvprint and a print preview action and it does it there too. I checked backups of my app. All was ok in 22.4. When I switched it to 23 this problem came up.

Thanks Sergey

Stan
Sergey Tkachenko
Site Admin
Posts: 17632
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Urgent Print Preview Problem - v23

Post by Sergey Tkachenko »

Oh, I am very sorry.
Open RVItem.pas (or fxmRVItem.pas for FireMonkey), find the line

Code: Select all

Bkgnd.SaveToFile('img'+IntToStr(random(1000))+'.bmp');
and delete it.
An update will be released ASAP.
standay
Posts: 279
Joined: Fri Jun 18, 2021 3:07 pm

Re: Urgent Print Preview Problem - v23

Post by standay »

Thanks Sergey. I figured it was some sort of debug code that slipped through.

For now I reinstalled 22.4 so I'll wait for an update for this v23 issue.

Have you had a chance to look at webp images inserting/dropping OK but not getting reloaded in rvf format files?

Thanks for your help!

Stan
Sergey Tkachenko
Site Admin
Posts: 17632
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Urgent Print Preview Problem - v23

Post by Sergey Tkachenko »

Fixed in version 23.0.1
Post Reply