Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Markup tooltip problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Markup tooltip problem

 Post Reply Post Reply
Author
Message
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: Markup tooltip problem
    Posted: 27 August 2008 at 5:39am
XTP 12.0.1.
 
wndReport.GetToolTipContext()->SetStyle(xtpToolTipMarkup);
wndReport.GetToolTipContext()->SetDelayTime(TTDT_INITIAL, 900);
 
Then in my records, I set the tooltip:
 
SetToolTip(
"<Border Padding='4' BorderThickness='1' BorderBrush='#767676' Background='#e4ecf7'>" ...
 
And the resulting tooltip gets this ugly border:
 
 
What am I doing wrong?
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: 27 August 2008 at 5:48am
Hi,
its standard border of tooltip.   as workaround:
 
"<Border Margin="-3" Padding='4'...
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 27 August 2008 at 5:58am
Ok. Will you fix this in next release?
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: 27 August 2008 at 8:30am

No. It's designed.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.172 seconds.