v95.0, released 2024-10-25
Documentation | What's new & coming | v95.0
This version brings:
The docs website now allows you to limit the search to docs (non-
API documentation) and readme only.
RAD Studio 12.2 Pach 1 Athens support.
Please note that this patch changed the package (run-time and design-time) compatibility with 12.2. If you do not want to update your RAD Studio rebuilding packages on your own is required, DK-14288
VCL styling improvements for TGIS_ViewerWnd and TGIS_ControlLegend
DK-14229
DK-14230
StyleElements and StyleName (>= RAD Studio 11) introduced. DK-14233
DK-14234
Border drawing now matches styles, including Ctl3d.
TGIS_ControlLegend styling is based on TCheckListBox, mainly because TTreeView styling is incomplete (there is no styling for selected items).
If a style is not applied to the application and Enable Runtime Themes in protect manifest is not selected, legend checkboxes will be drawn unstyled (old Windows look).
To change a background color StyleElements.seClient must be deselected.
StyleColorDefault property introduced in v94 is gone. Ignore if reported upon opening a form, then save the modified form.
Due to the above changes, the control's appearance can be slightly different—review your layout before publishing the application. We cannot maintain 100% of the same look, mainly because StyleElements has default values.
Fixed TGIS_ViewerWnd improper background color on Direct2D. DK-14228
Improved IFC/BIM deployment for .NET. DK-14241
Fixed dependencies for TatukGIS.DK.NETStandard for .NET 8.0. DK-14247
Some of our internal code has been redone in PVL. Generally, we do not expect anyone to use it directly, but some controls have been replaced with PVL. We used new controls for a while, but the legacy, unused controls have now been removed from the code in this version. Functionality is replaced by those controls: DK-14231
[FMX|VCL|WinForms|Swing].
GisControlFieldFactor
→ PVL.GisControlFieldFactor
[FMX|VCL|WinForms|Swing].
GisControlSizeForm
→ PVL.GisControlSizeForm
[FMX|VCL|WinForms|Swing].
GisControlLegendBMP
→ PVL.GisControlBitmap
[FMX|VCL|WinForms|Swing].
GisControlLegendFNT
→ PVL.GisControlFont
[FMX|VCL|WinForms|Swing].
GisControlLegendGridWiz
→ PVL.GisControlLegendGridWiz
[FMX|VCL|WinForms|Swing].
GisControlLegendVectorWiz
→ PVL.GisControlLegendVectorWiz
[FMX|VCL|WinForms|Swing].
GisControlLegendLIB
→ PVL.GisControlSymbologyLibrary
[FMX|VCL|WinForms|Swing].
GisControlLegendSYM
→ PVL.GisControlSymbology
Based on user comments, the TGIS_ViewerWnd.AutoStyle is disabled by default to maintain visual integrity with existing projects. DK-14271
Ability to define selection styles by layers, not only by viewer properties; DK-14256
A dozen of minor fixes and improvements.
Known problems:
The complete list is available at Changelog.