<?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 : CommandBars Bug &#111;n Floating DockingPane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CommandBars Bug &#111;n Floating DockingPane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:32:30 +0000</pubDate>
  <lastBuildDate>Wed, 18 Feb 2004 14:56:48 +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=450</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[CommandBars Bug &#111;n Floating DockingPane :   oleg wrote:This problem has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1064&amp;title=commandbars-bug-on-floating-dockingpane#1064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 2:56pm<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><FONT size=2>This problem has been corrected and will be included with the next release, thanks</FONT></td></tr></table></P><P>Great... Thanks!!<IMG src="http://forum.codejock.com/smileys/smiley4.gif" border="0"></P>]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 14:56:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1064&amp;title=commandbars-bug-on-floating-dockingpane#1064</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane :  This problem has been corrected...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1061&amp;title=commandbars-bug-on-floating-dockingpane#1061</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 2:28pm<br /><br /><FONT size=2><P>This problem has been corrected and will be included with the next release, thanks</P></FONT>]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 14:28:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1061&amp;title=commandbars-bug-on-floating-dockingpane#1061</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane : Ok, it happens on my WinXP machine...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1060&amp;title=commandbars-bug-on-floating-dockingpane#1060</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 1:48pm<br /><br />Ok, it happens on my WinXP machine as well.&nbsp; I would say this is a bug too.]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 13:48:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1060&amp;title=commandbars-bug-on-floating-dockingpane#1060</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane :   SuperMario wrote:I could not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1059&amp;title=commandbars-bug-on-floating-dockingpane#1059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 1:41pm<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by SuperMario" alt="Originally posted by SuperMario" style="vertical-align: text-bottom;" /> <strong>SuperMario wrote:</strong><br /><br />I could not reproduce your problem with the ShowPopup event</td></tr></table> </P><P>Try placing the following code in the 'frmClassView' from of the Visual Studio Example.</P><P><table width="99%"><tr><td><pre class="BBcode">Private Sub treeClassView_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)<BR>&nbsp;&nbsp;&nbsp; Dim Popup As CommandBar<BR>&nbsp;&nbsp;&nbsp; If Button = vbRightButton Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Popup = CommandBars.Add("Popup", xtpBarPopup)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With Popup.Controls<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Add xtpControlButton, ID_BROWSER_BACK, "Browser Back", -1, False<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Add xtpControlButton, ID_BROWSER_FORWARD, "Browser Forward", -1, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Popup.ShowPopup x, y<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</pre></td></tr></table></P><P>Launch the application, undock the 'Class View' pane, then right-click anywhere on the tree control.&nbsp; You should see a popup menu with 'Browser Back' and 'Browser Forward'.&nbsp; On my Win2000 machine, these menu items flicker as the mouse moves over the popup.<BR></P>]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 13:41:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1059&amp;title=commandbars-bug-on-floating-dockingpane#1059</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane :   robs wrote: It also appears...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1058&amp;title=commandbars-bug-on-floating-dockingpane#1058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 1:30pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by robs" alt="Originally posted by robs" style="vertical-align: text-bottom;" /> <strong>robs wrote:</strong><br /><br /><P>It also appears that if any of your panes have a commandBar with the Office2003 theme, once that pane becomes active, all panes with commandBars start using the Office2003 theme. If somebody else can confirm this, we can submit some bug reports.</P><P></td></tr></table> </P><P>Yes, I could reproduce this bug.</P>]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 13:30:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1058&amp;title=commandbars-bug-on-floating-dockingpane#1058</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane : It also appears that if any of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1057&amp;title=commandbars-bug-on-floating-dockingpane#1057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 1:16pm<br /><br /><P>It also appears that if any of your panes have a commandBar with the Office2003 theme, once that pane becomes active, all panes with commandBars start using the Office2003 theme. If somebody else can confirm this, we can submit some bug reports.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 13:16:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1057&amp;title=commandbars-bug-on-floating-dockingpane#1057</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane : Looks like a bug to me. I was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1056&amp;title=commandbars-bug-on-floating-dockingpane#1056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 1:05pm<br /><br /><P>Looks like a bug to me. I was able to reproduce this also. </P><P>While testing this, I think I found another bug. If you have a pane with a commandBar with one theme and then attach it to a a pane with commandBar using a different theme, the theme that is attaching changes to the other. This only seems to happen when you double click the titleBar to attach. Id doesn't happen if you drag to dock. </P><P>Boyd, SuperMario:&nbsp;let me know if you can reproduce this if you get a chance.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 13:05:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1056&amp;title=commandbars-bug-on-floating-dockingpane#1056</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane : I agree, there must be a bug with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1055&amp;title=commandbars-bug-on-floating-dockingpane#1055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 12:31pm<br /><br />I agree, there must be a bug with the docking panes.&nbsp; Looks like it doesn't recognize the mouse overs when undocked.&nbsp; However, I could not reproduce your problem with the ShowPopup event, or expanded button in the popup.]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 12:31:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1055&amp;title=commandbars-bug-on-floating-dockingpane#1055</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Bug &#111;n Floating DockingPane : When a CommandBar is attached...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1054&amp;title=commandbars-bug-on-floating-dockingpane#1054</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 450<br /><strong>Posted:</strong> 18 February 2004 at 11:54am<br /><br /><P>When a CommandBar is attached to a DockingPane, everything works fine while the pane is docked.&nbsp; If you undock the pane, the CommandBar doesn't appear to properly respond to mouse activity.</P><P>In the Visual Studio sample, there is a pane called 'Class View' which has a CommandBar with two controls.&nbsp; While the pane is docked, the controls are properly highlighted when the mouse moves over the controls.&nbsp; If you undock the pane, the controls are no longer highlighted on mouse over.&nbsp; While not in the example, I have also noticed that popup menus displayed with the ShowPopup event (not from a SplitButtonPopup control) also have a "flicker" affect as the mouse moves over each item.&nbsp; On those same popups, menu items with child items are not expanded unless you click the item (they are normally expanded on mouse over).</P><P>I hope you can get a fix for this in the next release of CommandBars.&nbsp; Even though the sample will illustrate the bug, I've attached screen prints as well to show how items are not highlighted on mouse over. <A href="http://forum.codejock.com/uploads/Boyd/8E5_bug.zip" target="_blank">8E5_bug.zip</A></P>]]>
   </description>
   <pubDate>Wed, 18 Feb 2004 11:54:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=450&amp;PID=1054&amp;title=commandbars-bug-on-floating-dockingpane#1054</guid>
  </item> 
 </channel>
</rss>