QGrid Changelog

What's new in QGrid 1.6.2

Jul 27, 2012
  • Compatibility with 4Dv13.

New in QGrid 1.5.1 (Oct 9, 2009)

  • Fixed issues that prevented the plug-in from functioning properly when used with 4D Server running as a service on Windows.

New in QGrid 1.5 (Jul 28, 2009)

  • New features:
  • QGrid is now packaged as a cross-platform, bundled plug-in, supporting 4D versions 2004.x and 11.3 or later.
  • QGrid is a Universal Binary, i.e. it runs natively on both PPC and Intel-based Macs when used with 4D v11.x.
  • Added two new commands for controlling various new features of the plug-in area (tooltips, mini scrollbars, proportional scrollbar thumbs, live scrolling, and more): QG_SetAreaFlags, QG_GetAreaFlags.
  • Added two new commands for programmatic control of the plug-in area's background color: QG_SetAreaBackgroundColor, QG_GetAreaBackgroundColor.
  • Bug fixes: Re-opening the currently open database could lead to a crash. Fixed.

New in QGrid 1.5 Beta 4 (Jun 18, 2009)

  • Introduces the following new methods and constants:
  • QG_SetAreaBackgroundColor(areaRef(L);backColor(L)):error(L)
  • Changes the background color of the plug-in area. The background color is specified in 4D's 0xRRGGBB format.
  • QG_GetAreaBackgroundColor(areaRef(L);backColor(L)):error(L)
  • Retrieves the background color of the plug-in area. The background color is returned in 4D's 0xRRGGBB format.
  • QG_SetAreaFlags(areaRef(L);areaFlags(L)):error(L)
  • QG_GetAreaFlags(areaRef(L);areaFlags(L)):error(L)
  • Allow the control of certain aspects of the plug-in area. Currently, the following constants are defined for controlling the display of the caption text in tooltip windows.
  • qg_TooltipsEnabled (22)
  • TooltipsEnabledMask (0x00400000)

New in QGrid 1.5 Beta 3 (Dec 4, 2008)

  • Brings compatibility with 4Dv11.3 or later.