RibbonFramework icon indicating copy to clipboard operation
RibbonFramework copied to clipboard

Delphi wrapper and standalone Designer for the Windows Ribbon Framework

Results 9 RibbonFramework issues
Sort by recently updated
recently updated
newest added

I have downloaded this package from GetIt in C++ Builder 10.1 Berlin. But I don't have enough example to understand how to use it.

pull request welcome
C++ Builder

In the attached file AAASelectRibbon.h there are two entries at the end: #define InternalCmd2_LabelTitle_RESID 60132 #define InternalCmd4_LabelTitle_RESID 60133 As a result, the resource ID of the previous "valid" element IdStrGrpInstallX...

pull request welcome

This improvements needs up to date JCL and JVCL Librairies. The code is compiled with Delphi Sydney (10.4.2) and used Inline var. For older versions you need to declare classical...

ApplicationModes for Button, SplitButton, DropDownButton, SplitButtonGallery, DropDownGallery are only allowed if parent is a MenuGroup. see [Microsoft Ribbon](https://docs.microsoft.com/en-us/windows/win32/windowsribbon/windowsribbon-element-button)

![untitled](https://user-images.githubusercontent.com/35732517/37915867-642135c2-3112-11e8-8f50-bc28db9e379f.png) I have noticed two different problems with loading styles (either as default or whilst running an app). In the case of the Textpad 06 sample app, if you load...

pull request welcome

The Event Tracing for Windows (ETW) must be used to achieve this. Described here: https://msdn.microsoft.com/en-us/library/windows/desktop/jj662752%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 Seems quite complex though.

pull request welcome

I've switched from Delphi to Lazarus many years ago, and for one specific project, I wanted ribbons. Looks like Lazarus has two popular custom components emulating it, but I didn't...

pull request welcome

When switches to DarkMode, the Quick Access Tool Bar don’t display correctly. It is showed under the application title bar with incorrect color.

repro steps missing

It seems that it does not support right-to-left languages ​​and the order of the menu items is from left to right, while it should be sorted from right to left.