![]() |
ToolTips in the StatusBar |
Post Reply
|
| Author | |
miatu
Newbie
Joined: 07 May 2008 Location: Ukraine Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Topic: ToolTips in the StatusBarPosted: 13 May 2008 at 4:24am |
|
Hi, a have a problem with adding tooltips to the CXTPStatusBar control.
CXTPToolTipContext* pToolTipContext; pToolTipContext = m_Status_Bar.GetToolTipContext(); pToolTipContext.SetStyle(xtpToolTipOffice2007); pToolTipContext.ShowTitleAndDescription(); pToolTipContext.ShowImage(TRUE, 0); pToolTipContext.SetMargin(CRect(2, 2, 2, 2)); pToolTipContext.SetMaxTipWidth(180); pToolTipContext.SetDelayTime(TTDT_INITIAL, 900); It doesn't work. Help me, please. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 May 2008 at 8:26am |
|
Hi,
How do you set tooltips for panes ?
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
miatu
Newbie
Joined: 07 May 2008 Location: Ukraine Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 May 2008 at 11:37am |
|
thank you. i have just solved my problem :)
|
|
![]() |
|
miatu
Newbie
Joined: 07 May 2008 Location: Ukraine Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 May 2008 at 9:42am |
|
Hi, i have new problem with statusbar tooltips. when i add buttons to statusbar, tooltips work well, but there are no images in tooltips, only text. help me, please, solve this problem.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2008 at 1:37am |
|
Hi,
What code you have to show images?
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
miatu
Newbie
Joined: 07 May 2008 Location: Ukraine Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2008 at 3:56am |
|
CXTPImageManager* icon_manager = pStatusBar->GetImageManager();
icon_manager->SetIcon(ID_STATUSBAR_NAVIGATION_PREV, ID_STATUSBAR_NAVIGATION_PREV); |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2008 at 4:14am |
|
Hi,
right, sorry, StatusBar doesn't support Tooltip with images.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
miatu
Newbie
Joined: 07 May 2008 Location: Ukraine Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2008 at 6:18am |
|
thank you
|
|
![]() |
|
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 |