The Print Preview Components v5.41 has been released. This is an important bugfix release.
- [bugfix] Fixed the problem appeared in the previous release. The bug was preventing a new instance of
TPrintPreview
control to be placed on a form.
The Print Preview Components v5.41 has been released. This is an important bugfix release.
TPrintPreview
control to be placed on a form.
Well done,
Its a very nice component. I have made some extentions to TPrintPreview
mainly concerning pagemargins. If you want to take a look I´ll send it over.
Keep up the good work!
greetings
willem
Leiden, Netherlands
Thank you!
Hallo Kambiz,
I think I found a bug PrintPreview and Delphi 2009.
In -> procedure TMetafileList.SaveToStream(Stream: TStream);
..
Stream.Seek(HeaderOffset, soFromBeginning);
..
Stream.Seek(0, soFromEnd);
If you use ZLib you have here an Exception, because it calls Seek in ZLib and not from TStream.
Jens
Thank you for reporting the bug!
This is fixed in the new release.