I have a TAdvToolBar with a TMainMenu attached to it. Right now I think it is set to bsOffice2010Blue, but I'd like to add more robust themeing in the future.
I need to be able to show some menu shortcut text on some menu items, but not by setting the MenuItem's shortcut property. This is typically done using a tab character (#9) between what one wants left-justified, and right-justified. Normally in recent versions of Windows and Delphi the text after the #9 is fully right-justified. When using TAdvToolBar, the text after #9 appears to go into a right "column", but is left-justified within that "column". This is similar to the way the IDE shows the shortcut text, and I believe older versions of Windows like 95 and XP (?).
Is it possible currently with a setting I am missing, or can an enhancement request be created, such that when the #9 character is used in menuitem captions handled by a TAdvToolbar that the text after the #9 gets fully right-justified?
Delphi 10.3, Win 7 x64, TMS VCL 9.0.1
We have adapted & extended the component to also use this right-aligned drawing of shortcuts (after #9 char). Then next update will have this improvement.
Cool. Thx.