Using AdvGlowButton and ShortCutHint

I am using C++Builder 2009 and the AdvGlowButton
V2.0.1.3 on the AdvPage.With AdvToolBarPager V5.1.0.2

.
The property AdvToolBarPager->Win7ScenicRibon = true
.
The ShortCutHint should display when I hit the ATL key on any Ribbon toolsbar. Correct?
.
When I hit the ATL key nothing happens so I am missing some piece of information. Do I need to use one of the TMS Custom Hint components to make the ShortCutHint values display? Maybe there is a Show/Hide property for the ShortCutHint? Any Advice would be helpful.

For the shortcut hints, I'd recommend to have a look at both Office 2007 or more recent or our ribbon demo apps. The shortcut hints appear in a particular order, always first on ribbon tabs, then on buttons in toolbars in the selected tab. There are no additional hint components necessary as you can see in our demos.