Skip Navigation LinksBCGSoft > Release Notes > Version Release Notes

Release Notes

BCGSuite for MFC

Version: 30.6. Released: 9/28/2020

  1. Implemented WinAppDriver (Windows Application Driver) support. All accessibility methods were adapted for this new technology and starting this version you may use WinAppDriver for your applications automation and testing.
  2. Dialogs and Forms
    1. CBCGPPropertySheet: added support of the page swipe gesture. Now you can easily go to the next or previous page when your application is running in tablet or other touch-enabled system. Call new method CBCGPPropertySheet::EnablePageSwipeGesture to enable this feature. Please take a look at PropSheetDemo sample application to see this new feature in action.
    2. CBCGPPropertySheet: SetActivePageWithEffects method is a virtual now.
  3. Chart Control
    1. CBCGPChartAdvancedFormula: added new moving average type MA_CUMULATIVE.
    2. CBCGPChartAdvancedFormula: added new methods SetOutputSeriesType and SetOutputSeriesCategory. By calling these methods you may specify a result series type and category.
    3. Added new class CBCGPChartMAENVFormula: implements "Moving Average Envelopes" for the Stock charts.
    4. CBCGPChartMACDFormula: added 2 result calculation types - VA_MACD - Moving Average Convergence/Divergence Oscillator (current calculation type) and VA_PPO - Percentage Price Oscillator (new). Added 2 new methods: SetValueType and GetValueType.
    5. CBCGPBaseChartStockSeries::StockSeriesType enumerator has a new member "SST_BAR_HLC": set it if you wish to display "High-Low-Close" values, but don't display "Open" values.
    6. CBCGPChartStockSeries: added Heikin-Ashi Candlesticks data calculation type. Please use a new enumerator StockChartType to specify the type (should be specified in the class constructor).
    7. CBCGPChartVisualObject: a new method SetOptimizedDiagramArea allows to optimize diagram's layout after one of axes moves inside/outside the diagram's area.
  4. Grid and Report Controls
    1. CBCGPGridColumnChooser: this class is exportable now and can be customized according to customer's needs.
    2. CBCGPGridCtrl: implemented ability to enable/disable Grid zooming by the mouse wheel (when Ctrl is pressed) or gesture zoom. EnableZoom and IsZoomEnabled methods were added.
    3. New method CBCGPGridCtrl::SetFilterBarText allows programmatically specifying a filter bar content.
  5. Controls
    1. CBCGPStatic::SetPicture allows to load SVG images now.
    2. CBCGPComboBox doesn't redraw itself anymore when control receives CB_SETCURSEL message and WPARAM contains an index of already selected item. If for some reason this improvement affects your application, just set a new global flag CBCGPComboBox::m_bOptimizedSelection to FALSE.
    3. CBCGPGroup: implemented ability to hide/show all controls located inside the group. Optionally, you may specify a text label which appears in the middle of group box when controls are hidden. Call new method CBCGPGroup::SetGroupControlsVisible to hide/show the controls.
    4. CBCGPDateTimeCtrl: implemented touch mode. Upon click/touch control, a popup date/time list will appear. Call new method SetTouchMode to enable/disable this mode. Please take a look at BCGPControls example to see this mode in action.
    5. CBCGPDateTimeCtrl: implemented ability to display a new date/time list popup window when user clicks drop-down button. DTM_DROPLIST flag was added to this control.
    6. A new class CBCGPDateTimeList implements touch-friendly date-time picker (see screenshot). This control can be created either as dialog/form child window or popup window. Please take a look at BCGPControls example to see this new control in action.
  6. MSAA and CodedUI Tests
    1. CBCGPButton: if description (text below label) is specified, get_accDescription method returns this text now.
    2. CBCGPCalendar: get_accValue returns a range of selected dates now (if multiple days selection is specified).
    3. CBCGPCalendar: added accessibility support to popup month picker window.
    4. CBCGPScrollBar: improved accessibility support.
    5. CBCGPDateTimeCtrl: improved accessibility support.
  7. Edit control
    1. Implemented ability to draw text with a syntax highlighting on the selected or marked areas (see screenshot). The following new methods were added to CBCGPEditCtrl class:
      • EnableSyntaxHilightingOnSelection
      • IsSyntaxHilightingOnSelection
      • EnableSyntaxHilightingOnColorLine
      • IsSyntaxHilightingOnColorLine
      • EnableSyntaxHilightingOnHiliteMarkers
      • IsSyntaxHilightingOnHiliteMarkers.
      Please take a look at EditorMarkers sample application to see this new feature in action.
    2. CBCGPEditCtrl: new virtual method OnGoToNextMarker allows to customize markers navigation behavior.
  8. Miscellaneous
    1. A new class CBCGPTextGaugeCtrl provides an easy way to add text gauge (CBCGPTextGaugeImpl) to the dialog or form view.
    2. All calls to lstrcpy were replaced with StringCchCopy (for Visual C++ 2008 or later).
    3. CBCGPTagCloud: implemented visual manager support. New methods SetVisualManagerTheme and IsVisualManagerTheme were added to this class.
    4. CBCGPPlannerManagerCtrl: implemented vertical scrolling during appointment dragging and time range selection. New methods EnableDragScroll and IsDragScrollEnabled were added to this class.
  9. Examples and Samples
    1. BCGPChartExample: added demonstration of new stock chart features (SST_BAR_HLC series type and "Heikin-Ashi Candlesticks").
    2. BCGPCalendarDemo: added week number type demonstration.
    3. BCGPGanttDemo: demonstrates usage of new date/time list (see screenshot).
    4. BCGPGridExample: demonstrates usage of new date/time list (see screenshot).
    5. EditorMarkers: added demonstration of syntax highlighting inside colored areas (see screenshot).
    6. PropSheetDemo: demonstrates new "Page Swipe Gesture" feature.
    7. Added new example BCGPControls (see screenshot). This example was unified with many samples and it demonstrates functionality of most library controls. The following samples are not included in the product installation anymore:
      • BreadcrumbDemo
      • CalculatorDemo
      • DateTimeCtrl
      • EditBoxDemo
      • GroupBoxDemo
      • InfoBoxDemo
      • ListBoxDemo
      • TreeCtrlDemo
  10. Fixes
    1. CBCGPBreadcrumb: keyboard focus is returning back to breadcrumb control when user clicks Esc in the place-editing mode.
    2. CBCGPCalculator: addressed issue with drawing icons in right-to-left mode.
    3. CBCGPComboBox: addressed issue with incorrect drawing of drop-down list when combo box doesn't have items (is empty).
    4. CBCGPTreeCtrlEx: addressed issue with a row height calculation when control has large-size icons.
    5. CBCGPDialog: the dialog is correctly processing SC_CONTEXTHELP system command now.
    6. CBCGPEditCtrl: addressed issue with using italic fonts.
    7. CBCGPGanttControl: addressed some issues with insertion of the new Gantt items.
    8. CBCGPEditCtrl: addressed some issues with displayed colored areas.
    9. CBCGPGridCtrl: addressed issue with non-contrast alternate colors in some visual themes.