<?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 : Update &#101;vent &amp; command bar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Update &#101;vent &amp; command bar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:59:26 +0000</pubDate>
  <lastBuildDate>Sat, 11 Sep 2004 10:22:10 +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=1165</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[Update &#101;vent &amp; command bar : Thanks. Yes,I tried! But that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3090&amp;title=update-event-command-bar#3090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=683">dUGI</a><br /><strong>Subject:</strong> 1165<br /><strong>Posted:</strong> 11 September 2004 at 10:22am<br /><br /><P>Thanks.</P><P>Yes,&nbsp;I tried! But that was one of the reasons why I switched from DataDynamics to CodeJock. I don't want to use Activate and esp. Deactivate in that manner. </P><P>Maybe I would manage to show/hide bar, but if there is no dock on the form. I can use this line:</P><P>cBars.Item(2).Visible = Not ActiveForm Is Nothing<BR></P><P>but, then, I can't expand dock (at any side of the form). It starts to expand, expand a 0.5 cm, collapse, and repeating that!?! Rather strange behaviour!</P>]]>
   </description>
   <pubDate>Sat, 11 Sep 2004 10:22:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3090&amp;title=update-event-command-bar#3090</guid>
  </item> 
  <item>
   <title><![CDATA[Update &#101;vent &amp; command bar : Have you tried using the &amp;#039;Activate&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3089&amp;title=update-event-command-bar#3089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1165<br /><strong>Posted:</strong> 11 September 2004 at 10:11am<br /><br />Have you tried using the 'Activate' and 'Deactivate' events of the MDI Child to show/hide the toolbar on the main form?]]>
   </description>
   <pubDate>Sat, 11 Sep 2004 10:11:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3089&amp;title=update-event-command-bar#3089</guid>
  </item> 
  <item>
   <title><![CDATA[Update &#101;vent &amp; command bar : Thanks, but that will not solve...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3088&amp;title=update-event-command-bar#3088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=683">dUGI</a><br /><strong>Subject:</strong> 1165<br /><strong>Posted:</strong> 11 September 2004 at 9:39am<br /><br /><P>Thanks, but that will not solve my problem. It is really designed for individual control, so it won't fire update event for command bar. I tried do put some code, to show or hide command bar depending on type of form displayed (MDI child) but then I got problem with dock control which ih rather important. </P><P>I know about visible property :) but, still doesn't solve my problem. I have two toolbars in my program. One is visible all the time (toolbar Standard) and the other one is visible only if certain type of form is displayed. So, what event or piece of code should I use? </P>]]>
   </description>
   <pubDate>Sat, 11 Sep 2004 09:39:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3088&amp;title=update-event-command-bar#3088</guid>
  </item> 
  <item>
   <title><![CDATA[Update &#101;vent &amp; command bar : Depending on your intent, the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3087&amp;title=update-event-command-bar#3087</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1165<br /><strong>Posted:</strong> 11 September 2004 at 9:10am<br /><br /><P>Depending on your intent, the 'Update' event probably isn't the best place to do that.&nbsp; This event is fired several times a second for each visible control on a toolbar, and once for each control in a menu.</P><P>You certainly can use the 'Update' event for this, but it's really designed for you to update an individual control.&nbsp; Since this code is called so often, you should minimize the processing that is done in the routine.</P><P>Just some extra thoughts on the subject... good luck!</P>]]>
   </description>
   <pubDate>Sat, 11 Sep 2004 09:10:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3087&amp;title=update-event-command-bar#3087</guid>
  </item> 
  <item>
   <title><![CDATA[Update &#101;vent &amp; command bar : To hide the MenuBar:  CommandBars(1).Visible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3079&amp;title=update-event-command-bar#3079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1165<br /><strong>Posted:</strong> 10 September 2004 at 1:24pm<br /><br />To hide the MenuBar:<br>&nbsp;&nbsp;&nbsp; CommandBars(1).Visible = False<br>'or<br>&nbsp;&nbsp;&nbsp;  CommandBars.ActiveMenuBar.Visible = False<br><br>To hide the 1st toolbar:<br>&nbsp;&nbsp;&nbsp; CommandBars(2).Visible = False]]>
   </description>
   <pubDate>Fri, 10 Sep 2004 13:24:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3079&amp;title=update-event-command-bar#3079</guid>
  </item> 
  <item>
   <title><![CDATA[Update &#101;vent &amp; command bar : How to use commandbars_update...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3078&amp;title=update-event-command-bar#3078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=683">dUGI</a><br /><strong>Subject:</strong> 1165<br /><strong>Posted:</strong> 10 September 2004 at 1:21pm<br /><br /><P>How to use commandbars_update event to show or hide one or more commandbars?</P><P>thans</P><P>Miroslav</P>]]>
   </description>
   <pubDate>Fri, 10 Sep 2004 13:21:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1165&amp;PID=3078&amp;title=update-event-command-bar#3078</guid>
  </item> 
 </channel>
</rss>