What's New for Developers - mXrap 6.0.5

Last update: 30 June 2024
Also includes changes from 6.0.2  6.0.3  6.0.4

Windows Long-File-Path Detection

Tablecalc FileIO: add some extra functions

Markerstyle: Auto-reload Override File

Tablecalc: better support for large memory usage

Bugfixes

Windows Long-File-Path Detection

Find the "Windows Registry LongPathsEnabled" in the "Environment" table, to detect if the user has LongPaths enabled in their registry.

This gives developers a chance to check for platform support for long paths before executing complex Actions that might break when file operations have problems related to long paths.

Tablecalc FileIO: add some extra functions

FileIO now has:

Markerstyle: Auto-reload Override File

Markerstyles now will check and reload the override file when Reload-Data executes.

This means you could generate a custom markerstyle colour table, export to disk, and the markerstyle will sync once Reload-Data runs.

Tablecalc: better support for large memory usage

Tablecalcs would crash if asked to allocate too much memory.

This has been improved, if you still have problems then please get in touch with support.

Bugfixes