Canvas Plugin version 3.0.4 released

Canvas Plugin has been updated to version 3.0.4. This maintenance release includes a few bug fixes and minor improvements.

  • Fixed various bugs related to HiDiPi support on Windows. When HiDiPi is used the plugin reverts to GDI+.
  • For details see the section Version history of the documentation.
  • More improvements to CV Area To Object.
  • Fixed a bug in CV Set Resize Limits when maxWidth or maxHeight are set to -1.

More information on Canvas Plugin

XML Plugin 5.0 released

XML Plugin has been updated to version 5.0. This version includes the following improvements:

  • Added support for Apple Silicon (ARM) based Macs.
  • Added support for pre-emptive multi-threading.
  • Improved compatibility with 4D v18, v19, v20.
  • Updated example database.
  • Major internal refactoring because of reorganisation of common code libraries.

For details see the section Version history of the documentation.

More information on XML Plugin

Spotlight Plugin 3.0 released

Spotlight Plugin has been updated to version 3.0. This version includes the following improvements:

  • Added support for Apple Silicon based Macs.
  • Compatibility with 4D version 18, 19, 20 and higher.
  • Major internal refactoring because of reorganisation of common code libraries.

For details see the section Version history of the documentation.

More information on Spotlight Plugin

Canvas Plugin version 3.0.3 released

Canvas Plugin has been updated to version 3.0.4. This maintenance release includes a few bug fixes and minor improvements.

  • Added support for Direct 2D and Direct Write on Windows. The graphics rendering engine can now be controlled by through the text rendering engine. Printing through Direct2D is currently not supported. Instead we fall back to GDI+ when printing.
  • Added support for Apple Silicon based Macs.
  • Reimplemented the handling of tooltips using a timer.
  • Removed CV Get Dropped Object, since the underlying technology is no longer supported by 4D. Use the On Begin Drag Over form event with the commands from the pasteboard theme (APPEND DATA TO PASTEBOARD and GET PASTEBOARD DATA).
  • Added the CV Set Drop Types an CV Get Drop Types commands, for dealing with native 4D drag and drop functionality.
  • Added CV Area To Object command, which translates the information in a plugin area to a 4D object (including layers, shapes etc.)
  • Added new command CV Set Polygon Points.
  • Added advanced hit testing for polygons.
  • Major internal refactoring because of reorganisation of common code libraries.
  • Various bug fixes.

More information on Canvas Plugin