ExpressNavigationPack のリリース

Released: Jan 19, 2023

22.2.3 での更新項目

不具合の修正

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

22.2 での更新項目

機能

  • 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:
    • Data Editors.
  • New Sizable Panel - The new Panel (TdxPanel) control is designed to break down a form into multiple resizable regions divided by one-pixel splitters. You can place a control on such a panel without gaps or double borders and create...

Released: Oct 20, 2022

22.1.3 での更新項目

不具合の修正

ExpressBars Suite

  • An application crashes if it contains TcxBarEditItem with TcxCheckComboBoxProperties and High Contrast Settings are activated.
  • TdxRibbonStatusBar - Status bar panels do not update text color according to the Ribbon control's color scheme.
  • TdxStatusBar control incorrectly paints certain SVG images if the PaintStyle property is set to stpsUseLookAndFeel and a dark skin is applied.

ExpressDocking Library

  • MDI main form with a dock site and panel hangs when closing the MDI...

Released: Aug 31, 2022

22.1.2 での更新項目

機能

Input Dialogs - Password Masking

  • The Input Dialog now supports password masking that hides the password characters entered by the user. To specify a masking char, prepend an ASCII character whose number is less than #32 to the caption of the target text box.

Released: Jul 28, 2022

21.2.7 での更新項目

不具合の修正

All VCL products

  • There is a typo in the sdxInvalidStorageVersion resource string value.

ExpressBars Suite

  • The height of bar items scales incorrectly and buttons flicker in TdxBarPopupMenu and TdxRibbonPopupMenu during the fading animation of the TcxButtonEdit control.

ExpressEditors Library

  • cxHyperlinkEditor - The hyperlink text blends with the highlight effect applied to the focused cell.
  • TcxButton - The button glyph is displayed in the default state if the linked action is in the...

Released: Jun 16, 2022

21.2.6 での更新項目

不具合の修正

ExpressBars Suite

  • Ribbon Form - An AV occurs when redrawing a form after the FormState property value is changed if the form's iconic state has not been updated.
  • TdxRibbonGalleryItem - A checked item darkens due to multiple color blending when the mouse pointer consequently enters and leaves the item multiple times if the Office2019Colorful skin is active.
  • The Close and Drop-Down buttons in a floating toolbar are not scaled after the monitor DPI is increased if any skin is active.
  • The...

Released: Apr 26, 2022

21.2.5 での更新項目

不具合の修正

All VCL products

  • Cell's selection in grid lost when right mouse click if OptionsBehavior.HotTrack is on.
  • TcxLocalizer - The default resource string values are not restored when the localizer component is destroyed.

ExpressBars Suite

  • The toolbar font is not scaled if the bar manager component is placed on a frame.

ExpressEditors Library

  • All Shell Dialogs - The active file preview disappears when the shell dialog refreshes the displayed folder.
  • Programmatically displayed screentips are not...

Released: Feb 14, 2022

21.2.4 での更新項目

不具合の修正

ExpressBars Suite

  • A skin color palette has no effect for item glyphs displayed in the Customize dialog.
  • TdxOfficeSearchBox is painted slowly if the Properties.Ribbon property is assigned and an SVG image is assigned to the Properties.Glyph property.

ExpressEditors Library

  • cxFontNameComboBox - An AV occurs when an editor whose font's list-related properties are stored in a DFM file is destroyed before the background font enumeration completion handler is called.
  • TcxImage - The image saving...

Released: Jan 27, 2022

21.2.3 での更新項目

不具合の修正

  • All VCL products
    • SVG Images - The "use" element that refers to an object declared further in an image causes the "Stack Overflow" exception.
    • Using DevExpress in COM+ DLL was broken in 21.1.7.
  • ExpressBars Suite
    • A form whose BorderStyle property is set to bsNone has rounded corners in Microsoft Windows 11 if the form is derived from the TdxRibbonForm or TdxSkinForm class and the skin controller's FormCorners property is set to fcDefault.
    • EListError (List index out of bounds) in TdxForm...

Released: Dec 15, 2021

21.2 での更新項目

機能

Microsoft Windows 11 Support - Rounded Corners

  • Updated the UI to better match the Windows 11 user experience. The windows and dialogs for your DevExpress-powered VCL apps can now include rounded corners to match the look and feel of Windows 11. These rounded corners are available even when using previous versions of Windows.
  • You can apply the desired corner style via a new 'FormCorners' option in a skin controller. The 'dxSkinFormCorners' global variable in the source code allows you to...