<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Another tooltip issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Another tooltip issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:31:49 +0000</pubDate>
  <lastBuildDate>Sun, 11 Oct 2009 18:37:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=15314</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Another tooltip issue : Hi  Another example of another...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53764&amp;title=another-tooltip-issue#53764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 11 October 2009 at 6:37pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>Another example of another user complaining about the same issue Yellow tooltips <a href="https://forum.codejock.com/forum_posts.asp?TID=14496" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14496</A></DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV>]]>
   </description>
   <pubDate>Sun, 11 Oct 2009 18:37:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53764&amp;title=another-tooltip-issue#53764</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : Hi  This is not functional code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53763&amp;title=another-tooltip-issue#53763</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 11 October 2009 at 6:24pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>This is not functional code I am offering up. It was meant just to show that your tooltips are still yellow! They should not be as I have set the contextstyle to office2007. Had I set 1 million records you don't expect me to set the tooltip value to the caption value of every single item do you? If I have set the tooltip style to office2007 I expect the tooltips to look that way not yellow. And not yellow whether I have set the tooltip my self or not. I just don't know how I may better explain this. I don't want to see any yellow ever when the tooltips are office2007. Its nasty and it detracts from the fantastic control that you sell to us. Please fix this Mark N.T. is long dead!!</DIV>]]>
   </description>
   <pubDate>Sun, 11 Oct 2009 18:24:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53763&amp;title=another-tooltip-issue#53763</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : I tried your testcase - combination...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53758&amp;title=another-tooltip-issue#53758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 11 October 2009 at 8:58am<br /><br />I tried your testcase - combination of your handlers Remove Set... and Add Tooltip TREAT yellow tooltip case - column 2 show blue tooltip after this treatment. <DIV>&nbsp;</DIV><DIV>Byw - your function </DIV><DIV>Private Sub ProgramToolTips(bShow As Boolean)&nbsp;with&nbsp;full loop looks strange and STATIC (if user will change value - you will show OLD ONE in tooltip)!&nbsp;- </DIV><DIV>&nbsp;</DIV><DIV>better use proper one where control will ask data when it will need it</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CommandBars1_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<BR>Dim RowID As ReportRow<BR>Select Case Control.Id<BR>Case ID_NOTOOLTIP<BR>bTooltipsShow = False</DIV><DIV>Case ID_ADDTOOLTIP<BR>bTooltipsShow = True<BR>........&nbsp;better use checkbox instead!</DIV><DIV>&nbsp;</DIV><DIV>Private Sub ReportControl1_GetToolTipInfo(ByVal toolTipInfo As XtremeReportControl.IReportToolTipInfo)</DIV><DIV>If bTooltipsShow Then<BR>&nbsp;&nbsp;&nbsp; toolTipInfo.Text = toolTipInfo.Item.Caption<BR>Else<BR>&nbsp;&nbsp;&nbsp; toolTipInfo.Text = " "&nbsp; ' NOT "" but " "!</DIV><DIV>End If</DIV><DIV>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Sun, 11 Oct 2009 08:58:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53758&amp;title=another-tooltip-issue#53758</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : Have tested control. All looks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53757&amp;title=another-tooltip-issue#53757</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 11 October 2009 at 8:25am<br /><br />Have tested control. All looks good except from columns which are not wide enough to display text. The tooltips are still yellow.<DIV>&nbsp;</DIV><DIV>Best regards</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/20091011_082439_cj_support.zip" target="_blank">uploads/20091011_082439_cj_support.zip</A></DIV>]]>
   </description>
   <pubDate>Sun, 11 Oct 2009 08:25:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53757&amp;title=another-tooltip-issue#53757</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : I like you test today&amp;#039;s version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53742&amp;title=another-tooltip-issue#53742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 09 October 2009 at 1:32pm<br /><br />I like you test today's version of ocx - <a href="https://forum.codejock.com/uploads/BetaOCX/ReportC&#111;ntrolBeta13-2.rar" target="_blank">https://forum.codejock.com/uploads/BetaOCX/ReportControlBeta13-2.rar <DIV></A>&nbsp;</DIV><DIV>please use this flags for</DIV><DIV>&nbsp;</DIV><DIV>ReportControl.PaintManager.ForceShowTooltip = True&nbsp;&nbsp;&nbsp; - show tooltip without checking column / item width; &#091;default - False&#093;<BR>ReportControl.PaintManager.CleanTooltip&nbsp;= True&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - clean tooltip from markup command; &#091;default - False&#093;<BR></DIV><DIV>We&nbsp;need a testcase where you markup used in column headers and in record items and we want to show cleaned tooltip</DIV>]]>
   </description>
   <pubDate>Fri, 09 Oct 2009 13:32:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53742&amp;title=another-tooltip-issue#53742</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : Hi  Maybe you&amp;#039;re right...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53741&amp;title=another-tooltip-issue#53741</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 09 October 2009 at 12:50pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>Maybe you're right and I misunderstood but then again I might have used this as a excuse to raise old issues as you appeared to be receptive to a few suggestions. <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I understand now that you were referring to the RC. What about the default tooltips in RC&nbsp;though that is really annoying See <a href="http://forum.codejock.com/forum_posts.asp?TID=14486&amp;KW=tooltip&amp;PID=49812#49812" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=14486&amp;KW=tooltip&amp;PID=49812#49812</A></DIV><DIV><a href="http://forum.codejock.com/forum_posts.asp?TID=14625&amp;KW=tooltip" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=14625&amp;KW=tooltip</A></DIV><DIV>&nbsp;</DIV><DIV>and do you think that you could employ the other suggestions for other code in 13.3 ?? </DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV>]]>
   </description>
   <pubDate>Fri, 09 Oct 2009 12:50:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53741&amp;title=another-tooltip-issue#53741</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : You take my request too wide I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53740&amp;title=another-tooltip-issue#53740</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 09 October 2009 at 12:10pm<br /><br />You take my request too wide I guess - I mean: analyze the cases - tooltip of column header, tooltip of item and so on - only for report control. <DIV>I also like the idea to use&nbsp;approach to clean markup before show tooltip - same as I did for group rows. This is easy modification - we can also add some flag to use or not such approach</DIV>]]>
   </description>
   <pubDate>Fri, 09 Oct 2009 12:10:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53740&amp;title=another-tooltip-issue#53740</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : Hi Mark,  I suspect this will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53739&amp;title=another-tooltip-issue#53739</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 09 October 2009 at 12:07pm<br /><br />Hi Mark,<DIV>&nbsp;</DIV><DIV>I suspect this will be too much for 13.2???</DIV><DIV>&nbsp;</DIV><DIV>I have&nbsp;submitted some posts about tooltips which generally don't allow us to apply tooltips as we should like across the range of your controls. </DIV><DIV>&nbsp;</DIV><DIV>Please see these : </DIV><DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/forum_posts.asp?TID=15326&amp;KW=tooltip&amp;PID=53728#53728" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=15326&amp;KW=tooltip&amp;PID=53728#53728</A></DIV><DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/forum_posts.asp?TID=14910&amp;KW=tooltip" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14910&amp;KW=tooltip</A></DIV><DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/forum_posts.asp?TID=14625&amp;KW=tooltip" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14625&amp;KW=tooltip</A></DIV><DIV>&nbsp;</DIV><DIV><a href="https://forum.codejock.com/forum_posts.asp?TID=14486&amp;KW=tooltip" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=14486&amp;KW=tooltip</A></DIV><DIV>&nbsp;</DIV><DIV>___________________________________________________________________________________________________________</DIV><DIV>&nbsp;</DIV><DIV>When the ReportControl is drawn with contextstyle set to office2007 the controls default tooltip does not honour that setting. If you set the tooltip.text for yourself it does but lets say the columns are too narrow to display the item.caption and you have not set&nbsp;tooltip text its&nbsp;shown with&nbsp;the default NT style. That's not very nice when shown against other tooltips styles on the same form.</DIV><DIV>&nbsp;</DIV><DIV>I would really like to be able to&nbsp;set tooltip styles globally across all XtremeSuiteControls. But also the individual controls.</DIV><DIV>&nbsp;</DIV><DIV>It might be also a good idea to&nbsp;add a property to allow&nbsp;rendering markup inside the tooltips that you have just fixed for me to combine Office2007 + Markup and to have this render properly to avoid stopping others from having Markup in their tool tips if required. Not sure what you think to that given the work you did this week for me. This might overcome the need to have markup in items and office2007 tooltips elsewhere. What do you think ? </DIV><DIV>______________________________________________________________________________________________________________________</DIV><DIV>In the workspacetabs of the commandbars we are supposed to be able to use markup. It doesn't appear to work. This is a real shame because I use the Designer utility to create all my icons. The user clicks a command button and an MDIForm opens. I want that tab to use the icon of the commandbar button that launched it. I have to resort to shipping duplicate amounts of bytes to achive this by shipping the original icon and using the Seticon api. If we are able to set the markup of an image into the tab then we could pass a variable into the form to tell it which icon to use.</DIV><DIV><DIV>______________________________________________________________________________________________________________________</DIV><DIV>&nbsp;</DIV><DIV>Some of us users have suggested that we could do with an XAML stripper to get back the real text from markup. Could this be built in to a global function? Others on the Forum have pointed out that sorting also becomes an issue when markup exists in various lists. So sorting lists based on the actual text is important rather than the markup value.</DIV><DIV>&nbsp;</DIV><DIV>Does that help in anyway?</DIV><DIV>&nbsp;</DIV></DIV><DIV>&nbsp;</DIV><DIV>Best regards</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 09 Oct 2009 12:07:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53739&amp;title=another-tooltip-issue#53739</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : I like to know is any other tooltip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53738&amp;title=another-tooltip-issue#53738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 09 October 2009 at 11:22am<br /><br />I like to know is any other tooltip + markup related problems before we will release 13.2 - please share your experience]]>
   </description>
   <pubDate>Fri, 09 Oct 2009 11:22:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53738&amp;title=another-tooltip-issue#53738</guid>
  </item> 
  <item>
   <title><![CDATA[Another tooltip issue : Great.  Issue closed.    ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53721&amp;title=another-tooltip-issue#53721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 15314<br /><strong>Posted:</strong> 08 October 2009 at 12:57pm<br /><br />Great.<DIV>&nbsp;</DIV><DIV>Issue closed. </DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley12.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 08 Oct 2009 12:57:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15314&amp;PID=53721&amp;title=another-tooltip-issue#53721</guid>
  </item> 
 </channel>
</rss>