<?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 : Enable-Disable Menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Enable-Disable Menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 08:02:13 +0000</pubDate>
  <lastBuildDate>Tue, 08 Jul 2008 08:22: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=8078</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[Enable-Disable Menu : How do you assign ids? Random...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37962&amp;title=enabledisable-menu#37962</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 08 July 2008 at 8:22am<br /><br />How do you assign ids? Random numbers?<br><br>As long as you have a starting point and a max, use the range functions.<br><br><br>]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 08:22:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37962&amp;title=enabledisable-menu#37962</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : thanx a lot.... but this is the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37944&amp;title=enabledisable-menu#37944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4284">Pariksh*t</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 08 July 2008 at 6:38am<br /><br />thanx a lot....<DIV>but this is the problem with me at compile time we have no idea about no of ids to be generated......otherwise this idea will work for sure my friend</DIV><DIV>do reply</DIV><DIV>bye</DIV>]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 06:38:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37944&amp;title=enabledisable-menu#37944</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : Pariksh*t, update-handlers rocks....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37938&amp;title=enabledisable-menu#37938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 08 July 2008 at 6:32am<br /><br />Pariksh*t, update-handlers rocks. If you mean dynamic menus as in "I don't know how many items I will add here", then you need a command-range and an UPDATE_UI_COMMAND_RANGE-handler. A common sample is to add all IE-favorites to a menu. The trick is to say "there will be at most 1000 items":<DIV>&nbsp;</DIV><DIV>#define ID_FIRST_ITEM 20000</DIV><DIV>#define ID_LAST_ITEM (ID_FIRST_ITEM + 999)</DIV><DIV>&nbsp;</DIV><DIV>UPDATE_UI_COMMAND_RANGE(ID_FIRST_ITEM, ID_LAST_ITEM, OnItem)</DIV><DIV>&nbsp;</DIV><DIV>... not sure if this is what you were asking. But at least I got the opportunity to code a bit :)</DIV>]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 06:32:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37938&amp;title=enabledisable-menu#37938</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : oleg what about dynamic menus? how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37928&amp;title=enabledisable-menu#37928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4284">Pariksh*t</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 08 July 2008 at 2:59am<br /><br /><P>oleg what about dynamic menus?</P><P>how will you handle event handling of that?<img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 02:59:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=37928&amp;title=enabledisable-menu#37928</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : Almost all. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=29589&amp;title=enabledisable-menu#29589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 19 December 2007 at 10:57am<br /><br />Almost all.]]>
   </description>
   <pubDate>Wed, 19 Dec 2007 10:57:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=29589&amp;title=enabledisable-menu#29589</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : Hi,  Which example show Update...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=29561&amp;title=enabledisable-menu#29561</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3398">jjqin</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 18 December 2007 at 5:46pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Which example show Update handlers trick?</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV><DIV>-JianJing</DIV>]]>
   </description>
   <pubDate>Tue, 18 Dec 2007 17:46:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=29561&amp;title=enabledisable-menu#29561</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : Thanks alot jimmy / Oleg :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26622&amp;title=enabledisable-menu#26622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2903">KumarCJ</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 29 September 2007 at 12:58am<br /><br />Thanks alot jimmy / Oleg :)]]>
   </description>
   <pubDate>Sat, 29 Sep 2007 00:58:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26622&amp;title=enabledisable-menu#26622</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : Hello,  FindControl and all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26230&amp;title=enabledisable-menu#26230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 21 September 2007 at 1:06am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>FindControl and all these loops are very bad designed solutions. User can remove control, can copy to another toolbar, can move it etc. FindControl can failed or don't update copied controls.</DIV><DIV>&nbsp;</DIV><DIV>Use Actions or Update handlers.</DIV>]]>
   </description>
   <pubDate>Fri, 21 Sep 2007 01:06:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26230&amp;title=enabledisable-menu#26230</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : Hi, Use FindControl instead of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26175&amp;title=enabledisable-menu#26175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 20 September 2007 at 3:55am<br /><br />Hi, <br><br>Use FindControl instead of your own 'for loop'.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Thu, 20 Sep 2007 03:55:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26175&amp;title=enabledisable-menu#26175</guid>
  </item> 
  <item>
   <title><![CDATA[Enable-Disable Menu : Hello, Why you so don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26152&amp;title=enabledisable-menu#26152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8078<br /><strong>Posted:</strong> 19 September 2007 at 1:53pm<br /><br /><P>Hello,</P><DIV>Why you so don't like update handlers??? Please check how our sample Enable/Disable commands.</DIV><DIV>&nbsp;</DIV><DIV>Don't use this loops, use Update handlers.</DIV>]]>
   </description>
   <pubDate>Wed, 19 Sep 2007 13:53:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8078&amp;PID=26152&amp;title=enabledisable-menu#26152</guid>
  </item> 
 </channel>
</rss>