<?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 : commandbar_update</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : commandbar_update]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 19:30:02 +0000</pubDate>
  <lastBuildDate>Fri, 15 Jun 2007 13:48: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=7254</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[commandbar_update : Thanks for pointing that out gshawn....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23711&amp;title=commandbar-update#23711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 7254<br /><strong>Posted:</strong> 15 June 2007 at 1:48pm<br /><br />Thanks for pointing that out gshawn.&nbsp; It does help.]]>
   </description>
   <pubDate>Fri, 15 Jun 2007 13:48:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23711&amp;title=commandbar-update#23711</guid>
  </item> 
  <item>
   <title><![CDATA[commandbar_update : The benefit is that you can have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23693&amp;title=commandbar-update#23693</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=756">gshawn</a><br /><strong>Subject:</strong> 7254<br /><strong>Posted:</strong> 15 June 2007 at 4:31am<br /><br />The benefit is that you can have all of your commandbar status maintenance code in a single method&nbsp;(rather than needing to add code to every single event that an object could fire when its state is modified). <DIV>&nbsp;</DIV><DIV>For example, there is no SelChange event for the textbox control. If you have a "Bold Text" button that you only want to enable when some text is selected, you would need to add code to handle at least&nbsp;the keyboard and mouse events.</DIV><DIV>&nbsp;</DIV><DIV>With what you call the "polling model" however, you only need to add&nbsp;a single&nbsp;line of code to the&nbsp;CommandBar_Update event:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">Item.Enabled = (txtBox.SelLength&nbsp;&gt; 0)</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Hope this helps!</DIV>]]>
   </description>
   <pubDate>Fri, 15 Jun 2007 04:31:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23693&amp;title=commandbar-update#23693</guid>
  </item> 
  <item>
   <title><![CDATA[commandbar_update : Look into the UpdatePeriod property....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23689&amp;title=commandbar-update#23689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=756">gshawn</a><br /><strong>Subject:</strong> 7254<br /><strong>Posted:</strong> 15 June 2007 at 4:02am<br /><br />Look into the UpdatePeriod property.]]>
   </description>
   <pubDate>Fri, 15 Jun 2007 04:02:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23689&amp;title=commandbar-update#23689</guid>
  </item> 
  <item>
   <title><![CDATA[commandbar_update : I would really appreciate an answer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23680&amp;title=commandbar-update#23680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 7254<br /><strong>Posted:</strong> 14 June 2007 at 1:47pm<br /><br />I would really appreciate an answer to this question.<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Maybe I'm missing something here, but it seems like this polling model is a step backwards from the modern event model.</DIV><DIV>&nbsp;</DIV><DIV>What are the benefits?</DIV><DIV>&nbsp;</DIV><DIV>Thanks ~ jp</DIV>]]>
   </description>
   <pubDate>Thu, 14 Jun 2007 13:47:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23680&amp;title=commandbar-update#23680</guid>
  </item> 
  <item>
   <title><![CDATA[commandbar_update : Is there anyway around using commandbar_update?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23293&amp;title=commandbar-update#23293</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 7254<br /><strong>Posted:</strong> 29 May 2007 at 11:25am<br /><br />Is there anyway around using commandbar_update? We are finding that the update event gets fired all the time when the form is opened. we are wondering if there is a way to by pass commandbar_update or to slow it down/less calls.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 29 May 2007 11:25:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7254&amp;PID=23293&amp;title=commandbar-update#23293</guid>
  </item> 
 </channel>
</rss>