December 19, 2017, 3:04 am
Actipro WPF EssentialsAdds new drop-down to ColorPicker that allows switching between RGB and HSB text input modes.
Features
Docking/MDI
- Added AdvancedTabControl tab panel support for the mouse wheel to scroll tabs when using certain tab overflow behaviors.
- Improved selection logic when docking multiple windows at the same time.
- Improved auto-hidden tool window containers in non-hosted popups to support title bar drag-to-float functionality.
- Improved AdvancedTabControl's panel to allow for customization of the tab layout.
- Improved border rendering when tool window title bars were hidden.
- Updated floating dock hosts to show an external title bar when there is a single tool window container and tool windows don't have their own title bars.
- Updated docking window tab animation to not occur when deserializing a layout.
- Updated dragged document windows that don't allow attaching or docking to not update dock host z-order when dragging over a new dock host.
- Improved focus handling on layout changes.
Editors
- Updated the color pickers such that the end user can tap and drag anywhere in a hue ring or saturation/brightness square to change color attributes, and not just on the thumb.
- Added new drop-down to ColorPicker that allows switching between RGB and HSB text input modes.
- Added new features for adding inline UI elements within edit boxes.
- Updated the TimeEditBox QuickStart to show off an inline button for setting the current time.
- Improved the DateEditBox and TimeEditBox default formats to better support parsing of entered text values that lack part delimiters.
- Improved EditBoxPicker input handling for a more ComboBox-like experience.
- Improved how many edit boxes handle updates to range properties like Minimum and Maximum.
- Updated DateTimeEditBox and TimeEditBox to better handle millisecond entry.
- Improved TimeSpanEditBox's text entry support for custom formats.
- Updated TimeSpanPicker to only allow editing of parts that appear in the TimeSpanEditBox's format.
- Added the DateTimeEditBox.SetValueToNowCommand property, that resets the Value to DateTime.Now when executed.
Navigation
- Updated how Breadcrumb handles its SelectedItem property being set while the control is unloaded.
Shared
- Updated the embedded TextBox style to only allow a maximum of a single line.
Themes
- Added a new AssetResourceKeys.WindowBorderOuterGlowNormalThicknessKey resource that can be set in Application.Resources to adjust the Metro theme window outer glow thickness.
- Reduced edit control right-side padding to allow for a wider editing area.
- Updated the appearance of disabled embedded buttons.
Fixes
Docking/MDI
- Fixed a bug where setting the TabbedMdiHost.TabControlStyle property wouldn't immediately update the tab highlight brushes.
Editors
- Fixed a bug where pressing a radial slider increment or decrement button would close a containing popup when used within a toolbar.
Ribbon
- Fixed a bug where an exception could happen if the Backstage was forced open on load in a remote desktop scenario.
- Fixed a bug where a very thin RibbonWindow might incorrectly render title bar text.
- Fixed a bug where when moving the QAT from below to above the ribbon, it might not render with the correct width in a certain scenario.
- Fixed a bug introduced in a previous build where the RibbonWindow resize gripper could display in an incorrect location when Backstage was open.
Shared
- Fixed a bug where read-only embedded ComboBoxes allowed the mouse wheel to cycle values, such as in PropertyGrid.
↧
December 19, 2017, 3:09 am
Actipro WPF StudioImproves TreeListBox to better handle property updates from view-models on other threads.
Features
Charts
- Updated the shape properties on line charts to use a round segment join.
Docking/MDI
- Added AdvancedTabControl tab panel support for the mouse wheel to scroll tabs when using certain tab overflow behaviors.
- Improved selection logic when docking multiple windows at the same time.
- Improved auto-hidden tool window containers in non-hosted popups to support title bar drag-to-float functionality.
- Improved AdvancedTabControl's panel to allow for customization of the tab layout.
- Improved border rendering when tool window title bars were hidden.
- Updated floating dock hosts to show an external title bar when there is a single tool window container and tool windows don't have their own title bars.
- Updated docking window tab animation to not occur when deserializing a layout.
- Updated dragged document windows that don't allow attaching or docking to not update dock host z-order when dragging over a new dock host.
- Improved focus handling on layout changes.
Editors
- Updated the color pickers such that the end user can tap and drag anywhere in a hue ring or saturation/brightness square to change color attributes, and not just on the thumb.
- Added a new drop-down to ColorPicker that allows switching between RGB and HSB text input modes.
- Added new features for adding inline UI elements within edit boxes.
- Updated the TimeEditBox QuickStart to show off an inline button for setting the current time.
- Improved the DateEditBox and TimeEditBox default formats to better support parsing of entered text values that lack part delimiters.
- Improved EditBoxPicker input handling for a more ComboBox-like experience.
- Improved how many edit boxes handle updates to range properties like Minimum and Maximum.
- Updated DateTimeEditBox and TimeEditBox to better handle millisecond entry.
- Improved TimeSpanEditBox's text entry support for custom formats.
- Updated TimeSpanPicker to only allow editing of parts that appear in the TimeSpanEditBox's format.
- Added the DateTimeEditBox.SetValueToNowCommand property, that resets the Value to DateTime.Now when executed.
Grids
- Added the TreeListViewColumn.SortDirection property and related ColumnSortDirection enumeration that can be used to indicate that a sort glyph should appear in the column header when paired with a custom sorting mechanism.
- Improved TreeListBox to better handle property updates from view-models on other threads.
- Improved TreeListBox selection tracking performance.
Navigation
- Updated how Breadcrumb handles its SelectedItem property being set while the control is unloaded.
SyntaxEditor
- Improved numerous edit actions to retain their final selection after the action goes through an undo/redo process.
- Improved how Tab indenting is handled when there is a block selection.
- Improved the Cut Line to Clipboard edit action to support multiple lines.
- Updated the hit-testing mechanism to return a new result type for intra-line spacers, which prevents mouse hovers over them from triggering IntelliPrompt quick info.
- Updated the Caret property to implement INotifyPropertyChanged and raise the event when the selection changes, thereby allowing UI to bind right to properties such as Position.
- Updated the IntelliPrompt popups to not switch to partial opacity if both Ctrl and Alt are held down.
- Updated how IntelliPrompt quick info providers recognize when to close.
- Updated certain edit actions that retain selection to not force the selection range to be normalized.
.NET Languages Add-on
- Improved logic for selecting the best IntelliPrompt parameter info member overload when typing a comma at the end of an argument list.
- Updated how the resolver handles base type resolution to prevent a possible exception.
Web Languages Add-on
- Improved the XML line commenter to comment the entire line text when there is no selection.
Shared
- Updated the embedded TextBox style to only allow a maximum of a single line.
Themes
- Added a new AssetResourceKeys.WindowBorderOuterGlowNormalThicknessKey resource that can be set in Application.Resources to adjust the Metro theme window outer glow thickness.
- Reduced edit control right-side padding to allow for a wider editing area.
- Updated the appearance of disabled embedded buttons.
Fixes
Docking/MDI
- Fixed a bug where setting the TabbedMdiHost.TabControlStyle property wouldn't immediately update the tab highlight brushes.
Editors
- Fixed a bug where pressing a radial slider increment or decrement button would close a containing popup when used within a toolbar.
Grids
- Fixed a bug introduced in a previous build where pressing Tab to navigate focus through the PropertyGrid wouldn't properly select items.
- Fixed a bug where custom type descriptor Category properties weren't called.
Ribbon
- Fixed a bug where an exception could happen if the Backstage was forced open on load in a remote desktop scenario.
- Fixed a bug where a very thin RibbonWindow might incorrectly render title bar text.
- Fixed a bug where when moving the QAT from below to above the ribbon, it might not render with the correct width in a certain scenario.
- Fixed a bug introduced in a previous build where the RibbonWindow resize gripper could display in an incorrect location when Backstage was open.
SyntaxEditor
- Fixed a bug where vertical scrolling was possible in a certain scenario when in single line mode.
- Fixed a bug introduced in a previous build where view focus might not tracked properly in a certain scenario.
- Fixed a bug where certain text formatting calls over very small ranges could lead to an exception in TextSnapshotReader.
Shared
- Fixed a bug where read-only embedded ComboBoxes allowed the mouse wheel to cycle values, such as in PropertyGrid.
↧
↧
December 19, 2017, 3:23 am
Actipro Editors for Universal WindowsImproves EditBoxPicker input handling for a more ComboBox-like experience.
Features
- Updated the color pickers such that the end user can tap and drag anywhere in a hue ring or saturation/brightness square to change color attributes, and not just on the thumb.
- Added a new drop-down to ColorPicker that allows switching between RGB and HSB text input modes.
- Added new features for adding inline UI elements within edit boxes.
- Updated the TimeEditBox QuickStart to show an inline button for setting the current time.
- Improved the DateEditBox and TimeEditBox default formats to better support parsing of entered text values that lack part delimiters.
- Improved EditBoxPicker input handling for a more ComboBox-like experience.
- Updated DateTimeEditBox and TimeEditBox to better handle millisecond entry.
- Improved TimeSpanEditBox's text entry support for custom formats.
- Updated TimeSpanPicker to only allow editing of parts that appear in the TimeSpanEditBox's format.
- Added the DateTimeEditBox.SetValueToNowCommand property, that resets the Value to DateTime.Now when executed.
- Adjusted how AutoCompleteBox handles refocusing after a submit occurs.
↧
December 19, 2017, 3:26 am
Actipro SyntaxEditor for Universal WindowsImproved edit actions to retain final selection after the action goes through an undo/redo process.
Features
- Improved numerous edit actions to retain their final selection after the action goes through an undo/redo process.
- Improved how Tab indenting is handled when there is a block selection.
- Improved the Cut Line to Clipboard edit action to support multiple lines.
- Updated the hit-testing mechanism to return a new result type for intra-line spacers, which prevents mouse hovers over them from triggering IntelliPrompt quick info.
- Updated the Caret property to implement INotifyPropertyChanged and raise the event when the selection changes, thereby allowing UI to bind right to properties such as Position.
- Updated the IntelliPrompt popups to not switch to partial opacity if both Ctrl and Alt are held down.
- Updated ScrollBar style to be consistent across platform versions.
- Updated certain edit actions that retain selection to not force the selection range to be normalized.
.NET Languages Add-on
- Improved logic for selecting the best IntelliPrompt parameter info member overload when typing a comma at the end of an argument list.
- Updated how the resolver handles base type resolution to prevent a possible exception.
Web Languages Add-on
- Improved the XML line commenter to comment the entire line text when there is no selection.
Fixes
- Fixed a bug where vertical scrolling was possible in a certain scenario when in single line mode.
- Fixed a bug where certain text formatting calls over very small ranges could lead to an exception in TextSnapshotReader.
↧
December 19, 2017, 3:29 am
Actipro Universal Windows StudioImproves focus handling on docking layout changes.
Features
Charts
- Updated the shape properties on line charts to use a round segment join.
Docking/MDI
- Added AdvancedTabControl tab panel support for the mouse wheel to scroll tabs when using certain tab overflow behaviors.
- Improved selection logic when docking multiple windows at the same time.
- Improved AdvancedTabControl's panel to allow for customization of the tab layout.
- Updated floating dock hosts to show an external title bar when there is a single tool window container and tool windows don't have their own title bars.
- Updated docking window tab animation to not occur when deserializing a layout.
- Improved focus handling on layout changes.
Editors
- Updated the color pickers such that the end user can tap and drag anywhere in a hue ring or saturation/brightness square to change color attributes, and not just on the thumb.
- Added a new drop-down to ColorPicker that allows switching between RGB and HSB text input modes.
- Added new features for adding inline UI elements within edit boxes.
- Updated the TimeEditBox QuickStart to show off an inline button for setting the current time.
- Improved the DateEditBox and TimeEditBox default formats to better support parsing of entered text values that lack part delimiters.
- Improved EditBoxPicker input handling for a more ComboBox-like experience.
- Updated DateTimeEditBox and TimeEditBox to better handle millisecond entry.
- Improved TimeSpanEditBox's text entry support for custom formats.
- Updated TimeSpanPicker to only allow editing of parts that appear in the TimeSpanEditBox's format.
- Added the DateTimeEditBox.SetValueToNowCommand property, that resets the Value to DateTime.Now when executed.
- Adjusted how AutoCompleteBox handles refocusing after a submit occurs.
Grids
- Added the TreeListViewColumn.SortDirection property and related ColumnSortDirection enumeration that can be used to indicate that a sort glyph should appear in the column header when paired with a custom sorting mechanism.
- Improved TreeListBox selection tracking performance.
- Updated TreeListBox to properly check CanDragItems prior to starting any sort of drag.
- Updated the templates for default property value editors.
SyntaxEditor
- Improved numerous edit actions to retain their final selection after the action goes through an undo/redo process.
- Improved how Tab indenting is handled when there is a block selection.
- Improved the Cut Line to Clipboard edit action to support multiple lines.
- Updated the hit-testing mechanism to return a new result type for intra-line spacers, which prevents mouse hovers over them from triggering IntelliPrompt quick info.
- Updated the Caret property to implement INotifyPropertyChanged and raise the event when the selection changes, thereby allowing UI to bind right to properties such as Position.
- Updated the IntelliPrompt popups to not switch to partial opacity if both Ctrl and Alt are held down.
- Updated ScrollBar style to be consistent across platform versions.
- Updated certain edit actions that retain selection to not force the selection range to be normalized.
.NET Languages Add-on
- Improved logic for selecting the best IntelliPrompt parameter info member overload when typing a comma at the end of an argument list.
- Updated how the resolver handles base type resolution to prevent a possible exception.
Web Languages Add-on
- Improved the XML line commenter to comment the entire line text when there is no selection.
Shared
- Added the DisposableObjectBase class.
Fixes
Docking/MDI
- Fixed a bug where setting the TabbedMdiHost.TabControlStyle property wouldn't immediately update the tab highlight brushes.
Grids
- Fixed a bug where pressing Tab to navigate focus through the PropertyGrid wouldn't scroll to newly-focused items off-screen.
- Fixed a PropertyGrid bug where some read-only properties might not show as read-only in UI.
SyntaxEditor
- Fixed a bug where vertical scrolling was possible in a certain scenario when in single line mode.
- Fixed a bug where certain text formatting calls over very small ranges could lead to an exception in TextSnapshotReader.
↧
↧
December 19, 2017, 3:31 am
Actipro SyntaxEditor for SilverlightImproves how Tab indenting is handled when there is a block selection.
Features
- Improved numerous edit actions to retain their final selection after the action goes through an undo/redo process.
- Improved how Tab indenting is handled when there is a block selection.
- Improved the Cut Line to Clipboard edit action to support multiple lines.
- Updated the hit-testing mechanism to return a new result type for intra-line spacers, which prevents mouse hovers over them from triggering IntelliPrompt quick info.
- Updated the Caret property to implement INotifyPropertyChanged and raise the event when the selection changes, thereby allowing UI to bind right to properties such as Position.
- Updated the IntelliPrompt popups to not switch to partial opacity if both Ctrl and Alt are held down.
- Updated how IntelliPrompt quick info providers recognize when to close.
- Updated certain edit actions that retain selection to not force the selection range to be normalized.
.NET Languages Add-on
- Improved logic for selecting the best IntelliPrompt parameter info member overload when typing a comma at the end of an argument list.
- Updated how the resolver handles base type resolution to prevent a possible exception.
Web Languages Add-on
- Improved the XML line commenter to comment the entire line text when there is no selection.
Fixes
- Fixed a bug where vertical scrolling was possible in a certain scenario when in single line mode.
- Fixed a bug where certain text formatting calls over very small ranges could lead to an exception in TextSnapshotReader.
↧
December 19, 2017, 3:34 am
Actipro Silverlight StudioUpdates line chart shape properties to use a round segment join.
Features
Charts
- Updated the shape properties on line charts to use a round segment join.
SyntxEditor
- Improved numerous edit actions to retain their final selection after the action goes through an undo/redo process.
- Improved how Tab indenting is handled when there is a block selection.
- Improved the Cut Line to Clipboard edit action to support multiple lines.
- Updated the hit-testing mechanism to return a new result type for intra-line spacers, which prevents mouse hovers over them from triggering IntelliPrompt quick info.
- Updated the Caret property to implement INotifyPropertyChanged and raise the event when the selection changes, thereby allowing UI to bind right to properties such as Position.
- Updated the IntelliPrompt popups to not switch to partial opacity if both Ctrl and Alt are held down.
- Updated how IntelliPrompt quick info providers recognize when to close.
- Updated certain edit actions that retain selection to not force the selection range to be normalized.
.NET Languages Add-on
- Improved logic for selecting the best IntelliPrompt parameter info member overload when typing a comma at the end of an argument list.
- Updated how the resolver handles base type resolution to prevent a possible exception.
Web Languages Add-on
- Improved the XML line commenter to comment the entire line text when there is no selection.
Fixes
SyntxEditor
- Fixed a bug where vertical scrolling was possible in a certain scenario when in single line mode.
- Fixed a bug where certain text formatting calls over very small ranges could lead to an exception in TextSnapshotReader.
↧
December 19, 2017, 6:53 am
SourceAnywhereImproves the Find in Files feature to support searching special characters.
Features
- Improved the Find in Files feature to support searching special characters.
- Added Purge and WildcardSearch commands to the Command Line Client.
- Added Next and Previous buttons to the Version Details dialog.
↧
December 20, 2017, 2:09 am
Chart labels for groups of bars.Adds chart labels for groups of bars.
Features
- Added chart labels for groups of bars.
- Set max-width of bars using bar-max-width.
- Set title as a clickable URL.
- Allows y-axis to function like the x-axis with zooming and using string labels.
- Allows aligning 0 on multiple y-axis.
- Added additional layouts for plotLabel, especially useful when plot labels are too large and cut off.
- Scalableyaxis plugin allows for users to drag scales.
- Added preview-state objects to series items, to override the style displayed in the preview box.
- Added custom alpha-area for a specific node in a series.
- Added additional layouts for plot labels.
- Added functionality to allow linking in the chart title.
- Updated NodeJS build.
- Added multiguide plugin to pin crosshairs to the chart by clicking.
- New development flag DEV.SKIPTCONTEXTMENU to skip rendering the context menu.
Fixes
- Fixed issue with mobile plugin causing errors when crosshairX is disabled.
- Fixed issue with 1px borderTop not rendering on some bars.
- Fixed issue with exporting charts when output set to 'SVG' on IE returning image data of -1.
- Fixed Line Issue with newest Node.js build throwing error.
- Fixed issue with getxyinfo method returning wrong values when chart containers have CSS matrix transformations.
- Fixed issue with preview not toggling with legend click.
- Fixed issue with tooltip not being destroyed with real-time charts.
- Fixed issue when resizing the window the chart series order gets mixed up making the chord chart relationships invalid.
- Fixed issue with download svg on context-menu.
- Fixed issue with crosshair not working with hotfix.
- Fixed issue on zooming on maps with "scaled" items (AK in USA for example).
- Fixed issue with area charts not stacking correctly.
- Fixed issue with value box showing double values due to overlap.
- Fixed scaleY zooming.
- Fixed value boxes disappearing on selected state the first click and appearing on subsequent states.
- Fixed selected state for calendars.
- Fixed issue displaying single bar plot on x-axis having extra space.
- Fixed bug with preview not toggling on modify plot.
- Fixed issue where tooltip persisted on real-time plots.
↧
↧
December 20, 2017, 2:57 am
Aspose.Email for .NETAdds support for .NET Standard 2.0.
Features
- Added support for .NET Standard 2.0.
- Convert task and contact attachments to EML.
- Aspose.Email for Android via Xamarin, Aspose.Email for iOS via Xamarin and Aspose.Email for Mac via Xamarin have become part of Aspose.Email for .NET.
Fixes
- HTML data/links not set properly in contact body.
- Formatting lost while converting EML to XPS.
- Attachments in EML file not detected by API.
- MSG to MHTML removes line spaces.
- MSG body Text formatting different than the source HTML.
- Converting EML to MSG calendar Item shifts date by local time difference.
- Outlook raises exception while loading MSG file converted by Aspose.Email.
- ICS raises exception while opening fine with MS Outlook.
↧
December 20, 2017, 3:36 am
Chant Developer WorkbenchMaintenance release includes several bug fixes.
Fixes
- Unable to add child elements to Phrase and Optional Phrase elements.
- Enabling a grammar defined from a source string fails.
- Stopping VoiceXML document crashes CDW.
↧
December 20, 2017, 3:44 am
RDPCrystal EDI LibraryMaintenance release includes several bug fixes.
Fixes
- EDIValidator - Fix to add X12 ST and GE segments to the 'found segment collection' even if they have bad values. This allows proper calculations to take place for the SE02 and GE02 control numbers.
- New Sample Program Added - Parsing 5010 835 file.
↧
December 20, 2017, 7:03 am
DevExpress VCL SubscriptionMaintenance release includes several bug fixes.
Fixes
ExpressBars Suite
- Built-in menus in DevExpress controls display duplicate items after invoking a TreeList control's built-in menu or a tab/page control's Go Dialog.
- Hot-tracking a popup menu item displaying an icon causes an AV if a bar manager's Style property is set to bmsEnhanced.
ExpressEditors Library
- In-place cxImageComboBox - Activating another cell's editor displays the previously active cell's edit value if the Properties.IncrementalFiltering property is set to True.
- TcxButton - Assigning a drop-down menu in the OnDropDownMenuPopupEx or OnDropDownMenuPopup event handler doesn't replace the menu specified using the DropDownMenu property.
ExpressLayout Control
- An AV occurs at design time when selecting "Revert to Inherited" in the context menu of a TcxGrid control located within a visually inherited layout control in certain cases.
ExpressLibrary
- A glyph assigned to a custom menu item is not displayed if the item is within the built-in popup menu of the TcxGrid or TcxScheduler control, provided that the ExpressBars Suite is installed.
- All DevExpress controls - Changing the content in an image list linked to a DevExpress control does not immediately repaint it.
- SVG Images - An exception occurs on drawing an image containing the "Text" element with invalid font parameters.
ExpressMemData
- The "List index out of bounds (0)" exception occurs on posting data if the SortedField property is specified, the ProgrammedFilter property is set to True, and FilterList is empty.
ExpressNavBar
- The default fonts are scaled twice when loading any NavBar control positioned on the form designed at 96 DPI if the current system DPI exceeds 96.
ExpressQuantumGrid Suite
- DB Table and DB Banded Table Views - Collapsing all rows doesn't collapse the group row containing the selected row if it was located more than once.
- Master-Detail - Expanding all rows consumes a lot of memory.
- Table and Banded Table Views - The popup menu assigned to the PopupMenu property of the grid control or the grid View is not displayed if the built-in popup menu is empty for a specific View element.
- The Component Editor dialog flickers on switching between grid Views.
- The default column widths are incorrectly initialized on creating a form if the current monitor DPI differs from 96.
ExpressQuantumTreeList Suite
- The font specified by the Styles.Content property is not applied to selected cells if the Styles.Selection property is assigned a style whose Font property is not customized.
ExpressScheduler Suite
- An event caption is incorrectly positioned within a popup hint displayed in Modern Style mode if the monitor DPI differs from 96.
- Handling the OnGetEventDisplayText event has no effect if the Modern UI Style is selected.
- The date navigator does not show holiday hints if the Modern UI Style is selected.
ExpressSkins Library
- Ribbon - TdxBarLargeButton whose Down and ButtonStyle properties are set to True and bsCheckedDropDown blends with the background if the Office2013~ skin is applied.
ExpressSpreadSheet
- A numeric value assigned to a cell via its AsString property is automatically converted into a number.
- The 'Control has no parent window' exception occurs when trying to change an active sheet while an inplace cell editor is opened.
- The public GetCellValue procedure has been removed from the TdxSpreadSheetTableView class.
- The VALUE function does not recognize a numeric value stored as a string if one or more zeros precede the first meaning number.
↧
↧
December 20, 2017, 7:05 am
ExpressGridPackMaintenance release includes several bug fixes.
Fixes
ExpressEditors Library
- In-place cxImageComboBox - Activating another cell's editor displays the previously active cell's edit value if the Properties.IncrementalFiltering property is set to True.
- TcxButton - Assigning a drop-down menu in the OnDropDownMenuPopupEx or OnDropDownMenuPopup event handler doesn't replace the menu specified using the DropDownMenu property.
ExpressLayout Control
- An AV occurs at design time when selecting "Revert to Inherited" in the context menu of a TcxGrid control located within a visually inherited layout control in certain cases.
ExpressQuantumGrid Suite
- DB Table and DB Banded Table Views - Collapsing all rows doesn't collapse the group row containing the selected row if it was located more than once.
- Master-Detail - Expanding all rows consumes a lot of memory.
- Table and Banded Table Views - The popup menu assigned to the PopupMenu property of the grid control or the grid View is not displayed if the built-in popup menu is empty for a specific View element.
- The Component Editor dialog flickers on switching between grid Views.
- The default column widths are incorrectly initialized on creating a form if the current monitor DPI differs from 96.
ExpressQuantumTreeList Suite
- The font specified by the Styles.Content property is not applied to selected cells if the Styles.Selection property is assigned a style whose Font property is not customized.
ExpressSkins Library
- Ribbon - TdxBarLargeButton whose Down and ButtonStyle properties are set to True and bsCheckedDropDown blends with the background if the Office2013~ skin is applied.
↧
December 20, 2017, 7:07 am
ExpressNavigationPackMaintenance release includes several bug fixes.
Fixes
ExpressBars Suite
- Built-in menus in DevExpress controls display duplicate items after invoking a TreeList control's built-in menu or a tab/page control's Go Dialog.
- Hot-tracking a popup menu item displaying an icon causes an AV if a bar manager's Style property is set to bmsEnhanced.
ExpressEditors Library
- In-place cxImageComboBox - Activating another cell's editor displays the previously active cell's edit value if the Properties.IncrementalFiltering property is set to True.
- TcxButton - Assigning a drop-down menu in the OnDropDownMenuPopupEx or OnDropDownMenuPopup event handler doesn't replace the menu specified using the DropDownMenu property.
ExpressLayout Control
- An AV occurs at design time when selecting "Revert to Inherited" in the context menu of a TcxGrid control located within a visually inherited layout control in certain cases.
ExpressNavBar
- The default fonts are scaled twice when loading any NavBar control positioned on the form designed at 96 DPI if the current system DPI exceeds 96.
ExpressSkins Library
- Ribbon - TdxBarLargeButton whose Down and ButtonStyle properties are set to True and bsCheckedDropDown blends with the background if the Office2013~ skin is applied.
↧
December 20, 2017, 7:10 am
ExpressQuantumPackMaintenance release includes several bug fixes.
Fixes
ExpressEditors Library
- In-place cxImageComboBox - Activating another cell's editor displays the previously active cell's edit value if the Properties.IncrementalFiltering property is set to True.
- TcxButton - Assigning a drop-down menu in the OnDropDownMenuPopupEx or OnDropDownMenuPopup event handler doesn't replace the menu specified using the DropDownMenu property.
ExpressLayout Control
- An AV occurs at design time when selecting "Revert to Inherited" in the context menu of a TcxGrid control located within a visually inherited layout control in certain cases.
ExpressQuantumGrid Suite
- DB Table and DB Banded Table Views - Collapsing all rows doesn't collapse the group row containing the selected row if it was located more than once.
- Master-Detail - Expanding all rows consumes a lot of memory.
- Table and Banded Table Views - The popup menu assigned to the PopupMenu property of the grid control or the grid View is not displayed if the built-in popup menu is empty for a specific View element.
- The Component Editor dialog flickers on switching between grid Views.
- The default column widths are incorrectly initialized on creating a form if the current monitor DPI differs from 96.
ExpressSkins Library
- Ribbon - TdxBarLargeButton whose Down and ButtonStyle properties are set to True and bsCheckedDropDown blends with the background if the Office2013~ skin is applied.
ExpressSpreadSheet
- A numeric value assigned to a cell via its AsString property is automatically converted into a number.
- The 'Control has no parent window' exception occurs when trying to change an active sheet while an inplace cell editor is opened.
- The public GetCellValue procedure has been removed from the TdxSpreadSheetTableView class.
- The VALUE function does not recognize a numeric value stored as a string if one or more zeros precede the first meaning number.
↧
December 20, 2017, 7:13 am
ActiveReports.Get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of ActiveReports Developer before Midnight EST December 31, 2017.
Click the links below to take advantage of the Special Offer
↧
↧
December 20, 2017, 7:31 am
ComponentOne Studio Enterprise.Get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of ComponentOne Studio Enterprise before Midnight EST December 31, 2017.
Click the links below to take advantage of the Special Offer
↧
December 20, 2017, 7:36 am
ComponentOne Ultimate.Get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of ComponentOne Ultimate before Midnight EST December 31, 2017.
Click the links below to take advantage of the Special Offer
↧
December 28, 2017, 2:21 am
Aspose.Slides for JavaMaintenance release includes several bug fixes.
Fixes
- Application hangs while processing chart data.
- Application hangs when saving file with cloned slides.
- When PPTX is converted to PDF, the graph text moves.
- When PPTX is converted to PDF, the graph title color and axis text changes.
- Shape gradient fill color is missing in the output PDF.
- Shape text has been misplaced in output PDF.
↧