
Version 5.7.09 is available for download as of today.
The version includes the following enhancements:
Processing
Events
EvtPosChanged
for the frame with subordinate FrameClient
For a frame or MdiFrame with a subordinate FrameClient, theEvtPosChanged
event was previously only executed for the FrameClient (regardless of whether an event function was also entered for the dialog). This means that it is not possible to react to the dialog being moved in such a case. From this version onwards, the event is also triggered for frame or Mdi frame objects if the dialog has been saved again. For dynamically created frame or MdiFrame objects, however, the change takes effect immediately.
Print objects
- Renaming the properties
ppMargin
… toppAreaMargin
…
The propertiesppMarginLeft
,ppMarginTop
,ppMarginRight
undppMarginBottom
for print objects are correctly calledppAreaMarginLeft
,ppAreaMarginTop
,ppAreaMarginRight
undppAreaMarginBottom
. With procedural access, only the new names of the properties should be used from now on. The old names are retained for compatibility reasons. The MarginLeft property still exists for input objects. - New property
ppCorrectionLevel
for the PrtBarcode object
The new propertyppCorrectionLevel
of the PrtBarcode object can be used to define the error tolerance level for QR codes (ppTypeBarcode
=_WinBarcode2dQRCode)
. Please also see the article Scan me.
Display and print PDF documents
- Version 1.7 PDF documents can be displayed or printed in the DocView and PrtPdf objects. 1.7 PDFs cannot be displayed in the PrtPdf object under Windows XP for compatibility reasons.
Memory object
- New functions
MemEncrypt()
andMemDecrypt()
TheMemEncrypt()
function can be used to encrypt the content of a memory object. The encrypted data can be decrypted again withMemDecrypt()
.
Related article: AES-Verschlüsselung in conzept 16
Designer
- Function button for editing the Caption property of an object in the Designer
In the Designer, the caption of objects that do not have an object editor or a pop-up list can be changed directly by pressing the F2 key or double-clicking on the object. - From this version onwards, the color for the highlighted text can be selected in the Designer settings under Editor / Colors (entry “Highlighting”).
In addition to these enhancements, bugs have also been fixed. An overview of the corrections can be found in the error document.