Quantcast
Channel: ComponentSource News | Calendar Components
Viewing all 1418 articles
Browse latest View live

ComponentOne Ultimate 2017 v2

$
0
0
New PDF DocumentSource and ComponentOne Xamarin controls.

Includes new ComponentOne for Xamarin product range, plus updates to C1 Studio and Wijmo.

Features

ComponentOne Studio for Xamarin

  • Adds UWP support.
  • Provides support for Xamarin’s visual designers.
  • Twice the performance of the previous version of Xuni.
  • The Xuni products (Xuni Enterprise, Xuni Xamarin, Xuni iOS, and Xuni Android) have been sunsetted.
    Current license holders will be granted licenses to the new product that corresponds with their current license:
    • Xuni Enterprise and Xuni Xamarin will get ComponentOne Studio for Xamarin.
    • Xuni iOS will get ComponentOne Xamarin.iOS Edition.
    • Xuni Android will get ComponentOne Xamarin.Android Edition.

ComponentOne Studio

  • PDF DocumentSource launches in WinForms, UWP, and WPF.
  • FlexChartField launches in FlexReport for WinForms, WPF, and UWP.
  • FlexViewer for WPF launches.
  • TreeMap available in WinForms, WPF, UWP, and ASP.NET MVC.
  • WinForms
    • CalendarView, a new feature-rich calendar control with improved performance, launches in WinForms.
    • DateEditor, a flexible date input control that displays the CalendarView control in a dropdown.
    • Maps for WinForms now supports a REST API.
    • Gauges have been updated with a flat theme.
  • UWP and WPF
    • FlexGrid now includes the RowDetailsTemplate feature.
  • ASP.NET MVC
  • New TreeView control - Build interactive hierarchical lists that can include checkboxes, images, text, or HTML.
  • MultiAutoComplete - enables users to perform and select multiple auto-complete input operations within the same control.
  • FlexViewer for ASP.NET MVC now includes PDFViewer capability.
  • Also includes new project templates for FlexGrid model binding, AJAX binding, and a spreadsheet.

Wijmo

  • Wijmo supports Angular 4 and TypeScript 2.2
  • Accessibility support released in FlexGrid - Wijmo's FlexGrid now meets ARIA standards for accessibility according to the grid guidelines.
  • New TreeMap chart.

ComponentOne Studio 2017 v2

$
0
0
PDF DocumentSource.

New PDF DocumentSource launches in WinForms, UWP and WPF.

Features

  • PDF DocumentSource launches in WinForms, UWP, and WPF.
  • FlexChartField launches in FlexReport for WinForms, WPF, and UWP.
  • FlexViewer for WPF launches.
  • TreeMap available in WinForms, WPF, UWP, and ASP.NET MVC.
  • WinForms
    • CalendarView, a new feature-rich calendar control with improved performance, launches in WinForms.
    • DateEditor, a flexible date input control that displays the CalendarView control in a dropdown.
    • Maps for WinForms now supports a REST API.
    • Gauges have been updated with a flat theme.
  • UWP and WPF
    • FlexGrid now includes the RowDetailsTemplate feature.
  • ASP.NET MVC
  • New TreeView control - Build interactive hierarchical lists that can include checkboxes, images, text, or HTML.
  • MultiAutoComplete - enables users to perform and select multiple auto-complete input operations within the same control.
  • FlexViewer for ASP.NET MVC now includes PDFViewer capability.
  • Also includes new project templates for FlexGrid model binding, AJAX binding, and a spreadsheet.

ComponentOne Studio WPF 2017 v2

$
0
0
Office 2016 Themes in Componentone Studio WPF.

Provides modern styling in XAML apps with Microsoft Office 2016 themes for WPF.

Features

Excel for WPF

  • Added support for XLReferenceMode.R1C1 and ReferenceMode property for C1XLBook.
  • Improved the performance of saving an Excel file.
  • Added UseDefaultCsvEncoding property in C1XLBook (use the default encoding for CSV files) for Japanese version set to true by default.

FlexChart for WPF

  • Added new TreeMap control for visualization of hierarchical data.
  • Added feature to create stacked groups in FlexChart.
  • Added new ContentCenter property to Polygon annotation to control the location of the content.

FlexGrid for WPF

  • Added support for RowDetailsTemplate feature in FlexGrid. The feature is not supported for hierarchical representation when ChildItemsPath is set.

FlexReport for WPF

  • Added the following methods to load C1FlexReport from XDocument:
    public void Load(XDocument doc, string reportName)
    public void Load(XDocument doc, string reportName, out bool converted)

FlexViewer for WPF

  • Added support for deferred rendering for page thumbnails.
  • Added reference to C1.WPF.Bitmap.dll.
  • Added the (Open|Close) ButtonVisible properties and (Open|Close)Action events to C1FlexViewer for opening/closing files using toolbar buttons.
  • Attached keyboard shortcuts to some toolbar buttons (Ctrl+O, Ctrl+P).
  • Added the HyperlinkClicked, HyperlinkHovered, OutlineClicked events to C1FlexViewerPane class.

GanttView for WPF

  • Added support to reflect summary task feature.
  • Added support to reflect group task feature.
  • Added support to split tasks.
  • Added feature to set back color for a specific day of week.
  • Added Legend and View tabs, and content in Print dialog.
  • Added custom print style feature in printing.

InputPanel for WPF

  • InputPanel supports Ctrl+Left and Ctrl+Right keys.
  • Added new DataPager properties including DisplayMode and NumericButtonStyle.

PDFViewer for WPF

  • Added new features to view PDF file containing attachments. To support this feature Attachments property, GetAttachment method and AttachmentClick event have been added in ReportViewer.

ReportViewer for WPF

  • Added new features to view PDF file containing attachments. To support this feature Attachments property, GetAttachment method and AttachmentClick event have been added in ReportViewer.

Themes for WPF

  • Added Theming.Office2016 assembly with the Colorful, DarkGray and White themes included.
  • Added Theming.Office2016Black assembly with the Black theme included.
  • Added theme support for native MS Ribbon controls and MS and C1 controls.

Fixes

DataGrid for WPF

  • Fixed the issue where column width is increased automatically when scrolling through rows and column width is set to Auto.
  • Fixed the issue where grid auto scrolls to the start when scroll bar reaches the end and main window is resized using mouse.
  • Fixed the issue where TargetInvocationException is thrown when Visibility of DataGridFilterRow is set in XAML.
  • Fixed the issue where setting Background color in RowStyle does not work.
  • Fixed the issue where data grid can't scroll to the top when scroll to the bottom scrolled back to top.
  • Fixed the issue where data gets disappeared when printing the page images using GetPageImagesAsync() method.
  • [DataGrid.Excel] Fixed the issue where the background color is not affected in an exported excel when setting GroupWithSummaryRow in LoadedRowPresenter Event of the C1DataGrid.

Document for WPF

  • Fixed the issue where blank pages are displayed in C1PdfDocumentSouce if document is protected with password.
  • Removed the support to export a Pdf file using C1PdfDocumentSource to Word and Excel.
  • Fixed the issue where an error is shown on exporting FlexReport file containing RTF field to PDF file.
  • Fixed the issue where System.Exception type exception is thrown on applying certain paper size to C1DocumentSource derived classes.
  • Fixed the performance issue where export to BMP takes too much time.
  • Fixed the issue where an image in the FlexReport file is not shown in the exported pdf file.
  • Fixed the issue where a FlexReport file containing bound images is exported to PDF file and the images are not clear in the exported file.

Excel for WPF

  • the issue where the image is not rendered in output .xls/.xlsx file when System.Drawing.Bitmap image is added to specific cell value.
  • Fixed the issue where System.NullReferenceException is thrown in C1.WPF.Excel.4.dll when loading a form styles contained .xls is loaded to C1Excel.
  • Fixed the issue where garbled text appear in output .xls file while loading and saving border style containing .xls/.xlsx to C1Excel.
  • Fixed the issue where the user definition format of a cell changes when a .xlsx file is as-is loaded and saved.
  • Fixed the issue where C1XLBook throws an unhandled System.ArgumentException type exception while loading a .xslx file.
  • Fixed the issue with print area (Excel: Seting print area).
  • Fixed the issue where numeric value item is replaced by character "GyyyyNyyyyRAL" in saved CSV file.
  • Fixed the issue where the excel file generated by C1Excel cannot be loaded if its cell background is black.
  • Fixed the issue where the excel file cannot be opened if loading .xls file and saving in .xlsx (OpenXml) format.
  • Fixed the issue where location of merged cells in saved excel file changes when a row's height or column's width is changed after merging in C1Excel.
  • Fixed the issue where very no information was available on how to use XLReferenceMode enumeration in C1Excel.
  • Fixed the issue where C1XLBook throws an unhandled exception of type System.ArgumentException when loading a .xslx file.
  • Fixed the issue where different output file is generated for SaveCsv() method using 2016 v3 and 2017 v1 versions of C1Excel.

FlexChart for WPF

  • Fixed the issue where NullReferenceException is thrown at design page while adding new series.
  • Fixed the issue where FlexChart placed in a C1DockTabItem behaves incorrectly on changing displayed data or resizing application window in Direct2D RenderMode.
  • Fixed the issue where data labels are overlapped when values at y-axis are the same in the same stacked group.
  • Fixed the issue with minor grid lines/ticks when number of major ticks is less than 2.
  • Fixed the issue where LineMarkers cannot be dragged after resizing the chart if all the series are plotted on a secondary x-axis.
  • Fixed the issue where data labels are overlapped in bar stacked group if same values are at the same group.
  • [FlexPie]Fixed the issues where slices in FlexPie are not rendered correctly when binding with negative value.
  • [FinancialChart] Fixed the issue where IndexOutOfRange exception is thrown when using DateTime x-axis values for Stochastic oscillator.
  • [FinancialChart] Fixed the issue where MovingAverages are not getting rendered on a CandleStick/HLOC chart.
  • [FinancialChart] Fixed the issue where ArgumentException type exception is thrown on adding two series with same data and ChartType set to LineBreak.

FlexGrid for WPF

  • Fixed the issue where a navy blue background on the column headers is noticed when the window renders, and as you move to another cell via keyboard or mouse the color gets reset.

FlexSheet for WPF

  • Fixed the issue where RowHeaderForeground and ColumnHeaderForeground properties are not working.

FlexReport for WPF

  • The ImageField.Picture and Field.Picture properties can be specified as System.Drawing.Image or as BitmapSource.

FlexViewer for WPF

  • Fixed the issue where the application gets terminated on moving tab containing C1FlexViewer in C1TabControl continuously.
  • Fixed the issue where the customized page settings does not affect the Printing Preferences dialog.
  • Fixed the issue where page range is not shown in the Print dialog box.
  • Fixed the issue where C1FlexViewer can show zoom value 0% on the toolbar.
  • Fixed the issue where error is shown when type invalid characters in PageNumber textbox of C1FlexViewer.
  • Fixed the issue where outlines were collapsed when refreshing C1FlexViewer.
  • Fixed the issue where catched exceptions are thrown while printing the document.
  • Fixed the issue where context menu is shown outside C1FlexViewer when using Shift+F10 keys.
  • Fixed the issue where context menu opened with Shift+F10 could not be closed with the Esc key.
  • Fixed the issue where items in the context menu could not be selected with the Arrow keys if the context menu is opened with Shift+F10.
  • Fixed the issue where context menu was shown on the boundary of C1FlexViewer if opened with the Menu key.

GanttView for WPF

  • Fixed the issue where summary task is shown as Manually Scheduled in Bar Type of Bar Style dialog.
  • Fixed the issue where on showing two indicators in the row header of grid view the second indicator appears cut off.
  • Fixed the issue where tasks are not reflected in the summary task bar despite selecting the Reflect on Summary Bar check box.
  • Fixed the issue where antialiasing line is not dim while check "Antialiasing" check box of Progress Line dialog.
  • Fixed the issue where field style of grid view is not retained while using Undo and Redo functions.
  • Fixed multiple issues observed in setting the bar height in Bar Style and Layout dialog.
  • Fixed the issue where predecessors can be added manually to group/summary task.
  • Fixed the issue where the applied bar text disappears while adding or removing columns in grid view.
  • Fixed the issue where some content is invisible while applying some themes in GanttView.
  • Fixed the issue where collapsed rows cannot be expanded after grouping and printing it as pdf and .xps file.
  • Fixed the issue where Split Task option is shown only in context menu and is always disabled.
  • Fixed the issue where group bar disappears while milestone tasks are created in the chart view.
  • Fixed the issue where rows of grid view can not be dragged and dropped to a new position.
  • Fixed the issue where task mode can not be filtered by Advanced Filter in GanttView while using ApplyFilters() method.
  • Fixed the issue where there is no Today button in the calendar of Advanced Filter dialog.
  • Fixed the issue where data validations are shown while applying valid Advanced Filter after saved filter condition.
  • Fixed the issue where time scale area does not remains the same in height with column header row height after selecting all in grid view and resizing any row height.
  • Fixed the issue where sub summary task bar disappears while deleting parent summary task and using Undo function.
  • Fixed the issue where System.ArgumentException is thrown in WindowsBase.dll when dragging any row out of GanntView area.
  • Fixed the issue where Finish-to-Start type predecessor type is not displayed in grid view although lag value is set to non zero.
  • Fixed the issue where System.ArgumentException is thrown in WindowsBase.dll while dragging a task bar and make it become a milestone by reducing its duration to zero.
  • Fixed the issue where Split Task toolbar button action cannot split a selected task.
  • Fixed the issue where button, combo box and numeric box are cut off in Resources tab of Task Information dialog.
  • Fixed the issue where custom column "Actual Cost" is lost in grid view on applying grouping in GanttView.
  • Fixed the issue where the Print dialog is kept opening while MS Print dialog is opened.
  • Fixed the issue where columns can not be sorted by clicking up and down button in Grid Columns dialog.
  • Fixed the issue where data validations are shown twice and filter dialog is closed automatically while applying invalid Advanced filter.
  • Fixed the issue where System.NullReferenceException is thrown in C1.WPF.GanttView.4.dll while clicking "Undo" button after deleting the new blank row.
  • Fixed the issue where System.ArgumentOutOfRangeException is thrown in mscorlib.dll while dragging a column header to chart view.
  • Fixed the issue where System.ArgumentOutOfRangeException is thrown in mscorlib.dll while right clicking time tiers in empty chart view.
  • Fixed the issue where task bar can be dragged in ReadOnly Mode.
  • Fixed the issue where task bar will be disappeared while dragging the task bar and make becomes a milestone by reducing its duration to zero.
  • Fixed the issue where StartOnly, FinishOnly, Deadline tasks are not created in the chart view on setting the task with only start date, only end date, and deadline date.
  • Fixed the issue where the Field combo box in the Field Styles dialog gets disappeared on selecting multiple cells.
  • Fixed the issue where a task in progress can be inactivated in GanttView.
  • Fixed the issue where chart view of the selected task is inactive when the selected task is inactivated by clicking Inactive button on toolbar.
  • Fixed the issue where only %Complete column value remain intact when any task row height is resized/enlarged in grid view.
  • Fixed the issue where the opened drop down area retains its original place while dragging the splitter bar to left side and right side.
  • Fixed the issue where combo boxes and text are not aligned consistently to each other in dialog.
  • Fixed the issue where split task connector line between separate task bars is not connected while resizing or enlarging the row height of task.
  • Fixed the issue where connector line does not reach the destination task when a task is linked to milestone.
  • Fixed the issue where group bar has both sides while creating milestone tasks in chart view.
  • Fixed the issue where task ID and expand/collapse button in grid view, and task bar or Summary bar in chart view automatically moves when project summary task's row height is resized in grid view.
  • Fixed the issue where an exception is thrown while clearing group type and setting Maintain Hierarchy option to True.
  • Fixed the issue where Progress Point Shape and Progress Point Color text appear cut-off in progress line dialog while applying themes in GanttView and opening progress line from toolbar.
  • Fixed the issue where System.ArgumentOutOfRangeException type exception is thrown in mscorlib.dll while deleting summary task and click "Undo" button on the toolbar.
  • Fixed the issue where summary task and its child task are not aligned consistently with each other while clicking "Indent Task" button.
  • Fixed the issue where System.NullReferenceException type exception is thrown in C1.WPF.GanttView.4.dll while adding new blank rows and deleting them.
  • Fixed the issue where blank item will be shown in Predecessor Task Name combo box after removing Resources name of a task.
  • Fixed the issue where numeric box and text box are not aligned consistently with each other in Task Information dialog.
  • Fixed the issue where System.ArgumentOutOfRangeException type exception is thrown in mscorlib.dll while deleting all selected tasks after clearing grouped tasks by Undo action.
  • Fixed the issue where System.ArgumentException type exception is thrown in WindowsBase.dll while opening Print Preview dialog after checking "Print Specific Dates" check box and opening "Print" dialog.
  • Fixed the issue where an exception is thrown while performing undo action after adding summary and sorting.
  • Fixed the issue where legend text is invisible in Preview Print page when setting CosmopolitanDark themes.

InputPanel for WPF

Bug Fixes

  • Fixed the issue where the header of C1InputTextBox, C1InputComboBox and C1InputBase disappeared.
  • Fixed the issue where the menu on the header of InputPanel is not dim while setting of 'IsEnabled' to false.
  • Fixed the issue where the DataPager is still shown number 0 despite clearing filter of C1DataGrid.
  • Fixed the issue where arrow toggle buttons are not visible in C1InputDateTimePicker and C1NumericBox while setting AutoGenerate="False" in C1InputPanel.

Maps for WPF

  • Breaking Change - C1Maps component will use REST services. The SOAP services will be discontinued.

OLAP for WPF

  • Fixed the issue where an exception is thrown while dragging fields of Rows field to Column field in list box.
  • Fixed the issue where chart gets disappeared in file while printing OLAP as a PDF file.
  • Fixed the issue where text of Format column in Field Settings is invisible when setting ShinyBlue theme.

PDF for WPF

  • Fixed the issue where attempting to create an encrypted C1PdfDocument with a user password and Security.Encryption set to PdfEncryptionType.Standard128 crashes with index out of range exception.

PDFViewer for WPF

  • Fixed the issue where NullReferenceException is thrown when attached pdf files are loaded in C1PdfViewer.

RichTextBox for WPF

  • Fixed the issue where a RTF file with multiple row cannot be loaded.
  • Fixed the issue where incorrect font is set when C1Document generated using RtfFilter.ConvertToDocument method is loaded in C1RichTextBox.
  • Fixed the issue where Japanese text entered after pressing the Insert key is displayed vertically.
  • Fixed the issue where text is not pasted from notepad/MS Word to C1RichTextBox using Shift+Insert Key.
  • [RichTextBox.ToolBar] Fixed the issue where color cannot be set using C1FontColorTool/C1TextHighlightTool in a single click.

ReportViewer for WPF

Improvement

  • Added new features to view PDF file containing attachments. To support this feature Attachments property, GetAttachment method and AttachmentClick event have been added in ReportViewer.

Themes for WPF

  • Fixed the issue where RowHeader and ColumnHeader Grid lines are lost when setting the Office2010Silver themes to C1FlexGrid.
  • Fixed the issue where setting C1Blue themes to basic controls expands the height of the RangeSlider. This behavior does not occur when setting height of the RangeSlider in Gallery.xaml file.

Word for WPF

  • Fixed the issue where PageBreak is not effected in output docx file if the C1WordDocument contain RTFPicture and RTFTable.
  • Fixed the issue where RtfLineBreak between RTFTable and RTFPicture is not effected in output docx file.
  • Fixed the issue where FirstLineIndent property is not effected in output document when saving the C1WordDocument with docx format.
  • Fixed the issue where "Can't Open" error is thrown when saving the C1WordDocument contained RTFHeader and RTFFooter with docx format.
  • Fixed the issue where image drawn by "DrawMetaFile" method is not shown when read and write in another word document.
  • Fixed the issue where CheckedSymbol are shown as number instead of CustomSymbol in exported word file.
  • Fixed the issue where check mark for some check mark style are not shown in exported word file.
  • Fixed the issue where FormatException is thrown when a word document is loaded.
  • Fixed the issue where image is not displayed in docx format.
  • Fixed the issue where alignment of picture is not effected with docx format.
  • Fixed the issue where Image drawn by "DrawMetaFile" method is distorted when read and write in another word document with rtf format.
  • Fixed the issue where color of an image drawn by "DrawMetaFile" method is not retained when read and write in another word document.
  • Fixed the issue where Ellipse, Arc, Beziers and line shapes are not shown in output documents.
  • Fixed the issue where System.Runtime.InteropServices.COMException type exception is thrown when loading the .rft file containing image.
  • Fixed the issue where footer is clipped in exported Word file with docx format.
  • Fixed the issue where text style in the original document is not retained when saved in another document.
  • Fixed the issue where header and footer are not shown when loading the word document and saved in another document.
  • Fixed the issue where FormatException is thrown when a word document is loaded.

Other Changes

  • C1ColorPicker] Fixed the issue where an exception is thrown when a value is input from the context menu in the '#' field in the Advanced tab.
  • [C1ComboBox] Fixed the issue where the drop down is not closed by F4 key after selecting child items in multiple SelectionMode.
  • [C1ComboBox] Fixed the issue where the control does not refresh after changing DisplayMemberPath.
  • [C1DockControl] Fixed the issue where C1DockControl places dock control in different location.
  • [C1DockControl] Fixed the issue where floating DockTabItem cannot be docked in one attempt.
  • [C1NumericBox] Fixed the issue where an exception is thrown when focus in C1NumericBox if culture is set.

ComponentOne Studio UWP 2017 v2

$
0
0
FlexGrid for UWP RowDetailsTemplate.

FlexGrid now includes the RowDetailsTemplate feature, a common feature in most XAML data grids.

Features

Bitmap for UWP

  • Added the CreateImage method to C1Bitmap which creates the internal image of the given size with content that is not initialized.
  • Added the Import(C1Bitmap) method for more efficient copying the image between instances of C1Bitmap.

Excel for UWP

  • Added support XLReferenceMode.R1C1 (and ReferenceMode property for C1XLBook) for C1Excel.
  • Added UseDefaultCsvEncoding property in C1XLBook (use the default encoding for CSV files), for Japanese version true by default.

FlexChart for UWP

  • [C1FlexChart] Added support to create Stacked groups in FlexChart.
  • [C1FlexPie] Legend text is now can be showed in multiple lines.

FlexGrid for UWP

  • Added support for RowDetailsTemplate. Note, it is not supported for hierarchical representation when ChildItemsPath property is set.

FlexReport for UWP

  • Method C1FlexReport.Load(XmlDocument doc, string reportName) was renamed to C1FlexReport.LoadFromXmlDocument(XmlDocument doc, string reportName)
  • Added methods to load C1FlexReport from XDocument:
    public void Load(XDocument doc, string reportName)
    public void Load(XDocument doc, string reportName, out bool converted)
  • [FlexViewer] Added the HyperlinkClicked, HyperlinkHovered, OutlineClicked events to C1FlexViewerPane.
  • [FlexViewer] Implemented deferred rendering for the page thumbnails.

InputPanel for UWP

  • Support Ctrl+Left / Ctrl+Right.
  • Expose C1DataPager properties (DisplayMode, NumericButtonStyle​) to C1InputPanel.

Word for UWP

  • Changed DOCX format reader to support merged cells of the table.

Fixes

Excel for UWP

  • Fixed the issue where different output file being generated for SaveCsv() method using 2016v3 and 2017v1
    builds.
  • Fixed the issue where location of merged cells in saved excel file changes when a row's height/column's
    width is changed after merging in C1Excel.
  • Fixed the issue where user defined format of cell changes, after loading and saving the .xlsx file.
  • Fixed the issue where the C1XLBook throws an unhandled exception type 'System.ArgumentException' while loading a xlsx file.
  • Fixed the issue related to setting print area in Excel file.
  • Fixed the issue where excel file generated by C1Excel can't be opened if you set the cell background to black.
  • Fixed the issue where table border is not rendered in output .xlsx file.
  • Fixed the issue garble texts are shown in output .xls file while loading and saving of the border
    style containing .xls/.xlsx to C1Excel.
  • Fixed the issue Numeric value item is replaced by  character "GyyyyNyyyyRAL" in saved CSV file.

FlexChart for UWP

  • Fixed the issue where DataLabels are overlapped in bar stacked group if same values are at the same group.
  • Fixed the issue where ArgumentException is thrown when add two series with same data and ChartType='LineBreak'.
  • Fixed the issue where ArgumentException occurs when C1TreeMap is added many items at design time by setting DataLabel.Border="True" and without setting Width property to C1TreeMap.
  • [C1FlexPie] Fixed an issue where slices in FlexPie are not rendered correctly when binding with negative value.
  • [C1FlexChart] Fixed an issue where DataLabels are overlapped when values at Y-Axis are the same in the same stacked group.
  • [C1FlexChart] Fixed problem with minor grid lines/ticks when number of major ticks is less than 2.
  • [C1FinancialChart] Fixed an issue where IndexOutOfRange exception thrown when using DateTime X-axis values for Stochastic oscillator
  • [C1FinancialChart] Fixed an issue where MovingAverages are not getting rendered on a CandleStick/HLOC chart
  • [C1FlexChart] Fixed an issue where LineMarkers cannot be dragged after resizing the chart if all the series are plotted on a secondary Y-axis.
  • Fixed the issue where NullReferenceException occurs at design page while adding new series.
  • Fixed the issue where, in Direct2D RenderMode, FlexChart placed in a C1DockTabItem behaves incorrectly on changing displayed data or resizing application window.
  • Fixed the issue of ColumnHeader Backcolor.

FlexGrid for UWP

  • Fixed the issue where FlexGrid is not refreshed properly and you lose visibility of the frozen content when headers are merged.
  • Fixed the issue where setting Column.AllowMerging to merge ColumnHeaders vertically causes an unhandled exception.
  • Fixed the issue where unhandled exception is thrown when headers are merged and you freeze some columns.
  • Fixed the issue where unhandled exception when cell of second column is selected after selecting a cell of first column with touch and RowHeaders are hidden.

FlexReport for UWP

  • Fixed the issue where records of datasource can be filtered incorrectly in certain scenario.
  • [FlexViewer] Fixed the issue where NullReferenceException occurs on regenerating DocumentSource.
  • [FlexViewer] Fixed the issue where exceptions were occurred while printing the document.
  • [FlexViewer] Fixed the issue where context menu of C1FlexViewer cannot be opened with Shift+F10.
  • [FlexViewer] Fixed the issue where context menu was shown on the boundary of C1FlexViewer, if open with Menu key.
  • [FlexViewer] Fixed the issue where red wiggly line is shown under the searched keyword.
  • [FlexViewer] Fixed the issue where Thumbnails flicker while typing text into the search box.
  • [FlexViewer] Fixed the issue where page thumbnails were clipped if the size of the first page is smaller than the subsequent changes.

InputPanel for UWP

  • Fixed the issue where arrow toggle buttons are not visible in C1InputDateTimePicker and C1NumericBox while setting AutoGenerate="False" in C1InputPanel.
  • Fixed the issue where ForeForeground property is not applied to Navigation number and combobox items in C1InputPanel.
  • Fixed the issue where menu on the header of InputPanel is not dim while setting of 'IsEnabled' as 'False'.
  • Fixed the issue where 'Header' of C1InputTextBox/C1InputComboBox/C1InputBase does not appear in the output.

PDF for UWP

  • Fixed the issue where attempting to create an encrypted C1PdfDocument with a user password and Security.Encryption set to PdfEncryptionType.Standard128 crashes with index out of range.

Calendar for UWP

  • [C1LoopPanel] Fixed the issue where current plus succeeding day/week/workweek/month are shown on Schedule for any view type.

Word for UWP

  • Fixed the issue where footer are clipped in exported Word file with docx format.
  • Fixed the issue where text style in the original document is not retained when saving it in another document.
  • Fixed the issue where header and footer are not shown when a user loads the word document and save it in another format.
  • Fixed the issue where FormatException is thrown when a word document is loaded.
  • Fixed an issue where images are not displayed in docx format.
  • Fixed an issue where alignment of picture is not effected with docx format.
  • Fixed an issue where ellipse, arc, beziers, and line shapes are not shown in the output document.
  • Fixed an issue where System.Runtime.InteropServices.COMException is thrown when load the rft file
    contained image.
  • Fixed an issue where PageBreak is not effected in output docx file, if the C1WordDocument contain RTFPicture and RTFTable.
  • Fixed an issue where RtfLineBreak between RTFTable and RTFPicture is not effected in output docx file.
  • Fixed an issue where "FirstLineIndent" property is not effected in output document  when save the C1WordDocument with docx format.
  • Fixed an issue where "Can't Open" error is thrown when save the C1WordDocument contained RTFHeader and RTFFooter with docx format.
  • Fixed an issue where Image drawn by "DrawMetaFile" method is not shown when read and write in another word document.
  • Fixed an issue where CheckedSymbol are shown as number instead of CustomSymbol in exported word file.
  • Fixed an issue where Check Mark for some check mark style are not shown in exported word file.
  • Fixed an issue where image drawn by "DrawMetaFile" method is distorted when read and write in another word
    document with rtf format.
  • Fixed an issue where color of image drawn by "DrawMetaFile" method is not retained when read and write in another word document.

Maps for UWP

  • Breaking change - C1Maps component will use REST services. The SOAP services will be discontinued. 

Document Library for UWP

  • Fixed an issue where export to TIFF was taking more time.
  • Fixed an issue where export to BMP was taking more time.
  • Fixed an issue where System.Exception occurred when apply certain paper size to the C1DocumentSource derived classes.
  • Fixed an issue where image in the FlexReport file is not shown in the exported PDF file.
  • Fixed an issue where error is shown when export the FlexReport file contained RTF field to the PDF file.
  • Fixed the issue where System.Exception occurred when apply certain paper size to the C1DocumentSource derived classes.
  • Fixed the issue where blank pages is displayed by the C1PdfDocumentSouce if document is protected with password from modify.

ComponentOne Studio ASP.NET MVC 2017 v2

$
0
0
ComponentOne Studio ASP.NET MVC.

Adds PDFViewer capability to FlexViewer, plus MultiAutoComplete and new TreeView control.

Features

ASP.NET MVC Core

  • Added MultiAutoComplete control.
  • Added TreeView control.
  • Added Finance sample.
  • Added FilterPanel sample.
  • Updated C1 MVC templates with new structure.
  • Added business application template. (Spreadsheet)
  • Responsive application template with server binding. (FlexGrid and Menu)
  • Responsive application template with AJAX binding. (FlexGrid and Menu)
  • Refactoring Scaffolder for inserting MVC controls.
  • Added gradient color support in FlexChart.

PdfViewer

  • Added search feature.   
  • Added license verification process.

FlexViewer

  • Added rotate document and rotate page tool.
  • Added mouse mode tool.
  • Added ZoombySelection and Magnifier tool.
  • Added ThersholdWidth property.
  • Added ZoomMode property for FlexViewer.

OLAP

  • Renamed Error property of PivotEngine to OnClientError event.
  • [PivotEngine] Added ViewDefinition for ASP.NET Core application.
  • Added new aggregate functions in Olap Server.

FlexGrid

  • Refactoring customized editor for FlexGrid.

Fixes

ASP.NET MVC Core

  • Fixed an issue where C1CollectionItemConverterAttribute is used for a collection, the separator is missing between the collection item.
  • Fixed an issue where exception occurs when using InputDate in a list.
  • Fixed an issue where error occurred while changing the "SourceCollection" of CollectionView.
  • Fixed an issue where FlexGrid CellTemplate cells does not hide when cell edit mode is completed.

CollectionView

  • Fixed an issue where OnClientPageChanged and OnClientPageChanging events were not getting invoked after applying paging.
  • Fixed an issue of unit test CollectionViewServiceTests.VirtualScrollingTest.

FlexViewer

  • Fixed an issue where JavaScript error occurred while working with Print dialog.    
  • Fixed forward and backward functionality for MobileViewer.

OLAP

  • Fixed an issue where JavaScript error is displayed while setting Fields of DataEngine to multiple fields.
  • Removed "auto-generate-fields" attribute from PivotEngine tag helper.

Input

  • Fixed OnClientFormatItem event of MultiSelect.
  • Fixed an issue where drop-down list shows InputColor after setting "IsReadOnly" and "IsDroppedDown" to true.

FlexSheet

  • Removed NewRowAtTop property.

Sunburst Chart

  • Fixed an issue where tooltip stops working while working with "ShowAnimation".

FlexGrid

  • Fixed an issue where JavaScript error occurred when setting the ShowColumnFooters property for FlexGrid, which uses cell templates.
  • Fixed an issue where Value Filter cannot select an item which contains HTML element.
  • Fixed an issue where ComboBox when used as the Edit

FlexPie

  • Fixed an issue where alpha of pie slices is always set to 0.7 even when setting a custom palette with alpha value as 1.   

MultiSelect

  • Fixed an issue where setting CheckedIndexes and CheckedValues together will throw an exception.   

ComponentOne Studio ASP.NET Web Forms Edition 2017 v2

$
0
0
ComponentOne Studio ASP.NET Web Forms Edition.

Adds SpellCheckIgnoreOptions property to C1Editor, plus minor fixes.

Features

C1Editor

  • Added a new property SpellCheckIgnoreOptions.

Fixes

C1InputDate

  • Fixed the issue where design time error occurs in VisualStudio when C1InputDate is placed inside C1Accordion.

C1GridView

  • Fixed the issue where C1GridView disappears when rendering it in Internet Explorer 11 compatibility mode.

C1Editor

  • Fixed an issue where image was getting added at the top of the HTML page.
  • Fixed an issue where editor can edited when modal dialog box from special ribbon is open.
  • Fixed an issue where paragraph style could not be set in editor using style form paragraph ribbon.
  • Fixed an issue where, in compact design, error occurs after if user opens the spell checker dialog in full screen mode.

Codejock Calendar ActiveX v18.0.1

$
0
0
Codejock Calendar ActiveX

Adds Microsoft Visual Studio 2017 support, Office 2016 themes and horizontal scrollbar theme support.

Features

  • Microsoft Visual Studio 2017 support added.
  • Microsoft Office 2016 theme added.
  • Added horizontal scrollbar theme support.

Fixes

  • Event text positioning in Office 2013 theme fixed.
  • Calendar Caption Bar drawing on switching between different themes in OneLine mode fixed.
  • Text color of CXTPDateLabelPart in Calendar Caption Bar for themes Office XP, Office 2000 and Office 2003 in OneLine mode fixed.
  • Text clipping in Calendar Caption Bar control in themes Office 2003 to Visual Studio 2015 fixed.
  • Crash on pressing the Tab key after creating allDay event fixed.
  • Too dark text and lines Visual Studio 2015 Dark theme fixed.
  • Crash on VK_APPS button click fixed.
  • Time-line scale changing and view not refreshing properly when mouse wheel is used to scroll horizontally fixed.
  • Welected event border color fixed.
  • ActiveX: Scroll bar drawing on mouse event fixed.

Codejock Calendar Visual C++ MFC v18.0.1

$
0
0
Codejock Calendar Visual C++ MFC

Adds Microsoft Visual Studio 2017 support, Office 2016 themes and horizontal scrollbar theme support.

Features

  • Microsoft Visual Studio 2017 support added.
  • Microsoft Office 2016 theme added.
  • Added horizontal scrollbar theme support.

Fixes

  • Event text positioning in Office 2013 theme fixed.
  • Calendar Caption Bar drawing on switching between different themes in OneLine mode fixed.
  • Text color of CXTPDateLabelPart in Calendar Caption Bar for themes Office XP, Office 2000 and Office 2003 in OneLine mode fixed.
  • Text clipping in Calendar Caption Bar control in themes Office 2003 to Visual Studio 2015 fixed.
  • Crash on pressing the Tab key after creating allDay event fixed.
  • Too dark text and lines Visual Studio 2015 Dark theme fixed.
  • Crash on VK_APPS button click fixed.
  • Time-line scale changing and view not refreshing properly when mouse wheel is used to scroll horizontally fixed.
  • Welected event border color fixed.

Codejock Suite Pro v18.0.1

$
0
0
Codejock Suite Pro

Adds Microsoft Visual Studio 2017 support, Office 2016 Themes, Backstage View and new 3D Chart styles.

Features

  • Microsoft Visual Studio 2017 support added.
  • Calendar
    • Microsoft Office 2016 theme added.
    • Added horizontal scrollbar theme support.
  • Chart
    • New 3D styles added for Pie, Doughnut and Torus to both ToolkitPro and SuitePro.
  • CommandBars
    • Office 2016 theme added.
    • Close button customization INI settings added to Office 2013 and Visual Studio 2015 themes.
    • Office 2013/2016, Visual Studio 2012/2015 theme support added to CXTPTabClientWnd.
    • Improved icon support for HiDPI made enabled by default.
  • Controls
    • CXTPTreeCtrl::IsFullRowSelectionEnabled added.
    • Visual Studio 2015 and Office 2013 theme support added for splitter and tree control.
    • Visual Studio 2015, Office 2013/2016 style and theme features added to CXTPExcelTabCtrl.
  • DockingPane
    • Office 2016 theme added.
    • CXTPDockingPaneManager::SetClientMargins added for ability to set margins individually.
  • PropertyGrid
    • Glyph colors support added.
  • Report
    • Office 2016 theme added for both Report and Track controls.
    • Support for expand/contract glyph colors added to Office 2013 and Visual Studio 2015 themes.
  • Ribbon
    • Office 2016 theme added.
    • Office 2016 Backstage added.
    • Ribbon tab inactive state added.
    • Setting font for system button added to the Ribbon theme.
    • Added public getter and setter for custom icons in RecentFileListBox of BackstagePage.
  • ShortcutBar
    • Office 2016 theme added.
  • TaskPanel
    • Office 2016 theme added.

Fixes

  • SuitePro
    • COM object exchange between ActiveX modules fixed.
    • Occasional crashes caused by Font property assignment fixed.
  • Calendar
    • Event text positioning in Office 2013 theme fixed.
    • Calendar Caption Bar drawing on switching between different themes in OneLine mode fixed.
    • Text color of CXTPDateLabelPart in Calendar Caption Bar for themes Office XP, Office 2000 and Office 2003 in OneLine mode fixed.
    • Text clipping in Calendar Caption Bar control in themes Office 2003 to Visual Studio 2015 fixed.
    • Crash on pressing the Tab key after creating allDay event fixed.
    • Too dark text and lines Visual Studio 2015 Dark theme fixed.
    • Crash on VK_APPS button click fixed.
    • Time-line scale changing and view not refreshing properly when mouse wheel is used to scroll horizontally fixed.
    • Welected event border color fixed.
    • ActiveX: Scroll bar drawing on mouse event fixed.
  • Chart
    • ActiveX: Chart rendering performance increased.
  • CommandBars
    • EnableOffice2007Frame made deprecated in favor of EnableFrameTheme.
    • CXTPPaintManager::s_pInstance made deprecated.
    • XTPPaintManager made to enable default theme if no theme is set.
    • Fixes issue with application frame not themed if CXTPCommandBarsFrameHook::m_bAllowDwm is not disabled.
    • Border color of disabled check box fixed.
    • Client area border in Office 2013, Visual Studio 2012 and Visual Studio 2015 themes fixed.
    • The gap between toolbar and toolbar controls in Office 2013, Office XP and Visual Studio 2003 themes fixed.
    • The size of toolbar expand button in Office 2003 theme fixed.
    • A crash in CXTPCommandBarAnimation::RedrawRect fixed.
    • White combo box border in Visual Studio 2015 dark theme fixed.
    • Width serialization for CommandBars controls fixed.
    • Scaling of MDI Close and Restore buttons fixed.
    • Crash in CXTPTabClientWnd::CSingleWorkspace::PreTranslateMessage fixed.
    • Using control's ID bigger than 65535 on assign new accelerate keys in CXTPCustomizeKeyboardPage fixed.
    • Drawing disabled icons in Windows 2000 and derived themes fixed.
    • Wrong popup arrow direction fixed.
    • Icon scaling fixed in some cases.
    • Tab button margin size corrected.
    • Wrong MDI Child system button size in Office 2000 theme in HiDPI fixed.
    • Too thin MDI child top border in Office 2013 theme in HiDPI fixed.
    • ActiveX: CommandBar.CustomizeDialogPresent property added.
    • ActiveX Sample: RibbonSample improved with Dark and Light Gray options for Office 2013 theme.
  • Controls
    • Get/SetBackColor and Get/SetTextColor added to CXTPComboBox for backward compatibility.
    • Item position in HiDPI with TVS_LINESATROOT in CXTPTreeCtrl fixed.
    • 'Divide by zero' exception in CXTPHexEdit fixed.
    • Wrong position of expander in HiDPI for CXTPTreeCtrl fixed.
    • Wrong node indentation in CXTPTreeCtrl fixed.
    • Focus drawing for CXTPTreeCtrl with full row selection enabled fixed.
    • DPI support improved for CXTPButton.
    • Checkbox partially drawing in HiDPI fixed.
    • Checkbox space at the border fixed in Tree control.
    • ActiveX: Custom back and foreground colors for ComboBox, FlatEdit, HexEdit, ListBox, TreeView fixed.
    • ActiveX: ListView item selection on mouse event fixed.
  • DockingPane
    • Crash in CXTPDockingPaneTabbedContainer::RemovePane fixed.
    • Drawing behavior for Office 2013 fixed.
  • FlowGraph
    • Handle leak in CXTPFlowGraphPage::SetVisibleNodesWindowsRegions fixed.
  • Markup
    • The pixelated background of radio buttons fixed.
    • Sticking underline issue with hyperlinks fixed.
    • Random crashes on Markup unloading fixed.
    • Crash on releasing CXTPComInitializer from Markup fixed.
    • Precision of text size computation improved.
    • Crashes that happen in some specific Markup structures fixed.
    • Markup printing issues fixed.
  • Report
    • Column indent drawing fixed when default grid is drawn with frozen columns.
    • Spin button behavior on long holding fixed.
    • Color of frozen rows divider in footer section on printing fixed.
    • Updating scrollbars of ReportControl in dialog fixed.
    • Crash in ReportControl on fast Drag & Drop fixed.
    • Redundant scrollbar appearing in some cases fixed for both Report and Track controls.
  • Ribbon
    • Height of Ribbon Backstage menu items in Office 2013 and Visual Studio 2015 themes fixed.
    • Backstage color name ambiguities in INI file fixed.
    • Backstage menu separator drawing in HiDPI fixed.
    • Skipping backstage menu separator on keyboard navigation fixed.
    • Gap between items in backstage menu for Office 2013 and Visual Studio 2015 themes fixed.
    • Application hanging on clicking Minimize, Restore, or Close button fixed.
    • Text color of selected tab when system button menu is shown fixed.
    • Updating custom icons in RecentFileListBox of BackstagePage on (un)pinning fixed.
    • Cize computation of Ribbon icons with type xtpButtonIconAndCaptionBelow fixed.
    • Ribbon group icon scaling fixed.
    • Calculating the top of ribbon client rect fixed in scenario when frame is switched off.
    • Quick Access button font color fixed in themes derived from Markup Ribbon theme.
    • Quick Access control colors fixed for Office 2013 theme.
    • Colors of selected Ribbon tab when ribbon is minimized fixed.
    • Sample: Backstage background creation improved and menu separators added.
  • SkinFramework
    • Child window border calculating and drawing improved.
    • Unicode characters drawn incorrectly for some controls when skin is applied fixed.
    • Missing class name list splitting added to CXTPSkinManagerSchema::GetClass.
    • Caching in CXTPSkinManagerSchemaCodeManager improved.
    • SkinFramework initialization, hooking and module traversing made thread safe and more robust.
    • Drawing separators in skinned vertical CToolBar fixed.
    • Internal reference counting added to modules being hooked by SkinFramework.
    • SkinFramework hooking revised, Windows API Set support added.
    • Number of deadlocks and message queue blockings in DCOM use cases fixed.
    • High volume of system calls in Windows 10 fixed.
  • SyntaxEdit
    • Handle leak in CXTPSyntaxEditFileChangesMonitor::GetFileInfo fixed.
    • Adding text color blocks in method CXTPSyntaxEditLexTextSchema::AddClrBlock fixed.
  • TaskPanel
    • No border at the right when vertical scrollbar is shown fixed.

Codejock Toolkit Pro v18.0.1

$
0
0
Codejock Toolkit Pro

Includes Microsoft Visual Studio 2017 support, new Office 2016 Themes, Backstage View and 3D Chart styles.

Features

  • ToolkitPro
    • Microsoft Visual Studio 2017 support added.
    • Microsoft Office 2016 themes added to most the components.
    • GDI object caching added to all components.
    • Universal theme selection dialog added to all samples that support themes.
    • Static configurations added to most of the samples.
    • CXTPCmdTarget is introduced as a common command target interface.
    • CXTPWinApp class added to properly handle application shutdown and resource clean up.
    • CXTPToolTipContext::IsImageDPIScalingEnabled and CXTPToolTipContext::EnableImageDPIScaling added for scaling images in tooltips.
  • Calendar
    • Office 2016 theme added.
    • Added horizontal scrollbar theme support.
  • Chart
    • New 3D styles added for Pie, Doughnut and Torus to both ToolkitPro and SuitePro.
  • CommandBars
    • Office 2016 theme added.
    • Close button customization INI settings added to Office 2013 and Visual Studio 2015 themes.
    • Office 2013/2016, Visual Studio 2012/2015 theme support added to CXTPTabClientWnd.
    • Improved icon support for HiDPI made enabled by default.
  • Controls
    • CXTPTreeCtrl::IsFullRowSelectionEnabled added.
    • Visual Studio 2015 and Office 2013 theme support added for splitter and tree control.
    • Visual Studio 2015, Office 2013/2016 style and theme features added to CXTPExcelTabCtrl.
  • DockingPane
    • Office 2016 theme added.
    • CXTPDockingPaneManager::SetClientMargins added for ability to set margins individually.
  • PropertyGrid
    • Glyph colors support added.
  • Report
    • Office 2016 theme added for both Report and Track controls.
    • Support for expand/contract glyph colors added to Office 2013 and Visual Studio 2015 themes.
  • Ribbon
    • Office 2016 theme added.
    • Office 2016 Backstage added.
    • Ribbon tab inactive state added.
    • Setting font for system button added to the Ribbon theme.
    • Added public getter and setter for custom icons in RecentFileListBox of BackstagePage.
  • ShortcutBar
    • Office 2016 theme added.
  • TaskPanel
    • Office 2016 theme added.

Fixes

  • ToolkitPro
    • GDI+ memory trackers removed and all changes reverted.
    • CXTPThemeDLL::SetHandle issue with loading resource from .RC file fixed.
    • Unused source file references removed from all standalone installer packages.
    • Size, rectangle and point primitives serialization fixed.
    • Memory leaks caused by missing CString::ReleaseBuffer calls fixed.
    • Memory leak in CXTPImageManagerResource::AllocBitmap fixed.
    • SDK GDI+ conflict with XTP GDI+ for static configurations fixed.
    • Embedded zlib and libpng updated to the latest versions.
    • Number of stability issues fixed in the Toolkit as well as its samples.
  • Calendar
    • Event text positioning in Office 2013 theme fixed.
    • Calendar Caption Bar drawing on switching between different themes in OneLine mode fixed.
    • Text color of CXTPDateLabelPart in Calendar Caption Bar for themes Office XP, Office 2000 and Office 2003 in OneLine mode fixed.
    • Text clipping in Calendar Caption Bar control in themes Office 2003 to Visual Studio 2015 fixed.
    • Crash on pressing the Tab key after creating allDay event fixed.
    • Too dark text and lines Visual Studio 2015 Dark theme fixed.
    • Crash on VK_APPS button click fixed.
    • Time-line scale changing and view not refreshing properly when mouse wheel is used to scroll horizontally fixed.
    • Welected event border color fixed.
    • ActiveX: Scroll bar drawing on mouse event fixed.
  • Chart
    • ActiveX: Chart rendering performance increased.
  • CommandBars
    • EnableOffice2007Frame made deprecated in favor of EnableFrameTheme.
    • CXTPPaintManager::s_pInstance made deprecated.
    • XTPPaintManager made to enable default theme if no theme is set.
    • Fixes issue with application frame not themed if CXTPCommandBarsFrameHook::m_bAllowDwm is not disabled.
    • Border color of disabled check box fixed.
    • Client area border in Office 2013, Visual Studio 2012 and Visual Studio 2015 themes fixed.
    • The gap between toolbar and toolbar controls in Office 2013, Office XP and Visual Studio 2003 themes fixed.
    • The size of toolbar expand button in Office 2003 theme fixed.
    • A crash in CXTPCommandBarAnimation::RedrawRect fixed.
    • White combo box border in Visual Studio 2015 dark theme fixed.
    • Width serialization for CommandBars controls fixed.
    • Scaling of MDI Close and Restore buttons fixed.
    • Crash in CXTPTabClientWnd::CSingleWorkspace::PreTranslateMessage fixed.
    • Using control's ID bigger than 65535 on assign new accelerate keys in CXTPCustomizeKeyboardPage fixed.
    • Drawing disabled icons in Windows 2000 and derived themes fixed.
    • Wrong popup arrow direction fixed.
    • Icon scaling fixed in some cases.
    • Tab button margin size corrected.
    • Wrong MDI Child system button size in Office 2000 theme in HiDPI fixed.
    • Too thin MDI child top border in Office 2013 theme in HiDPI fixed.
    • ActiveX: CommandBar.CustomizeDialogPresent property added.
    • ActiveX Sample: RibbonSample improved with Dark and Light Gray options for Office 2013 theme.
  • Controls
    • Get/SetBackColor and Get/SetTextColor added to CXTPComboBox for backward compatibility.
    • Item position in HiDPI with TVS_LINESATROOT in CXTPTreeCtrl fixed.
    • 'Divide by zero' exception in CXTPHexEdit fixed.
    • Wrong position of expander in HiDPI for CXTPTreeCtrl fixed.
    • Wrong node indentation in CXTPTreeCtrl fixed.
    • Focus drawing for CXTPTreeCtrl with full row selection enabled fixed.
    • DPI support improved for CXTPButton.
    • Checkbox partially drawing in HiDPI fixed.
    • Checkbox space at the border fixed in Tree control.
    • ActiveX: Custom back and foreground colors for ComboBox, FlatEdit, HexEdit, ListBox, TreeView fixed.
    • ActiveX: ListView item selection on mouse event fixed.
  • DockingPane
    • Crash in CXTPDockingPaneTabbedContainer::RemovePane fixed.
    • Drawing behavior for Office 2013 fixed.
  • FlowGraph
    • Handle leak in CXTPFlowGraphPage::SetVisibleNodesWindowsRegions fixed.
  • Markup
    • The pixelated background of radio buttons fixed.
    • Sticking underline issue with hyperlinks fixed.
    • Random crashes on Markup unloading fixed.
    • Crash on releasing CXTPComInitializer from Markup fixed.
    • Precision of text size computation improved.
    • Crashes that happen in some specific Markup structures fixed.
    • Markup printing issues fixed.
  • Report
    • Column indent drawing fixed when default grid is drawn with frozen columns.
    • Spin button behavior on long holding fixed.
    • Color of frozen rows divider in footer section on printing fixed.
    • Updating scrollbars of ReportControl in dialog fixed.
    • Crash in ReportControl on fast Drag & Drop fixed.
    • Redundant scrollbar appearing in some cases fixed for both Report and Track controls.
  • Ribbon
    • Height of Ribbon Backstage menu items in Office 2013 and Visual Studio 2015 themes fixed.
    • Backstage color name ambiguities in INI file fixed.
    • Backstage menu separator drawing in HiDPI fixed.
    • Skipping backstage menu separator on keyboard navigation fixed.
    • Gap between items in backstage menu for Office 2013 and Visual Studio 2015 themes fixed.
    • Application hanging on clicking Minimize, Restore, or Close button fixed.
    • Text color of selected tab when system button menu is shown fixed.
    • Updating custom icons in RecentFileListBox of BackstagePage on (un)pinning fixed.
    • Cize computation of Ribbon icons with type xtpButtonIconAndCaptionBelow fixed.
    • Ribbon group icon scaling fixed.
    • Calculating the top of ribbon client rect fixed in scenario when frame is switched off.
    • Quick Access button font color fixed in themes derived from Markup Ribbon theme.
    • Quick Access control colors fixed for Office 2013 theme.
    • Colors of selected Ribbon tab when ribbon is minimized fixed.
    • Sample: Backstage background creation improved and menu separators added.
  • SkinFramework
    • Child window border calculating and drawing improved.
    • Unicode characters drawn incorrectly for some controls when skin is applied fixed.
    • Missing class name list splitting added to CXTPSkinManagerSchema::GetClass.
    • Caching in CXTPSkinManagerSchemaCodeManager improved.
    • SkinFramework initialization, hooking and module traversing made thread safe and more robust.
    • Drawing separators in skinned vertical CToolBar fixed.
    • Internal reference counting added to modules being hooked by SkinFramework.
    • SkinFramework hooking revised, Windows API Set support added.
    • Number of deadlocks and message queue blockings in DCOM use cases fixed.
    • High volume of system calls in Windows 10 fixed.
  • SyntaxEdit
    • Handle leak in CXTPSyntaxEditFileChangesMonitor::GetFileInfo fixed.
    • Adding text color blocks in method CXTPSyntaxEditLexTextSchema::AddClrBlock fixed.
  • TaskPanel
    • No border at the right when vertical scrollbar is shown fixed.

DevExpress WinForms 17.1.5

$
0
0
DevExpress WinForms

Maintenance release includes several bug fixes.

Fixes

All WinForms Controls

  • Add a note in the Visual Studio Design-Time settings menu that Visual Studio restart is required.
  • SkinEditor - Auto-generated code snippets are provided for C# only without VB.NET programming language support.
  • WinForms Ribbon Customization Form crashes when the Esc key is pressed twice.

Data Access Library

  • Data Source Wizard - Parameters of CustomSqlQuery are lost when the Query Builder window is closed.
  • ObjectDataSource - The "Cannot find default constructor" error occurs on choosing certain types in the Data Source Wizard.
  • The DBCommandTimeout property value isn't taken into account if a custom implementation of the IConnectionProviderServier interface is registered.
  • The SqlDataSource.ConnectionOptions.DBCommandTimeout property is ineffective in Visual Studio Report Designer.
  • Visual Studio Report Designer - Report Wizard lacks the "Inherited Report" option.

Data-Aware Export

  • Data-aware export - A regular Random class is used instead of a trusted cryptographic random number generator in the XlsDataAwareExporter.CreateEncryptionHeader method.
  • Export to XLS - Cell formats cannot be applied via toolbar buttons in the resulting Excel file.

Scaffolding Wizards

  • Scaffolding Wizard - FileNotFoundException is thrown when connecting to Oracle.

Snap

  • InvalidCastException occurs on an attempt to convert SnList located in a table to paragraphs.
  • It is impossible to access the Chart if a field used in this Chart is missing in the data source after updating the data source schema.
  • KeyNotFoundException when setting a data source in SnapControl.
  • Snap document images are exported with the low quality.

XtraBars Suite

  • BarManager - Bar items are hardly visible in the Customization Window in particular skin paint schemes.
  • DockManager - ArgumentOutOfRangeException occurs on an attempt to undock a dock panel from a panel container.
  • DockPanel is not shown when hovering over its header in auto-hide mode when a parent form is located within an MDI child form.
  • DocumentManager - ArgumentException is thrown in the DocumentClosedContext constructor.
  • DocumentManager - Documents are not resized after the Form is maximized.
  • OfficeNavigationBar — The maximal number of visible items can be set to 0.
  • RibbonControl - A tooltip is shown at an incorrect position when the Windows taskbar is shown on the left side of the screen.
  • RibbonControl - QAT's buttons are shown in the RibbonPageCategory's header if there is no unassigned RibbonPages.
  • RibbonControl's layout gets mixed up with high DPI settings.
  • RibbonGalleryBarItem - The GalleryItem.ItemClick event isn't raised for items shown in the popup.
  • SuperToolTip is shown above the BarButtonItem if the former is located on the RibbonStatusBar and there is no enough space to display the SuperToolTip.
  • TabbedView - DocumentGroupProperties are not copied correctly in DocumentsHost mode.
  • TabbedView - The 'Float All' command makes a document floating if its AllowFloat property is disabled.
  • TabbedView - The LayoutUpgrade event is missing.
  • TabForm - Items are still visible at run time even if their visibility set to never.
  • TileBar - Animated effects are not disabled when the WindowsFormsSettings.AnimationMode property is set to DisableAll.
  • WidgetView background is changed with a delay when switching skins if the WidgetView resides on an MDI child form.

XtraCharts Suite

  • A series point Annotation created by Chart Designer at runtime disappears.
  • Chart - ArgumentOutOfRangeException is thrown when the chart is bound to BindingList and DataFilters are applied.
  • Chart Annotations are preserved, but not loaded from XML (or stream).
  • Chart Designer - It is impossible to cast an object of the ValueDataMemberCollection type to the ChartElementModel type.
  • ChartControl does not display circle markers when their size is one pixel.
  • InvalidCastException occurs on an attempt to change the TextPattern property for series labels in the Chart Designer.
  • PaletteException occurs when the layout of a chart with a custom palette is restored in certain cases.
  • SetSeriesLabel throws the "Value cannot be null" message.
  • The NullRefferenceException occurs when adding annotations to XRChart in the BoundDataChanged event handler.
  • The stackoverflow exception occurs when the XYDiagram.DiagramToPoint method is called in the XRChartControl.CustomDrawSeriesPoint event handler.
  • The XtraChart Series with empty ValueDataMembers causes an issue in v17.1+.

XtraDiagram

  • It's impossible to remove DiagramImage's padding.
  • Property attributes are not taken into account when CustomGetEditableItemProperties is raised for the second time.

XtraEditors Library

  • A value disappears from RepositoryItemTreeListLookUpEdit on losing focus if the ValueMember is empty.
  • BreadCrumdEdit - A foreground color is not applied to a node's text when the BreadCrumbMode property is set to Select.
  • CheckEdit - The check glyph isn't aligned to Top when GlyphVAlignment is set to Top with the multi-lined caption.
  • ContextButtons - The AppearanceNormal.ForeColor property doesn't change a button's color when AllowGlyphSkinning is enabled.
  • Form borders are shown when the form is hidden and the FormBorderEffect property is set to Glow.
  • PopupGalleryEdit - Setting the EditValue property to null does not clear a selected value.
  • ProgressBarControl - A progress color looks similar to a selected row background color in the Office 2016 Dark and Visual Studio 2013 Dark skin paint schemes.
  • RepositoryItemTimeSpanEdit uses a different DisplayFormat in GridView than in standalone mode.
  • TabFormControl - A tooltip is not displayed when a particular item is hovered.
  • TextEdit - The NumericMaskLogic.RefineInput method accesses the first character of the NumberFormatInfo.CurrencyGroupSeparator property even if its value is empty.
  • The AccessibleName property is not taken into account by TextEdit if the PasswordChar is set.

XtraGrid Suite

  • A view cannot be removed by pressing the Delete key in a grid designer.
  • CheckedComboBoxEdit - The Format exception occurs if a string is entered and the editor is populated using Enum.
  • CSV Export Options - The QuoteStringsWithSeparators option doesn't work.
  • Data-Aware Export - Excel's row and column limit is in effect on exporting to CSV.
  • ExcelFilter - Support parsing the Empty value filter from the Is Null filter.
  • Excel-Inspired Filter Dropdown is not shown in Spanish.
  • Grid - A master expand button is in an incorrect state after scrolling.
  • Grid - ArgumentNullException is thrown when opening the Excel Filter Popup for the second time and the 'Not Equal' operator is used.
  • Grid - Cannot scroll horizontally using the middle mouse button when ColumnAutoWidth is enabled.
  • Grid AutoFilterRow - The MinDate value appears in a DateEdit cell when clearing the filter value using Backspace.
  • GridControl - Incorrect display format for the GridStringId.MenuFooterMinFormat and GridStringId.MenuFooterMaxFormat localization strings in the pt-BR language.
  • GridControl - Rows of partially visible Detail Views are duplicated after the RefreshData method is called.
  • GridControl - The "Show Auto Filter Row" menu item is shown when the Embedded mode is used.
  • GridControl - The current AutoFilterRow criteria is not saved in the layout.
  • GridControl - The Preview Data button is not shown in the grid designer's Layout section.
  • GridControl isn't updated when the underlying source implements the INotifyPropertyChanged interface and the in-place editor is RadioGroup.
  • GridView - Auto Filter Row is not populated with filter values after restorying a layout if a grid does not have a data source at this moment.
  • GridView - Focus is moved to a previously focused row after calling the BindingSource.ResetBindings method and cancelling a filter criterion of AutoFilter.
  • GridView - InvalidCastException is thrown when showing an Excel filter popup window if RepositoryItemLookUpEdit is assigned to a column and the GridView.OptionsFilter.ColumnFilterPopupMaxRecordsCount property is set to 0.
  • GridView - Values are shown in incorrect cells for a short moment when updating data in a background thread.
  • Office365UI doesn't allow selecting a row if only one row exists.
  • Popup Menu paints white for a short time on showing when a dark skin is used.
  • ProgressBar ignores the GridView.CustomColumnDisplayText event.
  • PropertyGrid - The scroll position is not updated after hiding rows.
  • Rapidly opening and closing a form with a WinExplorerView causes an unhandled NullReferenceException.
  • RowAutoHeight ignores the UserCellPadding value.
  • The XlsExportOptionsEx.CustomizeCell event does not allow changing the display format of summaries and cell appearance simultaneously.
  • TileView - Default settings of the obsolete TileView.AppearanceGroupText property are serialized after the designer's code is re-generated if a non-default language is set for a parent form.
  • TileView - Graphical artifacts appear when using a view as a detail view.
  • WinExplorerView - Images are updated every time GridControl is resized in Content mode.
  • WinExplorerView - Tiles' tooltips are always shown with the OptionsView.Style property set to Tiles no matter whether Description's column text is fully visible or not.
  • WinExplorerView does not display data correctly when it is used as a detail view.
  • XtraGrid - Issues with caching cell information in the CustomDrawCell event.
  • XtraGrid - No RepositoryItemDateEdit is used in AutoFilterRow for a date column when AllowAutoFilterConditionChange = DefaultBoolean.False.

XtraLayout Suite

  • LayoutControl - Changing tooltip options does not update the LayoutControl.IsModified property.
  • LayoutControl - NullReferenceException is thrown on disposing of the control at design time.
  • LayoutControl uses another color when WizardControl is in AeroWizard mode.

XtraMap

  • System.InvalidCastException is thrown when printing MapControl.
  • Unhandled exception occurs when modifying the MapPolygon point coordinates in certain situations.

XtraPivotGrid Suite

  • A lot of time is required to restore a layout if the OLAP data source is used and the AutoExpandGroups Property is enabled.
  • OLAP - The Out Of Memory error when updating the Pivot Grid layout when a large hierarchy is displayed.
  • PivotGrid - Running Totals on two fields show incorrect values in server mode.
  • Scrollbars are rendered incorrectly after the control is resized in certain cases.
  • Vertical Scrolling is very slow if a lot of data is displayed.

XtraPrinting Library

  • DOCX Export - Provide the capability to export floating pictures.
  • Print Dialog - An application crashes after the "Preferences" button is clicked if no printers are installed on the machine.
  • ReportPrintTool - SavePrinterSettings doesn't save the SaveToFile and FileName options.
  • ReportPrintTool - SavePrinterSettings shouldn't save the PrintFileName if it's invalid.
  • The PrintableComponentLink.ExportToXlsx method generates an invalid output file.

XtraReports Suite

  • A drop-down list for the SortBySummaryInfo.Field property is empty in the XRPivotGrid control designer.
  • Chart Wizard - The "Specified Method Is Not Supported" exception is thrown when modifying the chart in certain cases.
  • Document Viewer - The ParametersRequestValueChanged event occurs when a parameter editor value isn't changed.
  • DocumentViewer - The parameters panel cannot be displayed if the CreateDocument method is called with a true argument.
  • Export to DOCX - The first report page is repeated in the resulting file.
  • Export to PDF - IndexOutOfRangeException is thrown when a page contains a link to a page that is not exported.
  • Only scrollbars of one DocumentViewer control are visible if several DocumentViewers are placed into SplitContainerControl and each SplitContainerControl is placed into a separate page of TabControl.
  • Report Designer - A typo in the Russian localization.
  • Report Designer - The label size is not always set as expected.
  • Report Designer - ToolboxItem.OnComponentsCreated is not called in version 17.1.
  • The XRPictureBox control does not copy to the clipboard.
  • There is no drop-down list for the SortBySummaryInfo.FieldName property in the MS Visual Studio property grid.
  • Visual Studio Report Designer - The 'Add Report DataSource' smart-tag option is truncated on a high-DPI monitor.
  • XRTableCell - A merged cell cannot be resized by the displayed resize grip.
  • XRTableOfContents - Navigation works incorrectly after changing document page margins.
  • XtraReport  - Borders of a table cell with row span greater than 1 are displayed only on the first page.
  • XtraReports requires the DevExpress.Charts.v17.1.Core.dll and DevExpress.XtraCharts.v17.1.dll assemblies at runtime.

XtraRichEdit

  • A comment becomes not editable if its content is completely deleted.
  • Changes made for the TableCellBorder.LineThickness, TableCellBorder.LineColor and TableCellBorder.LineStyle properties in the "Modify Style" dialog don't affect the style.
  • Exceptions are thrown when a specific report document is exported to a DOCX file.
  • Hyperlinks aren't imported if the DocumentCapabilities.Fields option is set to Disabled.
  • IndexOutOfRangeException occurs on an attempt to load a specific file.
  • MHT document content consisting of a "base64" encoded string and regular text cannot be loaded into RichEditControl.
  • NullReferenceException is raised after deleting a text and executing the Redo operation with a custom ISyntaxHighlight service is implemented.
  • Reviewing Pane - Displayed comments are not correctly synchronized with document comments.
  • RichEditControl doesn't apply a custom separator specified with the "\d" switch of the TOC field.
  • The "Borders and Shading" dialog layout is broken when the German culture is used.
  • The entire line is highlighted with the custom syntax highlighting service when the end position of the last token isn't added to the positions collection.
  • The white color is applied to the paragraph background when the "No Color" button of the Paragraph Shading editor is clicked for a paragraph located in a table cell.

XtraScheduler Suite

  • 17.1 - Usability - Content of the new Flyout tooltip cannot be customized at runtime.
  • An incorrect appointment is selected for editing in the Edit Appointment Form when the form is invoked by double clicking a corresponding record in the Agenda view.
  • More Buttons are not repainted when the SchedulerControl DayView content is scrolled using a vertical scrollbar's thumb.
  • Non worktime cells are indistinguishable in the Office 2016 Black skin.
  • ResourcesTree displays resources that are not visible in SchedulerControl.
  • The Appointment Flyout isn't shown if the IsMdiContainer property is set to true for the scheduler's parent container.

XtraSpreadsheet

  • A corrupted document is generated after importing data and changing the document appearance using the Workbook API.
  • A corrupted document produced after copy a Pivot Table from another workbook.
  • A document containing pivot tables generated by the SpreadsheetControl becomes corrupted if the View.DataCaption property value was set to String.Empty.
  • ASPxSpreadsheet - An .xlsx file is corrupted after changes made to ASPxSpreadsheet are applied.
  • Cell content is lost on executing Clear Content for cells that contain a hyperlink.
  • Clipboard data is cleared while moving with the mouse over SpreadsheetControl scrollbars.
  • Execution of the FindCommand results in creating and showing an additional "Find & Replace" form instance even if this form has already been shown.
  • NullReferenceException is thrown in the Visual Studio 2015 designer on an attempt to close a form containing SpreadsheetControl.
  • NullReferenceException on an attempt to close a form containing SpreadsheetControl after changing selection using FillHandle.
  • SpreadsheetControl does not display dashed borders properly after copying a range.
  • SpreadsheetControl loses cell content when the Document.History.IsEnabled property is set to False.
  • StackOverflowException when calling the SaveDocument method within the CellValueChanged event handler.
  • The AutoFilter.Columns collection is empty if a filter is applied in UI.
  • The LookUpEdit.Properties.Columns and LookUpEdit.Properties.Columns1 property values are serialized on the ConditionalFormattingRulesManager, GenericFilter, PivotTableTop10Filter, and Top10Filter forms.
  • The Range.CopyFrom method does not copy formatting of worksheet cells which do not contain values.
  • TouchUI mode - Layout is calculated inccorectly in SpreadsheetControl's dialogs.
  • Usability - There is no way to specify the greater than or equal rule in the New Conditional Formatting Rule dialog.

XtraTreeList Suite

  • NullReferenceException is thrown on setting ActiveFilterString in TreeList.
  • TreeList - A checked state is not updated for a focused node.
  • TreeList - Format rules do not take a custom display text into account if the TreeListColumn.FilterMode property is set to DisplayText.
  • TreeList - HideException is thrown when closing an active editor.
  • TreeList - KeyNotFoundException is thrown when calling the TreeList.Nodes.Clear method.
  • TreeList - NullReferenceException is thrown when setting the Enabled property to false if the ForceInitialize method was not called before assigning a data source.
  • TreeList - NullReferenceException is thrown when unchecking items in the Excel filter popup.
  • TreeList - The NullReferenceException occurs on calling the RefreshDataSource method when the LockReloadNodes method is used.
  • TreeList - The NullReferenceException occurs when the AutoFilterCondition property is set in unbound mode.
  • XtraTreeList - Calling RefreshDataSource in the DragDrop event handler causes an exception.

XtraVerticalGrid Suite

  • PropertyGridControl - Cannot select a key in the Keys editor's drop down.
  • PropertyGridControl - Rows are drawn incorrectly after resizing.
  • The size of the drop-down window is incorrectly calculated for rows of the DateTime type.
  • VGridControl - Cell content is not visible when a horizontal scrollbar is hidden.
  • XtraVerticalGrid does not send correct MSAA / UIAutomation Focus events for Screen Reader Accessibility.

DevExpress DXperience 17.1.5

Wijmo Enterprise 2017 v2 (Build 334)

$
0
0
Wijmo Enterprise

Improves accessibility by adding ARIA 1.1 built-in support.

Features

  • Improved accessibility by adding Accessible Rich Internet Applications (ARIA) 1.1 built-in support.
  • Added a Column.maxLength property to limit the length of the built-in editor’s input element.
  • StockChart samples reworked to use Quandle financial data service instead of the abolished Yahoo Finance.

Fixes

  • [Angular] For FlexGrid with [imeEnabled]=”true” and a cell editor represented by a cell edit template, cell editing can now be correctly initiated by IME input.

Wijmo 5 2017 v2 (Build 334)

$
0
0
Wijmo 5

Adds a Column.maxLength property to limit the length of the built-in editor’s input element.

Features

  • Improved accessibility by adding ARIA 1.1 built-in support.
  • Added a Column.maxLength property to limit the length of the built-in editor’s input element.
  • StockChart samples reworked to use Quandle financial data service instead of the abolished Yahoo Finance.

Fixes

  • [Angular] For FlexGrid with [imeEnabled]=”true” and a cell editor represented by a cell edit template, cell editing can now be correctly initiated by IME input.

ComponentOne Studio Special Offer: Last Call

$
0
0
ComponentOne Studio UI Controls

Renew your expired subscription at the pre-expiry renewal rate - Special Offer Ends October 1st, 2017.

LAST CALL!

Now is the time to update your ComponentOne .NET UI controls. Now through October 1st, 2017, we are offering expired ComponentOne Studio customers the ability to re-start their expired subscriptions at the discounted renewal rate instead of paying for an upgrade or late renewal. That’s a savings of up to $600!

When new projects happen, sometimes updating controls may take a back seat...

This is the LAST TIME GrapeCity will offer this discounted renewal price for subscriptions that have been expired more than a year! Don't miss out on this once in a lifetime opportunity, with many benefits including:

  • New controls, enhancements, and bug fixes 3 times a year at no extra cost.
  • OS, IDE, and browser compatibility updates, including Visual Studio 2017, Windows 10, and Edge.
  • Eight .NET platforms, including 40+ UWP and ASP.NET MVC controls.

Click the links below to take advantage of this special renewal offer and update your controls today:

Or contact us for a quote.


DevExpress WinForms 17.1.6

$
0
0
DevExpress WinForms

Maintenance release includes several bug fixes.

Fixes

  • All WinForms Controls
    • An svg image does not use properties that are assigned using the use tag.
    • SVG - Images are filled with a solid color.
    • The DesignTimeTools.IsDesignMode property may throw InvalidOperationException under certain circumstances.
  • Data Access Library
    • The IConnectionProviderService implementation isn't taken into account when the "Manage Queries" or "Edit Query" dialog is invoked.
  • Data-Aware Export
    • Data Aware Export with Conditional Formatting - Rules have an incorrect priority in the exported document.
  • MVVM Framework
    • MvvmContext - An exception is thrown when invoking the BindingExpressions dialog when a meta-poco view model is used.
  • Snap
    • Images in the header/footer disappear if a table with auto-height is partially displayed on the next page.
  • XtraBars Suite
    • AdornerUIManager - The e.SelectedElement.TabIndex property value is always 0 in the AdornerUIMangager.QueryGuideFlyoutControl event handler when guides are shown for bar items.
    • BackstageViewControl - Items cannot be reordered for the first time if RibbonControl is not used.
    • BarManager - The item text in the hidden items menu is cut off if the bar has vertical orientation.
    • BarToggleSwitchItem's Databindings are not working correctly.
    • CheckedListBoxControl has a wrong BackColor in AccordionControl populated by FilteringUIContext.
    • DockManager - NullReferenceException occurs in the UpdatePanelsOrder method after a panel is hidden.
    • FlyoutPanel - Buttons lose their image and caption when modifying the button's ImageLocation property.
    • FlyoutPanel - NullReferenceException is thrown in the EndInit method in Windows Server OS.
    • Grid - The FocusedRowHandle property is reset on activating a TabForm page with the grid.
    • NavigationFrame and derived controls don't save LookAndFeel settings.
    • NullReferenceException occurs when the mouse cursor is hovered over the header control.
    • Ribbon - An application crashes on skin changing when the ribbon is collapsed.
    • RibbonControl - Incorrect StatusBar height when showing a form after minimizing it.
    • RibbonControl - The IndexOutOfRange exception is thrown when hovering ribbon buttons.
    • RibbonForm - An image specified in the HtmlText property is not displayed.
    • SuperTip is displayed on top of BarButtonItem in BarSubItem.
    • TabbedView - Orientation cannot be changed in free layout mode via the context menu.
    • The focused editor is not activated correctly when the CloseEditor method is called for the XtraTabForm item.
    • The TabNavigationPage.PageText property is not localizable.
    • ToolboxControl - The ToolboxGroup height is not changed when several items are hidden.
    • XtraBars - The BarLinkPainter.Draw method intermittently throws NullReferenceException.
    • XtraTabForm - The Pages.RemoveAt method does not delete page controls.
  • XtraCharts Suite
    • Adding a TextAnnotation item affects the anti-aliasing rendering mode of all text elements.
    • Axis Labels are drawn incorrectly if their font size is changed in the CustomDrawAxisLabel event.
    • ChartControl - The Legend.UseCheckBoxes property value is not reflected in the Chart Wizard.
    • Hiding the Legend element affects the anti-aliasing rendering mode of Axis Titles.
  • XtraDiagram
    • ArgumentException is raised when two shapes with the same position are connected.
    • DiagramControl's Title property isn't correctly updated when the DocumentLoaded event is raised.
    • DiagramOrgChartController applies the automatic layout to collapsed items if the GenerationDepth property is set to "-1".
  • XtraEditors Library
    • File Icon behavior shows the same icon for files of the same type even if icons are different.
    • MVVM - The Null value isn't passed from a bound editor to a ViewModel's nullable property.
    • PictureEdit - Menu Save needs support for PNG.
    • PictureEdit - The Fit Image function is not called from the context menu when an image is changed by the mouse wheel.
    • RatingControl - Stars are hardly visible in a focused grid row in the Money Twins skin paint scheme.
    • Scaling is not applied to SplitterPosition on high DPI when SplitContainerControl was added by UserControl.
    • TabPaneButtonArrow is drawn on a disabled TabNavigationPage.
    • The XtraMessageBox.Show(MessageBoxButtons.YesNo) method incorrectly returns 'Yes' if the 'No' button is clicked in some circumstances.
    • TimeSpanEdit - The editor displays zeros when its EditValue is null.
    • TrackBarControl invokes the RefreshLabels method even if ShowLabels is set to false.
  • XtraGrid Suite
    • OverflowException is thrown when the Excel-Inspired filter is used and a column contains the Double.NaN value.
    • AutoFilterCondition is reset to the Default value after the GridView's layout is restored.
    • AutoFilterRow shows the Contains icon in the column for which the Contains operand is not available.
    • Calling the ResetAll command causes extra FilterCriteria changed notifications.
    • ExcelFilter - MethodAccessException occurs in the GetAnnotationAttributes method in certain columns.
    • Exceptions are thrown when UserControl with GridControl is shown in a separate thread in a WPF app.
    • Export grid to excel custom format column.
    • GridControl - Conditional Formatting dialog throws an exception on an attempt to add identical items.
    • GridControl - Excel Inspired filter dialog uses default strings to localize From and To labels.
    • GridControl - Support binding to Devart Oracle Entity Framework using DataSource Wizard at design time.
    • GridView - ArgumentOutOfRangeException is thrown during the export to Excel after an update from 15.2.9 to 17.1.5.
    • GridView - ArgumentOutOfRangeException occurs when editing FormatConditionRuleIconSet in FormatRulesManager.
    • GridView - ReposirotyItem.EditValueChangedFiringMode is set to the Default value if an editor is shown in AutoFilterRow in version 17.1.
    • ReportGenerator - NullReferenceException is thrown after a report is generated.
    • The InvalidOperation exception occurs when the filter operator is changed in ExcelPopup when the OutlookAddIn item is used.
    • XtraGrid - CalcHitTest may return incorrect results when fixed columns are used.
  • XtraLayout Suite
    • Customization Form - LayoutTreeView is not updated when modifying the LayoutControlItem.CustomizationFormText property.
    • LayoutControl - The old exporting mechanism does not operate properly.
    • LayoutControl may throw the IndexOutOfRangeException during the keyboard navigation under certain circumstances.
    • The CopyLocal property of the DevExpress.Images assembly is set to false each time an image from this assembly is assigned to the ImageURI property.
  • XtraMap
    • Highlighted items are not always shown above selected items.
    • MapControl does not load tiles at the maximum zoom level.
    • Setting MapItem's attribute to a reference object (for example, MapCustomElement) makes MapItem invisible.
  • XtraNavBar
    • NavBarControl - Icons look disabled in the designer when the dark scheme is used.
  • XtraPivotGrid Suite
    • Column Headers are not shown when scrolling the Pivot Grid horizontally and HorizontalScrolling is set to PivotGridScrolling.Control.
    • Conditional Formatting Rules Manager resets the FormatRule.Tag property to null.
    • DXEditMenuItem added using the PopupMenuShowing event doesn't show the Editor in the Customization Form displayed in a default popup window.
    • Incorrect order of XRPivotGrid fields in the XRPivotGrid designer.
    • Pivot Grid Control crashes when removing a field from the pivot table area.
    • The CustomAppearance and CustomDrawCells events do not allow customizing the appearance applied using Conditional Formatting Rules.
    • The Icon Set conditional formatting rule does not work if a custom FieldEdit is set in the Data Field.
  • XtraPrinting Library
    • DocumentViewer - A report background uses an application skin color if the PrintingSystem.Graph.PageBackColor property is set to a color with a transparent Alpha channel.
    • Export to RTF - The EmptyFirstPageHeaderFooter property doesn't operate correctly.
    • TreeList - Exporting 70k records with XlsExportOptions.Suppress65536RowsWarning causes the "Maximum number of rows exceeded (XLS format). Reduce the number of rows or use XLSX format." error.
  • XtraReports Suite
    • End-User Report Designer - Report Wizard doesn't display any DataTable fields in version 17.1.
    • Export to DOCX - XRCheckBox is exported incorrectly when its RightToLeft property is enabled.
    • Export to PDF - Punctuation marks should not be separated from a word preceding them.
    • Export to PDF - Replace transparency in PNG images with page background.
    • Report Designer - ToolboxItem.OnComponentsCreated is called prior to creating the actual component (v17.1).
    • Report Wizard - A click on the "Empty Report" option removes the report's data source.
    • Report Wizard - A report is created incorrectly if the object binding is used.
    • Report Wizard - A specific report template is created with intersecting controls.
    • The XRLabel control is created in a report designer when dragging a Boolean typed calculated field from the Field List.
  • XtraRichEdit
    • "Length cannot be less than zero.Parameter name: length" InvalidFormatException is raised while loading a specific HTML document.
    • Table content is shifted in the Print Preview when table cells are split between pages.
    • Text programmatically inserted at the Bookmark's end position is unexpectedly included in the bookmark range, causing this range to grow.
    • The DocumentCapabilities.ParagraphStyle property settings affect the loaded text that contains a bulleted or numbered list.
    • The hyperlink URI is inserted before an image on an attempt to create a hyperlink for this image.
    • The RichTextEdit background color is not updated after changing the RepositoryItemRichTextEdit.ReadOnly property value.
    • The table styles gallery keeps showing the old image for the table style after changing this style using the "Modify Style" dialog.
    • The XtraRichEdit control exports an invalid document.
    • XtraRichEdit - The keyboard does not appear automatically while using an application on touch screen devices like a Windows tablet.
  • XtraScheduler Suite
    • A regular appointment tooltip is incorrectly shown while hovering an appointment border when the AllowDisplayAppointmentFlyout option is enabled.
    • AppointmentFormRibbonStyle is not localized via Satellite Resource Assemblies.
    • Checking/unchecking resources in the AppointmentResourcesEdit control triggers the FetchAppointments event.
    • Disabling a "reminder" option in the SchedulerControl.CustomizeAppointmentFlyout event handler incorrectly truncates the Flyout content after installing the 17.1.5.17236 hotfix.
    • InvalidOperationException is raised when a parent SchedulerControl container is disposed of by clicking a SchedulerControl menu item.
    • The layout of the Recurrence Form elements ("Weekly", "Monthly", "Yearly") is calculated incorrectly when a large font is used in an application.
    • There is no capability to display more than two lines for an appointment's subject in the Flyout control as well as display the appointment's location entirely.
    • Usability - There is no way to draw appointments' subject with a non-bold font in AgendaView.
  • XtraSpreadsheet
    • Hyperlink Uri is incorrectly converted to its "unescaped" representation while saving a document to XLSX format.
    • A cell comment is incorrectly removed after filling the cell value using the AutoFill operation.
    • A cell value becomes invisible after decreasing the width of a current column.
    • An incorrect DiFAT structure can be written on exporting a document to XLS.
    • Cells in documents produced by the XtraSpreadsheet Suite prior to v16.1.5 are rendered with the black background if they have an empty color specified.
    • Resize the Filter window in Spreadsheet.
    • Spreadsheet does not recalculate formulas properly when changes are made to Defined Names.
    • SpreadsheetControl commits the previously selected DateEdit's EditValue on the Enter key press if its value is changed in the editor's box.
    • SpreadsheetControl's external reference returns #REF! if a source cell is empty.
    • System.InvalidOperationException - The "Operation is not valid due to the current state of the object." exception is thrown while pasting cells with formulas into the same cell range.
    • Tab Colors settings are not exported / imported from / to XLS format.
    • The CellValueChanged event is not raised when cell values are generated using the "auto-fill" mechanism.
    • The Modified property is not set to True on enabling/disabling grid lines and headings.
    • Usability - There is no public API to disable the cell drag-and-drop functionality without disabling the FillHandle feature.
  • XtraTreeList Suite
    • Calling Begin/End Unbound Load changes the vertical scrollbar position on a sorted tree.
    • The TreeList node expand/collapse button isn't refreshed when children are removed in virtual mode.
    • TreeList - Columns' width isn't restored when calling the Restore method in Form.Load.
    • TreeList - NullReferenceException occurs in GetHitTest if AutoWidth is set to false and AutoFilterRow is partially visible.
    • TreeList isn't updated after certain nodes are deleted.
    • TreeListHitInfo.Column is empty when the cursor is over a horizontal or vertical line (ShowHorzLines, ShowVertLines).
  • XtraVerticalGrid Suite
    • A month is changed on changing a day in an in-place DateEdit.
    • Property Grid - Nested properties cannot be found using the built-in search option.
    • VGridControl - An empty cell is displayed if a lookup editor's ValueMember and DisplayMember properties are set at design time.
    • VGridControl - ArgumentOutOfRangeException is thrown on hovering over a multi-editor row if MultiEditorRowProperties.Caption is empty.
    • VGridControl - Multiple category rows cannot be selected by using SHIFT.

DevExpress DXperience 17.1.6

KWizCom Special Offer

$
0
0
KWizCom

Save when you buy 1, 2 or 3 production licenses before October 31st 2017.

Receive the following KwizCom Fall Discounts when you buy before October 31st, 2017:

  • Buy 1 production license & receive 10% discount.
  • Buy 2 production licenses & receive 15% discount.
  • Buy 3 or more production licenses & receive 20% discount.

Codejock Toolkit Pro Special Offer

$
0
0
Codejock Toolkit Pro

Save 25% when you buy before September 30th 2017.

Codejock Summer Sale ends September 30th 2017.

Save 25% off Codejock Toolkit Pro and other Codejock products.

Codejock Suite Pro Special Offer

$
0
0
Codejock Suite Pro

Save 25% when you buy before September 30th 2017.

Codejock Summer Sale ends September 30th 2017.

Save 25% off Codejock Suite Pro and other Codejock products.

Viewing all 1418 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>