16
votes
3answers
5k views

Creating Ribbon Styled Applications

Using the standard Delphi TRibbon components I noticed they are not that brilliant. Firstly they dont look as nice as the Microsoft ones, for example the glow effects and colors in the TRibbon dont ...
8
votes
3answers
4k views

Windows Ribbon Framework: How to change font face and size?

How do you change the font face and font size used by the Windows Ribbon Framwork's UIRibbon? The font used by the ribbon does not match the font the user has chosen as their Windows preferences - ...
6
votes
1answer
479 views

Delphi XE - TRibbon actions always send focus to MainForm

When I place a TRibbon control on a form that is not the MainForm of the application, that TRibbon's actions (i.e. Cut, Paste) will always return focus to the MainForm after the action is executed. ...
4
votes
2answers
5k views

Delphi 2009 Ribbon Controls - Glass Frame

I've been starting to use the new inbuilt Ribbon controls in Delphi 2009 and use the custom frame so the Application button and Mini-toolbar slide up onto the Window Frame, but I'm wondering if on ...
1
vote
1answer
1k views

How To Read and Write Delphi 2010 RibbonApplicationMenuBar Recent Items To A File

How do you read and write RibbonApplicationMenuBar recent items to a file or an INI file? The help file is not very helpful for getting at the list of recent item strings to save and reload the ...