DataView 1.14.5.0

DataView 1.14.5.0 is now available. Download Here

Release Notes:

  • [Change] UsesSystemColors and UsesSystemHeaders now override color setting rather than replacing them. This allows you to set the value to true and grab any system colors you need and then set the value back to false without losing the currently configured settings.
  • [New] Added CopySystemColors to allow grabbing all system theme colors and to still be able to override desired values.
  • [Improvement] Improved speed when adding many empty rows at once.
  • [Bug] Fixed clipping of rows beneath locked columns
  • [Bug] Setting listIndex now also updates current location for keyboard navigation
  • [Mac] Now handles DarkMode switching 100% reliably
  • [Bug] HeadingTextPaint now scales graphics context properly
  • [Bug] Fixed a potential exception on quit
  • [Bug] Fix for possible infinite refresh loop when setting cell values in RowWillRender
  • [Linux] Fixed misc issues related to text scaling

DataView and piDogScrollingCanvas 1.14.4.2

DataView and piDogScrollingCanvas 1.14.4.2 is now available.

Notes:

[Linux] DateChooser now shows in the correct position relative to the selected cell
[Linux] Containers now accept mouse clicks again
[Win] Fixed issue with calculating CellTextHeight during window resize
[Mac] Setting HeadingTextSize now respected in Open event
[Mac] Fix for pre Mojave macOS when enabling vibrancy
[Mac] Fix for lag when scrollbars need to be hidden or shown on macOS
[Bug] Fix to allow scrollers to resize smaller than 50 pixels if needed

More info and Download Here!

DataView and piDogScrollingCanvas 1.14.4.1 Available

DataView and piDogScrollingCanvas 1.14.4.1  now available.

Release Notes:

1.14.4.1

[Demo] Several adjustments. Live adjustment of header and rowHeights works again.
[Performance] Increased cache size to improve scrolling
[Mac] ColumnWidths now correct with Native scrollers.
[Win] Fixed a bug with Native Scrollers not working in some cases
[Bug] Fix for potential OutOfBoundsException in piDogScrollingCanvas
[Bug] Dragging a column no longer triggers vertical scrolling

1.14.4.0

[Demo] Added new main demo menu window
[New] Implemented Tab-Navigation in CellContainers and Tabbing between CellContainers
[Change] Click in a popupMenu cell now allows drag within cell and release to still fire menu
[Mac] No longer requires a second click to open the last closed popupmenu
[Win] Improved CellContainer rendering for Windows 7
[Win] Fixed an issue compiling for 64bit
[Win] Fixed FunctionNotFoundException on Win7
[Bug] Fixed some issues with cell borders when rowspan is used