The new FMX document viewer demos have just been released. Please try them out.
The new FMX document viewer demos have just been released. Please try them out.
https://www.gnostice.com/downloads/xdoc_delphi_documentviewer_demos.zip
Originally shared by Gnostice.com
We just released new EXE demos of the FMX Document Viewer for Windows. This is a preview before the main release.
In this release we worked on the redesign of the page painting/rendering code. We wanted to achieve the following on all devices:
1. Fluid scrolling and zooming without holdups due to rendering/painting.
2. Incremental painting and update of pages in view. Useful when rendering heavy pages.
3. Intermediate views based on previous image before painting at current zoom level.
4. Limitless zoom level.
5. Minimal use of memory and CPU resources.
This involved designing and implementing code in various areas - background rendering threads and new logic for all the above explained goals. We happened to redesign it several times before arriving at the current version, which is very close to final. The max zeroes you see for the zoom percent is real.
Please download and try out the EXE demos from:
https://www.gnostice.com/downloads/xdoc_delphi_documentviewer_demos.zip
https://www.gnostice.com/XtremeDocumentStudio_Delphi.asp?show=downloads
https://www.gnostice.com/downloads/xdoc_delphi_documentviewer_demos.zip
Originally shared by Gnostice.com
We just released new EXE demos of the FMX Document Viewer for Windows. This is a preview before the main release.
In this release we worked on the redesign of the page painting/rendering code. We wanted to achieve the following on all devices:
1. Fluid scrolling and zooming without holdups due to rendering/painting.
2. Incremental painting and update of pages in view. Useful when rendering heavy pages.
3. Intermediate views based on previous image before painting at current zoom level.
4. Limitless zoom level.
5. Minimal use of memory and CPU resources.
This involved designing and implementing code in various areas - background rendering threads and new logic for all the above explained goals. We happened to redesign it several times before arriving at the current version, which is very close to final. The max zeroes you see for the zoom percent is real.
Please download and try out the EXE demos from:
https://www.gnostice.com/downloads/xdoc_delphi_documentviewer_demos.zip
https://www.gnostice.com/XtremeDocumentStudio_Delphi.asp?show=downloads
Comments
Post a Comment