<?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 : Solved: Unexpected Tooltips</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Solved: Unexpected Tooltips]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 19:55:11 +0000</pubDate>
  <lastBuildDate>Thu, 10 Jul 2008 12:45:02 +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=11378</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[Solved: Unexpected Tooltips : oh. ok then :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38154&amp;title=solved-unexpected-tooltips#38154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11378<br /><strong>Posted:</strong> 10 July 2008 at 12:45pm<br /><br />oh. ok then :)]]>
   </description>
   <pubDate>Thu, 10 Jul 2008 12:45:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38154&amp;title=solved-unexpected-tooltips#38154</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Unexpected Tooltips : Thats not, what i do.  All controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38136&amp;title=solved-unexpected-tooltips#38136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11378<br /><strong>Posted:</strong> 10 July 2008 at 9:32am<br /><br />Thats not, what i do.<DIV>&nbsp;</DIV><DIV>All controls are defined by designer, except specifics.</DIV><DIV>Actions are activated by designer.</DIV><DIV>&nbsp;</DIV><DIV>After LoadDesignerBars, i have to add some temporary controls, like CustomControls or RecentDocuments or anything else.</DIV><DIV>&nbsp;</DIV><DIV>Your tip with actions are correct, because for all new controls actions are immediatly available.</DIV><DIV>So i can access the action after adding a new control and can set now the tooltiptext.</DIV><DIV>The caption is automaticly taken from the Controls.Add-method.</DIV><DIV>&nbsp;</DIV><DIV>That's work fine for me.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jul 2008 09:32:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38136&amp;title=solved-unexpected-tooltips#38136</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Unexpected Tooltips : ... just note    if you use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38132&amp;title=solved-unexpected-tooltips#38132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11378<br /><strong>Posted:</strong> 10 July 2008 at 9:14am<br /><br />... just note<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>if you use Actions don't set captions of controls when you add them. </DIV><DIV>&nbsp;</DIV><DIV>better first create all actions with captions and tooltips you need and then add controls with empty captions - they will use captions of actions.</DIV><DIV>&nbsp;</DIV><DIV>for example:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.Actions.Add ID_FILE_NEW, "&amp;New", "New", "Create a new document", "File"<BR>CommandBars.Actions.Add ID_FILE_OPEN, "&amp;Open", "Open", "Open an existing document", "File"<BR></DIV><DIV>...</DIV><DIV>ToolBar.Controls.Add(ControlType, ID_FILE_NEW, "")<BR></DIV>]]>
   </description>
   <pubDate>Thu, 10 Jul 2008 09:14:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38132&amp;title=solved-unexpected-tooltips#38132</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Unexpected Tooltips : I already deal with actions (is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38129&amp;title=solved-unexpected-tooltips#38129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11378<br /><strong>Posted:</strong> 10 July 2008 at 9:05am<br /><br />I already deal with actions (is the best way to work with commandbars).<DIV>&nbsp;</DIV><DIV>Now, after i add my controls, i set the action.tooltiptext to "" and it's work as expected.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jul 2008 09:05:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38129&amp;title=solved-unexpected-tooltips#38129</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Unexpected Tooltips : Think previously you didn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38127&amp;title=solved-unexpected-tooltips#38127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11378<br /><strong>Posted:</strong> 10 July 2008 at 8:42am<br /><br /><DIV>Think previously you didn't use Actions but now you use them.</DIV><DIV>&nbsp;</DIV><DIV>If so, you need set "" for Action tooltip also:</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.Actions(ID_FILE_NEW).ToolTipText = ""</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jul 2008 08:42:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38127&amp;title=solved-unexpected-tooltips#38127</guid>
  </item> 
  <item>
   <title><![CDATA[Solved: Unexpected Tooltips : Previous Version 11.2.2;  If...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38119&amp;title=solved-unexpected-tooltips#38119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11378<br /><strong>Posted:</strong> 10 July 2008 at 7:24am<br /><br /><DIV>Previous Version 11.2.2;</DIV><DIV>&nbsp;</DIV><DIV>If i don't need <SPAN ="highlight">tooltip</SPAN>s for <EM>some </EM>controls, i cleared them with:</DIV><DIV>Control.<SPAN ="highlight">Tooltip</SPAN> = ""</DIV><DIV>&nbsp;</DIV><DIV>Now in version 12.0.0, the <SPAN ="highlight">tooltip</SPAN> shows automaticly the caption as <SPAN ="highlight">tooltip</SPAN>.</DIV><DIV>This makes no sense !!</DIV><DIV>I can't set a space to this, because i than get an empty <SPAN ="highlight">tooltip</SPAN>window.</DIV><DIV>&nbsp;</DIV><DIV>If some captions are selveexplaind, i don't need a tooltip.</DIV><DIV>Other controls, like icon-only-controls, i set a tooltip for description.</DIV><DIV>&nbsp;</DIV><DIV>The Options.ToolBarScreenTips=false is not the solution.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jul 2008 07:24:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11378&amp;PID=38119&amp;title=solved-unexpected-tooltips#38119</guid>
  </item> 
 </channel>
</rss>