Print Page | Close Window

Tooltip bug

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=4016
Printed Date: 25 April 2024 at 11:31am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tooltip bug
Posted By: ABuenger
Subject: Tooltip bug
Date Posted: 17 April 2006 at 10:16am

If an app has a Ribbon and also a CXTPToolBar in a docking pane or MDI child window 2 tooltips are shown for the Ribbon.

If the toolbar is created with the CommandBars Add method everything works correctly:

CXTPToolBar *pToolBar = pCommandBars->Add (_T("Test"));
pToolBar->LoadToolBar (IDR_TEST);

But not if the toolbar is created using CreateToolBar:

m_wndToolBar.CreateToolBar (WS_TABSTOP|WS_VISIBLE|WS_CHILD|CBRS_TOOLTIPS, this);
m_wndToolBar.LoadToolBar (IDR_TEST);

 




Replies:
Posted By: Oleg
Date Posted: 18 April 2006 at 10:19am

Hello,

Can you attach screenshot what you see?



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Oleg
Date Posted: 18 April 2006 at 10:32am

Reproduced :(

It will be fixed in preparing 10.1.1 quick fix release.

Thank you. Good catch.

 



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net