<?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 : Missing DeleteHiddenCommand</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Missing DeleteHiddenCommand]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 14:51:20 +0000</pubDate>
  <lastBuildDate>Tue, 16 Dec 2008 02:03:59 +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=12918</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[Missing DeleteHiddenCommand : Hi, Send email to support. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43701&amp;title=missing-deletehiddencommand#43701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12918<br /><strong>Posted:</strong> 16 December 2008 at 2:03am<br /><br />Hi,<DIV>Send email to support.</DIV>]]>
   </description>
   <pubDate>Tue, 16 Dec 2008 02:03:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43701&amp;title=missing-deletehiddencommand#43701</guid>
  </item> 
  <item>
   <title><![CDATA[Missing DeleteHiddenCommand : Thanks for adding the new method.  Would...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43670&amp;title=missing-deletehiddencommand#43670</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 12918<br /><strong>Posted:</strong> 15 December 2008 at 3:54am<br /><br />Thanks for adding the new method.<DIV>&nbsp;</DIV><DIV>Would it be&nbsp;possible to download the changed OCX?</DIV><DIV>&nbsp;</DIV><DIV>Thanks again!</DIV>]]>
   </description>
   <pubDate>Mon, 15 Dec 2008 03:54:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43670&amp;title=missing-deletehiddencommand#43670</guid>
  </item> 
  <item>
   <title><![CDATA[Missing DeleteHiddenCommand : Hi,  Thanks, RemoveHiddenCommands...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43662&amp;title=missing-deletehiddencommand#43662</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12918<br /><strong>Posted:</strong> 15 December 2008 at 1:29am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks, RemoveHiddenCommands added.</DIV>]]>
   </description>
   <pubDate>Mon, 15 Dec 2008 01:29:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43662&amp;title=missing-deletehiddencommand#43662</guid>
  </item> 
  <item>
   <title><![CDATA[Missing DeleteHiddenCommand : Hi  I can set a command in a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43651&amp;title=missing-deletehiddencommand#43651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 12918<br /><strong>Posted:</strong> 14 December 2008 at 6:48am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I can set a command in a commandbar&nbsp;as hidden with the method .AddHiddenCommand &lt;ID&gt;. But I miss .DeleteHiddenCommand &lt;ID&gt; and .DeleteAllHiddenCommands!</DIV><DIV>&nbsp;</DIV><DIV>I need this because I create a dynamic pop up menu with some hidden command buttons. Each time I create this, the previously added hidden IDs are still there.&nbsp; Here a simplified sample:</DIV><DIV>&nbsp;</DIV><DIV>Sub ShowPopup(ByVal Hidden As Integer)</DIV><DIV>&nbsp; Set POPUP=ffMain.CommandBars.Add("POPUP",xtpBarPopup")</DIV><DIV>&nbsp; For i=0 to 5</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Control=POPUP.Controls.Add(xtpControlButton,i,CStr(i))</DIV><DIV>&nbsp;&nbsp;&nbsp; if i=Hidden Then ffMain.CommandBars.Options.AddHiddenCommand i</DIV><DIV>&nbsp; Next i</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; POPUP.ShowPopup</DIV><DIV>&nbsp; POPUP.Controls.DeleteAll</DIV><DIV>&nbsp; Set POPUP=Nothing</DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>If I call this Sub more than once with different arguments 'Hidden' the hidden commands accumulate but I need to hide only this one.</DIV><DIV>&nbsp;</DIV><DIV>BETTER: The added hidden command should be removed if the control was removed (.Controls.DeleteAll).</DIV><DIV>&nbsp;</DIV><DIV>Thanks for looking at this</DIV><DIV>&nbsp; </DIV>]]>
   </description>
   <pubDate>Sun, 14 Dec 2008 06:48:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12918&amp;PID=43651&amp;title=missing-deletehiddencommand#43651</guid>
  </item> 
 </channel>
</rss>