Tooltip Bug for auto created menus |
Post Reply |
Author | |
youka
Groupie Joined: 20 March 2006 Status: Offline Points: 20 |
Post Options
Thanks(0)
Posted: 28 May 2007 at 5:01am |
Hi, i just learned from this forum that the native vb menu will be auto translated into commandbar if you put a commandbar control on the form.
i tested it but found some problems, the tooltip for those auto created menuitem seems very misleading... such as "Xtreme command bars control...". I don;t know why these tooltip text set for auto created menu items.
My Version: suite pro 11.1, licensed last month.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
please set tooltip manually in Form_Load event:
CommandBars1.ActiveMenuBar.Controls(3).ToolTipText = "!!!"
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |