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] … Read more

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 … Read more

DataView 1.14.3.2 Posted

DataView 1.14.3.2 Now Available Notes: [Win] Fixed an issue compiling for 64bit[Win] Fixed FunctionNotFoundException on Win7[Change] Click in a popupMenu cell now allows drag within cell and release to still fire menu

DataView 1.14.3.1

DataView and piDogScrollingCanvas v1.14.3.1 are now available! New in this release: 1.14.3.1 [New] Added SelectedState property to CellContainer for adjusting appearance based on state [New] Added SelectedStateChanged event to CellContainer for adjusting appearance based on state [Change] Selection now follows tab-key navigation [Bug] Calling editCell() while another cell is editing will now save edited value … Read more

Debugging the Undebuggable

Xojo has an excellent debugger that allows you to inspect values at runtime, step through code and get nice messages when something goes wrong. But sometimes this is not enough.