<?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 : Command bar text update vs. hidden pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Command bar text update vs. hidden pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:07:15 +0000</pubDate>
  <lastBuildDate>Wed, 31 May 2006 14:58:57 +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=4317</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[Command bar text update vs. hidden pane : When handling the &amp;#034;update&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4317&amp;PID=13268&amp;title=command-bar-text-update-vs-hidden-pane#13268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=205">spiderM9</a><br /><strong>Subject:</strong> 4317<br /><strong>Posted:</strong> 31 May 2006 at 2:58pm<br /><br /><P>When handling the "update" for a command bar item, our application main frame is delegating to the active docking pane.&nbsp; If the docking pane causes the text of a command to change (e.g. the text of a toolbar button of a visible toolbar in the main frame), the following problem occurs:</P><P>1.&nbsp; if the docking pane is hidden (docked to the side as a tab, by pressing the pin).</P><P>2.&nbsp; when the mouse hovers over the pinned tab, the docking pane starts to expand.</P><P>3.&nbsp; as part of this expanding animation, some sort of delayed layout recalc occurs, while it is expanding.</P><P>4.&nbsp; this recalc causes the whole menu/command bar system to do the idle processing that results in the update status calls.</P><P>5.&nbsp; the update reaches the currently animating pane</P><P>6.&nbsp; the pane changes the text.</P><P>7.&nbsp; the changing text triggers a recalc layout.</P><P>8.&nbsp; the recalc layout triggers&nbsp;some code in xtreme that causes the current active pane to close.</P><P>9.&nbsp; since the active pane is the animating docking pane, it closes back up, before it gets a chance to expand fully.</P><P>If I disable changing the text during these animations, I end up in a situation where context menus with dynamic text can't work when the docking pane is temporarily expanded, but not pinned into place.</P><P>Is there any known workaround for this?</P>]]>
   </description>
   <pubDate>Wed, 31 May 2006 14:58:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4317&amp;PID=13268&amp;title=command-bar-text-update-vs-hidden-pane#13268</guid>
  </item> 
 </channel>
</rss>