Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Tooltip bug
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tooltip bug

 Post Reply Post Reply
Author
Message Reverse Sort Order
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Topic: Tooltip bug
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 April 2006 at 10:19am

Hello,

Can you attach screenshot what you see?

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post 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);

 

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.