



New gauges CBCGPNumericDateTimeIndicatorImpl and CBCGPDigitalClock implement a digital date/time indicator and digital clock (see screenshot). CBCGPNumericIndicatorImpl (see screenshot)ĬBCGPNumericIndicatorImpl: added digit type:īCGP_NUMERIC_DIGIT_SEGMENTS_7 (see screenshot)īCGP_NUMERIC_DIGIT_SEGMENTS_7_DOTS (see screenshot)īCGP_NUMERIC_DIGIT_SEGMENTS_16 (see screenshot)Ĭall new method SetDigitType to specify this type and GetDigitType to obtain it.You can specify the rounded shapes in the following gauge types: SetCornerRadius and GetCornerRadius methods were added to this class. A new virtual method OnGetClockTime allows to specify a custom time.ĬBCGPGaugeImpl: implemented rounded corners support for several gauges.Please take a look at BCGPGaugesDemo example (Analog Clock view) to see this new feature in action. When this parameter is TRUE and seconds needle is enabled, the needle is smoothly moved between the seconds tick marks. The recent QAT state is automatically saved in the application settings and will be restored on the next application run.ĬBCGPPopupMenu::HideRarelyUsedCommands method is a virtual now.ĬBCGPKeyboardPage (keyboard shortcuts customization page): added tooltips for the wide (partially visible) command names (see screenshot).ĬBCGPAnalogClock has the following additions and improvements:ĮnableSecondHand method has a new, optional parameter bSmoothMovement. You can specify which QAT customization features are available for the user (in the QAT editing menu): call new method CBCGPRibbonBar::SetQuickAccessToolbarEditFlags with combination of the following flags: BCGPRIBBONBAR_QAT_HIDE_ALLOWED, BCGPRIBBONBAR_QAT_SHOW_LABELS_ALLOWED and BCGPRIBBONBAR_QAT_CHANGE_LOCATION_ALLOWED. You can display the QAT Ribbon controls with text labels (see screenshot): call new method CBCGPRibbonBar::SetQuickAccessToolbarLabels to show/hide these labels. The QAT can be hidden now: call new method CBCGPRibbonBar::SetQuickAccessToolbarVisible to toggle QAT visibility. The following new features were added in this version: When this parameter is TRUE, the menu is not converted to sub-items list.Įxtended Ribbon Quick Access Toolbar (QAT) appearance customization (see screenshot). Revised mechanism of saving/restoring custom groups.ĬBCGPRibbonButton::SetMenu has a new, optional parameter "bKeepMenuHandle" (FALSE by default).Added ability to move custom control between custom groups and move custom groups between custom tabs.
