<?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 : PaneActi&#111;ns sample in v9.51</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : PaneActi&#111;ns sample in v9.51]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 16:26:22 +0000</pubDate>
  <lastBuildDate>Wed, 24 Nov 2004 01:17:00 +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=1447</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[PaneActi&#111;ns sample in v9.51 : I worked around it by tracking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1447&amp;PID=4126&amp;title=paneactions-sample-in-v9-51#4126</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 1447<br /><strong>Posted:</strong> 24 November 2004 at 1:17am<br /><br />I worked around it by tracking the state of pinned with the following code:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;m_bAllowToolboxDock = FALSE;&nbsp; // initialized to FALSE<br><br>LRESULT CSimFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<br>{<br>&nbsp;&nbsp;&nbsp; if (wParam == XTP_DPN_SHOWWINDOW)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; else if (wParam == XTP_DPN_ACTION)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XTP_DOCKINGPANE_ACTION*&nbsp;&nbsp;&nbsp; pAction = (XTP_DOCKINGPANE_ACTION*) lParam;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (pAction-&gt;pPane-&gt;GetID() == ID_TOOLBOX_PANE)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (pAction-&gt;action == xtpPaneActionPinned)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bAllowToolboxDock = TRUE;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (pAction-&gt;action == xtpPaneActionDocking)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!m_bAllowToolboxDock)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pAction-&gt;bCancel = TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bAllowToolboxDock = FALSE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return TRUE;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; return FALSE;<br>}<br></pre></td></tr></table><br><br>]]>
   </description>
   <pubDate>Wed, 24 Nov 2004 01:17:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1447&amp;PID=4126&amp;title=paneactions-sample-in-v9-51#4126</guid>
  </item> 
  <item>
   <title><![CDATA[PaneActi&#111;ns sample in v9.51 : I&amp;#039;ve played around with the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1447&amp;PID=4124&amp;title=paneactions-sample-in-v9-51#4124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 1447<br /><strong>Posted:</strong> 24 November 2004 at 1:01am<br /><br />I've played around with the PaneActions sample in XTP v9.51 and believethere is a serious bug.&nbsp; If you have a&nbsp; pane open, don't wantthe user to be able to move the pane, but want the autohide featureenabled,&nbsp; I would think you&nbsp; set xtpPaneNoFloatable toprevent moving.&nbsp; I do this, yet you can still move the panearound.&nbsp; If I set it to cancel xtpPaneActionDocking, thenregardless of the float state, the user can't move it.&nbsp; However,when you hide the pane, if you make it pop back up and try to pin it,it won't pin.&nbsp; It stays visible, but if you minimize the app andrestore it, then the pane is hidden.<br>]]>
   </description>
   <pubDate>Wed, 24 Nov 2004 01:01:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1447&amp;PID=4124&amp;title=paneactions-sample-in-v9-51#4124</guid>
  </item> 
 </channel>
</rss>