Reader's Comments »

  1. 1. By willem mooi wilten on August 13, 2010 at 19:30

    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

  2. 2. By Kambiz on August 13, 2010 at 19:53

    Thank you!

  3. 3. By Jens on August 18, 2010 at 21:10

    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

  4. 4. By Kambiz on August 19, 2010 at 22:10

    Thank you for reporting the bug!
    This is fixed in the new release.