Search code examples
delphiribbondelphi-10.1-berlin

Install TRibbon Delphi Berlin update 2


How to install tribbon manually in delphi Berlin update 2?

PS: TRibbon Donwload link?

Thx.


Solution

  • You can use TurboPack's Ribbon Framework. This library will allow you to implement the type TUIRibbon. There are instructions on how to add a TUIRibbon are on the GitHub page. There is a wiki with more detailed instructions.

    To install it: (instructions from GitHub)

    • Download the library
    • Open the project "Package\UIRibbonPackage.dproj"
    • Right click "UIRibbonPackage" and click "install"
    • "Tools > Options > Environment Options > Delphi Options > Library > Library Path > [...]" Browse to the "Lib" folder of this framework, press "OK", "Add", "OK", "OK"

    Hope that helps.