ComponentOne UWP Edition Release History
UWP Edition Release History / 2016 v3.5
In This Topic
    2016 v3.5
    In This Topic

    UWP Edition

    Bug Fixes

    • [NumericBox] Fixed the issue where application stops executing on typing value in NumericBox.

    Bitmap for UWP

    Improvements

    • C1Bitmap added to the suite.

    Calendar for UWP

    Bug Fixes

    • Fixed the issue where "System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL.." error occurs when Calendar contained app is opened as Multi-windows.

    Excel for UWP

    Bug Fixes

    • Fixed the issue where the first sheet is always selected even when 'SelectedIndex' value is set less than 'FirstIndex' value.
    • Fixed the issue where one of the columns in the second sheet becomes invisible after saving in different path and opening it.
    • Fixed the issue where 'Invalid Excel OpenXml file' error occurs on opening of an excel file containing TabColor and formula, saved as another excel file.
    • Fixed the issue where Japanese characters, font styles, watermarks and shapes are not rendered in output .xlsx file.
    • Fixed the issue where multiple issues are observed on loading .xlsx file that contains cells with thousand separators (,) and 11 decimal values.

    FlexChart for UWP

    Improvements

    • Added funnel chart type.

    Bug Fixes

    • Fixed the issue where legend border and border color are shown in svg image.
    • Fixed the issue where background color of FlexChart is lost in exported SVG image.
    • Fixed the issue where SelectionChanged event is fired twice at first while selecting any series.

    FlexGrid for UWP

    Breaking changes

    • Removed BottomRightCellBackground property. It is not applicable to UWP version.

    Improvement

    • At cancelling resize action by pressing Escape key, row/column size is restored to the previous value.

    Bug Fixes

    • Fixed the issue where the data in the cell is copied to the cell below it when using StartEdit(False) method in the SelectionChanged event and focus to cell is changed using the cursor keys.
    • Fixed the issue where the later columns do not appear on resizing the columns to very smaller width in Win10 Phone device and Mobile Emulator.
    • Fixed the issue where FlexGrid doesn't create autogenerated column for decimal values.
    • Fixed the issue where FontFamily property doesn't properly apply at edit mode.
    • Fixed the issue where only 1st column can be resized in touch action.

    FlexReport for UWP

    Breaking changes

    • Now non paginated RTF export is used by default, i.e. RtfFilter.Paged is false by default.
    • SubreportParameterValue was renamed to ReportParameterValue.
    • SubreportParameterValues was renamed to ReportParameterValues.
    • [FlexViewer] To simplify usage, all commands are defined as instance properties, not static properties.

    Improvements

    • Added two more variants to define hyperlink in the report (see FieldBase.Hyperlink property):
      • ReportLinkTargetScript. Script will be executed when user perform navigation, see "Interactive Report" sample.
      • ReportLinkTargetBookmark. Added properties Report and ParameterValues properties which allow to create a link to another report or to same report with different parameters.
    • Added new FlexChartField report field, supporting the following chart types: Column, Bar, Line, Scatter, LineSymbols, Area, Spline, SplineSymbols, SplineArea, Bubble, Candlestick, HighLowOpenClose, Funnel. The new FlexChartField is supported on all platforms (WinForms, WPF, UWP).
      FlexChartField internally uses the FlexChart control, so now C1.WPF.Document.4 and C1.WPF.FlexReport.4 assemblies require the C1.WPF.FlexChart.4 assembly, UWP assemblies C1.UWP.Document and C1.UWP.FlexReport require C1.UWP.FlexChart.
    • Now ForcePageBreak specified for FieldBase, Section or SubSection assigned to the RenderObject.LayoutBreak this allows to improve exporters.
    • [FlexViewer] Commands are now available for the C1FlexViewer control, not just C1FlexViewerPane.
    • [FlexViewer] Added new commands for navigation and selection.
    • [FlexViewer] Supported FlowDirection.RightToLeft for C1FlexViewer and C1FlexViewerPane.

    Bug Fixes

    • Fixed the issue where C1FlexReport.EndPage event does not fire for last page of the report.
    • Fixed the issue where error occurs during rendering if name of field of DataSource equals to VBScript keyword like "To", "While" etc.
    • [FlexViewer] Fixed the issue where an error occurred if the type of default value in report parameter does not match the type of allowed values.

    OrgChart for UWP

    Bug Fixes

    • Fixed the issue where System.Exception occurs when C1OrgChart is opened in multiple windows.

    PDF for UWP

    Bug Fixes

    • Fixed the issue where Object reference Exception occurs at C1.UWP.Pdf while exporting RTB document to pdf by using PdfFilter.PrintDocument().
    • Fixed the issue where

    PDFViewer for UWP

    Bug Fixes

    • Fixed the issue where the logo image color in original pdf file is not retained when the pdf file is viewed in C1FlexViewer.

    Schedule for UWP

    Bug Fixes

    • Fixed the issue where "Failed to connect to index [x] in object" error occurs when Schedule contained app is opened as Multi-windows.

    SpellChecker for UWP

    Improvement

    • Added default dictionary in SpellChecker.

    Tile for UWP

    Bug Fixes

    • Fixed the issue where "System.Exception: The application called an interface that was marshalled for a different thread.." occurs on using C1Tiles in multi-window apps.

    TileView for UWP

    Bug Fixes

    • Fixed the issue where System.ArgumentOutOfRangeException occurs on adding 8 or above child C1TileViewItem, maximizing/minizing 7th and later TileViewItems.