Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - ToolTips Markup Not Showing Formatted Text
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ToolTips Markup Not Showing Formatted Text

 Post Reply Post Reply
Author
Message
scottmcd9999 View Drop Down
Newbie
Newbie


Joined: 30 November 2006
Location: United States
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote scottmcd9999 Quote  Post ReplyReply Direct Link To This Post Topic: ToolTips Markup Not Showing Formatted Text
    Posted: 04 October 2008 at 11:37am
I'm trying to add ToolTips to my controls using xtpToolTipMarkup but am not able to see the formatted text. I built a new project, added a single Form, and added a Report control to that form. I added this code in the Load event of the form:

With Me.ReportControl1
  .ToolTipContext.Style = xtpToolTipMarkup
  .ToolTipText = "<TextBlock>Hi</TextBlock>"
End With

When I run the project I see the actual Text, including the <TextBlock> tags. I've also tried this with a TabControl with the same result.

Is there some other setting I should be using? I save the Enablemarkup property of these controls, set that to True but still no change.
SuitePro 2008 version 12.0.1, VB 6.0 SP6
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: 06 October 2008 at 1:18am
Hi,
ToolTipText  is property of VisualBasic - not our. Set Toltipip text for individual items.
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.156 seconds.