Print Page | Close Window

ToolTips Markup Not Showing Formatted Text

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=12333
Printed Date: 28 September 2024 at 11:33am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ToolTips Markup Not Showing Formatted Text
Posted By: scottmcd9999
Subject: ToolTips Markup Not Showing Formatted Text
Date 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



Replies:
Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net