<?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 : Prevent MiniToolbar Fade Away</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Prevent MiniToolbar Fade Away]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 23:52:13 +0000</pubDate>
  <lastBuildDate>Fri, 24 Jul 2009 23:37:47 +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=14826</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[Prevent MiniToolbar Fade Away : Okay, I lied...CloseWindow works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51301&amp;title=prevent-minitoolbar-fade-away#51301</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14826<br /><strong>Posted:</strong> 24 July 2009 at 11:37pm<br /><br />Okay, I lied...CloseWindow works I was just calling it before the Hwnd was available. Sorry for the post-a-thon.]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 23:37:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51301&amp;title=prevent-minitoolbar-fade-away#51301</guid>
  </item> 
  <item>
   <title><![CDATA[Prevent MiniToolbar Fade Away : I&amp;#039;ve also tried the following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51299&amp;title=prevent-minitoolbar-fade-away#51299</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14826<br /><strong>Posted:</strong> 24 July 2009 at 10:48pm<br /><br />I've also tried the following to dismiss a MiniToolbar without&nbsp; success:<br><br>CloseWindow API on MiniToolbar.hwnd<br>Me.CommandBars1.ClosePopups&nbsp;&nbsp;&nbsp;&nbsp; &lt; I really though this would work <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 22:48:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51299&amp;title=prevent-minitoolbar-fade-away#51299</guid>
  </item> 
  <item>
   <title><![CDATA[Prevent MiniToolbar Fade Away : After further experimentation,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51298&amp;title=prevent-minitoolbar-fade-away#51298</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14826<br /><strong>Posted:</strong> 24 July 2009 at 10:39pm<br /><br />After further experimentation, I can live without changing the fade-ability of the Minitoolbar. Unfortunately, I realize that I was mistaken about hiding a&nbsp; MiniToolbar that was made visible with PopupMiniToolbar by setting its .Visible property to False (this does nothing). <br><br>Is there a way to dismiss a MiniToolbar programmatically that has been shown with PopupMiniToolbar? I tried MiniToolbar.Delete but I get an "Object doesn't support this property or method (438)" error.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 22:39:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51298&amp;title=prevent-minitoolbar-fade-away#51298</guid>
  </item> 
  <item>
   <title><![CDATA[Prevent MiniToolbar Fade Away : Is there a way to prevent a MiniToolbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51296&amp;title=prevent-minitoolbar-fade-away#51296</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 14826<br /><strong>Posted:</strong> 24 July 2009 at 9:37pm<br /><br />Is there a way to prevent a MiniToolbar from fading out as the mouse gets further away? I want to use MiniToolbar.PopupMiniToolbar to show the minitoolbar in the top left corner of a ReportControl row and leave it there the mouse moves off of the row, then use Minitoolbar.Visible = False the hide it. I just never want it to disappear on its own. <br><br>I've tried using PopupContextMenu instead, but the context menu is modal compared to the rest of the CommandBar controls (they don't respond to mouseovers when the context menu is visible, unlike when using PopupMiniToolbar), and I can't seem to hide the toolbar in this mode with .Visible = False either, so that is a no go.<br><br>If this isn't currently an option, can it be added as a feature?<br><br>Thanks for any feedback.<br>]]>
   </description>
   <pubDate>Fri, 24 Jul 2009 21:37:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14826&amp;PID=51296&amp;title=prevent-minitoolbar-fade-away#51296</guid>
  </item> 
 </channel>
</rss>