Skip to content

V2.1

Choose a tag to compare

@joachimmarder joachimmarder released this 17 Dec 12:38
· 217 commits to master since this release
  • All sample projects are now adapted for V2 and use the TUIRibbon designtime component
  • Improved performance of PowerShell script that compiles the ribbon XML files.
  • Added new standard VCL action for collection/list ribbon commands that provides access to the corresponding TUICommandCollection instance.
  • Added new standard VCL action TRibbonFontAction for mapping TUICommandColorAnchor to an action.
  • Added TUICommand.OnUpdateImage event
  • Added TUICommand.OnUpdateHint propery to allow custom hint processing
  • New TUIRibbon.Options property: Introduced roAutoPreserveState option (on by default). When set, SaveRibbonSettings and LoadRibbonSettings are automatically called.
  • TUIRibbon.DoCommandCreated() no longer raises an exception if an action for a command could not be found.
  • Improved TUICommand.Assign() to not overwrite existing values with empty strings from action.
  • The Ribbon Desinger now has a button to generate an unused ID
  • The Ribbon Desinger now has a button to download Windows SDK which includes the necessary UICC.EXE
  • Added packages for Delphi and C++Builder 10 Seattle with the 230 suffix.