4

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 Vista it should use the glass effect like Office 2007 does, and if so how I would enable this setting.

Thanks for any help.

onnodb
  • 5,241
  • 1
  • 32
  • 41

2 Answers2

7

Unfortunately it doesn't appear that that CodeGear implementation of the Ribbon control is compatible with the glass frame. Something about the way it draws disables it.

Jim McKeeth
  • 38,225
  • 23
  • 120
  • 194
0

You can try this http://www.bilsen.com/windowsribbon/index.shtml

It interfaces the Native Ribbon Framework and works beautifully.

Eder Gusatto
  • 536
  • 7
  • 17