Released: Sep 7, 2023
Updates in 23.1.5
Fixes
ExpressEditors Library
- BlobEdit - The icon text register is changed for an empty value.
- cxCheckComboBox - EditValue property is null after clearing the editor with ClearKey.
- Shell dialogs - Dialog adds an extra DefaultExt string to FileName if its extension is written in upper case.
- TdxActivityIndicator's color is incorrect in the WXI skin if SkinPaletteName is set to Darkness.
ExpressLibrary
- dxX509SelectCertificate function does not work in a 64-bit application.
ExpressQuantumGrid Suite...
Released: Jul 27, 2023
Updates in 23.1.4
Fixes
ExpressEditors Library
- Image editors ignore WXI skin paddings when the AutoSize option is enabled.
- Memo shows a scrollbar without a skin and truncates the text when changing BidiMode.
- Text editors - Stack overflow error occurs if an editor contains the " - " string.
- Usability - There is no way to make read-only drop-down editors show a popup window.
ExpressLayout Control
- Layout items are not wrapped when TdxLayoutSplitterItem resizes their parent group.
ExpressLibrary
Released: Jun 20, 2023
Updates in 23.1
Features
Enhanced High DPI Resolution Support
- Enabled SVG icons by default across all supported UI controls.
- In addition to built-in icons displayed at runtime, numerous PNG icons have been replaced with SVG equivalents in design-time editors. Please note that this change primarily affects Embarcadero RAD Studio Alexandria 11 IDE because only its latest versions support High DPI environments.
'Light' Style Rendering
- Enabled the 'Light' Style rendering mode by default (TdxVisualRefinements...
Released: May 4, 2023
Updates in 22.2.6
Fixes
ExpressEditors Library
- Shell dialogs - A dialog form does not appear in the active monitor.
- TdxVisualRefinements.Padding property has no effect on dxTokenEdit.
ExpressLibrary
- TdxVisualRefinements.Padding property has no effect on dxTokenEdit.
ExpressQuantumTreeList Suite
- TcxTreeList - FindPanel button widths do not scale.
- TreeList controls - Position property values in columns are lost in inherited forms.
ExpressSkins Library
- SVG elements with unspecified color are transparent...
Released: Apr 4, 2023
Updates in 22.2.5
Fixes
ExpressEditors Library
- Buttons of an active in-place editor do not have hints.
- The TdxTreeCustomNode.AddNode method ignores the AttachMode parameter.
ExpressLayout Control
- The position of TdxLayoutCheckBoxItem's focus rectangle is incorrect.
ExpressLibrary
- Text in PivotGrid headers is truncated after applying the Light Style.
- The "Resource IDB_DXPSPREVIEW_TOOLBARS_SMALLIMAGELIST not found" error occurs at application startup if the dxUseVectorIcons global constant is set to True and the...
Released: Feb 23, 2023
Updates in 22.2.4
Fixes
ExpressEditors Library
- An editor's drop-down list is available if the Properties.ReadOnly is set to True.
- cxColorComboBox - An editor is editable if its Properties.ReadOnly and Properties.AllowSelectColor property values are True.
- dxColorEdit - An editor is editable if its Properties.Readonly property value is True.
- dxInputDialogs - Dialogs are incorrectly scaled on a monitor whose DPI is higher than 96 if the application uses skins.
- TcxGroupBox - The Transparent property has no effect...
Released: Jan 19, 2023
Updates in 22.2.3
Fixes
ExpressBars Suite
- A Stack Overflow exception occurs when using keyboard shortcuts to set focus on a TcxBarEditItem in Ribbon.
- An Access Violation error occurs if a style is created without TcxStyleRepository and is assigned to a component's Style property.
ExpressEditors Library
- An application crashes when end users use TdxShellListView to navigate through folders whose content is changed.
- cxMemo - The vertical scrollbar overlaps an editor's button.
- Size of an in-place TcxLookupComboBox...
Released: Dec 15, 2022
Updates in 22.2
Features
- New Vector Graphics for UI Elements - Enhanced UI controls to better support high DPI (4K+) devices and improve rendering regardless of DPI settings. The following controls can now display SVG graphics within UI elements, menus and dialogs:
- Chart View in ExpressQuantumGrid.
- Data Editors.
- Spreadsheet.
- TreeList.
- "Light" Style Rendering - Added a "light" style rendering mode to the VCL Data Grid (ExpressQuantumGrid). When used, the VCL UI controls are rendered without double or thick...
Released: Oct 20, 2022
Updates in 22.1.3
Fixes
ExpressEditors Library
- An AV occurs when deleting an editor in a multi editor row in certain cases.
- cxFilterControl - The FilterText property value is not an empty string if the filter criteria list is empty and the root operator is "Not And" or "Not Or".
- cxLookupComboBox - The OnNewLookupDisplayText event does not take the CaseSensitiveSearch property value into account.
- dxFormattedLabel - The editor does not display Japanese or Chinese text at application startup in certain cases.
- Fade...
Released: Aug 31, 2022
Updates in 22.1.2
Features
Data Grid
- Data Export Enhancements - New global APIs allow you to export grid content to a stream in XLS, XLSX, CSV, HTML, Text, XML formats.
- Runtime Style Customization - This version implements three new events in the TcxCustomGridTableViewStyles class. Handle the following events to customize styles of the hot-tracked, inactive, and selected rows at runtime:
- OnGetHotTrackStyle.
- OnGetInactiveStyle.
- OnGetSelectionStyle.
Data Grid, TreeList
- Support for Icons in Filter Dropdowns - The...