<?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 : Deactivating a minitoolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Deactivating a minitoolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 00:20:17 +0000</pubDate>
  <lastBuildDate>Thu, 05 Mar 2009 09:56:04 +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=13574</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[Deactivating a minitoolbar : Thanks Oleg.I had to change the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13574&amp;PID=46299&amp;title=deactivating-a-minitoolbar#46299</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2876">DavidH</a><br /><strong>Subject:</strong> 13574<br /><strong>Posted:</strong> 05 March 2009 at 9:56am<br /><br />Thanks Oleg.<br><br>I had to change the approach a bit anyway, because when you have more than one minitoolbar, their PumpMessage loops bring all sorts of new trouble.<br><br>I now have just one minitoolbar with all the possible controls, and, depending on what it needs to do, I switch controls on and off by calling their SetVisible method.<br><br>It's still tricky enough, as I call the 'TrackMiniBar' method in my 'OnMouseMove' handler in the AppView. As each call to TrackMiniBar initiates its own PumpMessage loop, which starts to handle ON_WM_MOUSEMOVE messages, I should be very careful not to call TrackMiniBar again in the 'OnMouseMove' handler, as it would cause an infinite recursion.<br><br>Anyway, I still needed a way to make the minitoolbar invisible, and your tip seems to work fine so far.<br><br>David.<br>]]>
   </description>
   <pubDate>Thu, 05 Mar 2009 09:56:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13574&amp;PID=46299&amp;title=deactivating-a-minitoolbar#46299</guid>
  </item> 
  <item>
   <title><![CDATA[Deactivating a minitoolbar : Hi,  try m_bTracking = FALSE;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13574&amp;PID=46287&amp;title=deactivating-a-minitoolbar#46287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13574<br /><strong>Posted:</strong> 05 March 2009 at 7:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>try m_bTracking = FALSE; + manually hide it with ShowWindow(SW_HIDE);</DIV>]]>
   </description>
   <pubDate>Thu, 05 Mar 2009 07:43:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13574&amp;PID=46287&amp;title=deactivating-a-minitoolbar#46287</guid>
  </item> 
  <item>
   <title><![CDATA[Deactivating a minitoolbar :  Hello there!In my application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13574&amp;PID=46250&amp;title=deactivating-a-minitoolbar#46250</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2876">DavidH</a><br /><strong>Subject:</strong> 13574<br /><strong>Posted:</strong> 04 March 2009 at 9:03am<br /><br />Hello there!<br><br>In my application I use different minitoolbars that should appear depending on what is underneath the mouse.<br>I'm looking for a way to deactivate the old minitoolbar once the mouse hovers a new screen object. There should always be at most one visible minitoolbar.<br><br>For the minitoolbar that should disappear I've tried to set:&nbsp; <br>m_bActivated = FALSE;<br>m_bTracking = FALSE;<br><br>but this keeps it visible.<br><br>Is there a way to instantly switch it off and make sure it does not come back until I call "TrackMiniBar" again?<br><br>David.<br><br>]]>
   </description>
   <pubDate>Wed, 04 Mar 2009 09:03:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13574&amp;PID=46250&amp;title=deactivating-a-minitoolbar#46250</guid>
  </item> 
 </channel>
</rss>