<?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 : GetString(ID_IDLE_TEXT)</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : GetString(ID_IDLE_TEXT)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 05:11:13 +0000</pubDate>
  <lastBuildDate>Thu, 17 Aug 2006 09:20:07 +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=4819</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[GetString(ID_IDLE_TEXT) : Hi Oleg,  YES.. that&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15006&amp;title=getstringid-idle-text#15006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 4819<br /><strong>Posted:</strong> 17 August 2006 at 9:20am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>YES.. that's it .. it works <img src="https://forum.codejock.com/smileys/smiley32.gif" border="0">.&nbsp; You are my hero. <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Thx very much</DIV><DIV>Detlev</DIV>]]>
   </description>
   <pubDate>Thu, 17 Aug 2006 09:20:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15006&amp;title=getstringid-idle-text#15006</guid>
  </item> 
  <item>
   <title><![CDATA[GetString(ID_IDLE_TEXT) : Hello,  In code you attached...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15003&amp;title=getstringid-idle-text#15003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4819<br /><strong>Posted:</strong> 17 August 2006 at 8:36am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>In code you attached you set only caption but not description text.</DIV><DIV>&nbsp;</DIV><DIV>Instead </DIV><DIV>&nbsp;</DIV><DIV>Control.CommandBar.Controls.Add xtpControlButton, ID_DIENSTE_COMPRESS, GetString(ID_DIENSTE_COMPRESS)<BR></DIV><DIV>call</DIV><DIV>&nbsp;</DIV><DIV>AddControl Control.CommandBar.Controls, xtpControlButton, ID_DIENSTE_COMPRESS</DIV>]]>
   </description>
   <pubDate>Thu, 17 Aug 2006 08:36:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15003&amp;title=getstringid-idle-text#15003</guid>
  </item> 
  <item>
   <title><![CDATA[GetString(ID_IDLE_TEXT) : Hello,  I asked it before ...   &amp;gt;&amp;gt;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15001&amp;title=getstringid-idle-text#15001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 4819<br /><strong>Posted:</strong> 17 August 2006 at 8:27am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I asked it before ...</DIV><DIV><DIV>&nbsp;</DIV><DIV><strong>&gt;&gt; why isn't&nbsp;it possible to get the&nbsp;statusbar text for a Submenu ?</strong></DIV><DIV>&nbsp;</DIV><DIV>I have in my project 3 or 4 Submenus and in no one the statusbartext is shown when the mousecursor is on one of the submenuitems.</DIV><DIV>&nbsp;</DIV><DIV>yes ID_DIENSTE is the ID for the beginning of&nbsp;the SubMenu&nbsp;like so.. </DIV><DIV>&nbsp;</DIV><DIV>ID_OPTIONS&nbsp;&nbsp;&nbsp; ' MenuTitle ID</DIV><DIV>ID_OPTIONS_DATETIME</DIV><DIV>ID_DIENSTE</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |-&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ID_DIENSTE_COMPRESS&nbsp; 'here is NO statusbar&nbsp;ID_IDLE_TEXT<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|-&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_DIENSTE_REPAIR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '&nbsp;&nbsp;and not here</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |-&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_DIENSTE_BACKUP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '&nbsp; and not here</DIV><DIV>ID_OPTIONS_SOUND</DIV><DIV>....</DIV><DIV>....</DIV><DIV>&nbsp;</DIV><DIV>The RC-File is correct compiled as a DLL. Sample please see my last posting. In all other menu's&nbsp;statusbar&nbsp;ID_IDLE_TEXT works correctly and only&nbsp;in&nbsp;all submenu's it works not correct, why&nbsp;?<BR></DIV><DIV>I hope you unterstand that problem.</DIV><DIV>&nbsp;</DIV><DIV>thx Detlev</DIV></DIV>]]>
   </description>
   <pubDate>Thu, 17 Aug 2006 08:27:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15001&amp;title=getstringid-idle-text#15001</guid>
  </item> 
  <item>
   <title><![CDATA[GetString(ID_IDLE_TEXT) : Hello, In Sample I added in A...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15000&amp;title=getstringid-idle-text#15000</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4819<br /><strong>Posted:</strong> 17 August 2006 at 7:56am<br /><br /><DIV>Hello,</DIV><DIV>In Sample I added in AddControl</DIV><DIV>&nbsp;</DIV><DIV>Control.DescriptionText = "Some text"</DIV><DIV>and see description for all controls... So obviously something with your descriptions in rc file.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>In your sample ID_DIENSTE seems it is submenu.... So where is problem?</DIV>]]>
   </description>
   <pubDate>Thu, 17 Aug 2006 07:56:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=15000&amp;title=getstringid-idle-text#15000</guid>
  </item> 
  <item>
   <title><![CDATA[GetString(ID_IDLE_TEXT) : Hello,  why isn&amp;#039;tit possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=14992&amp;title=getstringid-idle-text#14992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2251">Detlev Schubert</a><br /><strong>Subject:</strong> 4819<br /><strong>Posted:</strong> 17 August 2006 at 7:18am<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>why isn't&nbsp;it possible to get the&nbsp;&nbsp;statusbar text for a Submenu ?</DIV><DIV>(see your example Multilanguage)</DIV><DIV>&nbsp;</DIV><DIV><font face="Courier New, Courier, mono">Private Sub Form_Load()</DIV><DIV>&nbsp;&nbsp; CommandBarsGlobalSettings.App = App</DIV><DIV>&nbsp;&nbsp; ResetCommandBars</DIV><DIV>&nbsp;&nbsp; ' ... Code</DIV><DIV>&nbsp;&nbsp; ' ...&nbsp; Code</DIV><DIV>&nbsp;&nbsp; StatusBar.IdleText = GetString(ID_IDLE_TEXT)</DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>Sub ResetCommandBars()</DIV><DIV>&nbsp;&nbsp; Set ControlEdit = AddControl(CommandBars.ActiveMenuBar.Controls, xtpControlPopup, ID_EDIT)<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp; With ControlEdit.CommandBar<BR>&nbsp; &nbsp;&nbsp;&nbsp; AddControl .Controls, xtpControlButton, ID_EDIT_EDIT<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddControl .Controls, xtpControlButton, ID_EDIT_SEARCH<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = .Controls.Add(xtpControlPopup, ID_DIENSTE, GetString(ID_DIENSTE))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control.CommandBar.Controls.Add xtpControlButton, ID_DIENSTE_COMPRESS, GetString(ID_DIENSTE_COMPRESS)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control.CommandBar.Controls.Add xtpControlButton, ID_DIENSTE_REPAIR, GetString(ID_DIENSTE_REPAIR)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control.CommandBar.Controls.Add xtpControlButton, ID_DIENSTE_BACKUP, GetString(ID_DIENSTE_BACKUP)<BR>&nbsp;&nbsp;&nbsp;End With</font></DIV><DIV>&nbsp;</DIV><DIV>And please show me the right way to create a submenu, All your examples are not complete, because there ist not shown how to make a correct submenu. and the helpfile contents only funktions without any examples. <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>thx Detlev</DIV><DIV>&nbsp;</DIV><DIV>PS: Example&nbsp;Code of the .rc-file</DIV><DIV>&nbsp;</DIV><DIV>STRINGTABLE DISCARDABLE <BR>BEGIN</DIV><DIV>&nbsp;&nbsp; ID_DIENSTE_REPAIR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Datenbank &amp;reparieren...\nDatenbank reparieren\nDienste\nFragendatenbank reparieren"</DIV><DIV>END</DIV>]]>
   </description>
   <pubDate>Thu, 17 Aug 2006 07:18:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4819&amp;PID=14992&amp;title=getstringid-idle-text#14992</guid>
  </item> 
 </channel>
</rss>