![]() |
Can ToolTip display more than 15 Lines? |
Post Reply
|
| Author | |
nguyena1
Groupie
Joined: 28 November 2005 Status: Offline Points: 16 |
Post Options
Thanks(0)
Quote Reply
Topic: Can ToolTip display more than 15 Lines?Posted: 31 January 2006 at 10:29am |
|
Hey there, I'm trying to have my tooltip as a popup status indicator for our project and can't get it to display more than 15 lines? The width and heigth are dynamically created correctly, just blank after 15 lines. Any reason why or something to get around this? void COXToolTipCtrlCustom::DisplayToolTip(CPoint& pt, BOOL bExtended /*= FALSE*/) m_bExtended = bExtended; //CString str = GetTooltipText(m_pCurrentToolTip); CXTPPopupItem* pItemText = (CXTPPopupItem*)m_wndPopupControl.AddItem( |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 31 January 2006 at 1:46pm |
|
Hi Obviously, you need to change height of the item CRect(3, 2, 200, 200), -> CRect(3, 2, 200, 300)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
nguyena1
Groupie
Joined: 28 November 2005 Status: Offline Points: 16 |
Post Options
Thanks(0)
Quote Reply
Posted: 31 January 2006 at 3:20pm |
|
Thanks!
|
|
![]() |
|
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 |