<?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 : Adding CodeJock controls into docking panes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Adding CodeJock controls into docking panes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 11:28:32 +0000</pubDate>
  <lastBuildDate>Wed, 23 Jan 2008 13:51:40 +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=9394</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[Adding CodeJock controls into docking panes : Yes, its problem with any ActiveX...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9394&amp;PID=30441&amp;title=adding-codejock-controls-into-docking-panes#30441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9394<br /><strong>Posted:</strong> 23 January 2008 at 1:51pm<br /><br />Yes, its problem with any ActiveX control. Just try put it to Panel and attach Panel to Pane.]]>
   </description>
   <pubDate>Wed, 23 Jan 2008 13:51:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9394&amp;PID=30441&amp;title=adding-codejock-controls-into-docking-panes#30441</guid>
  </item> 
  <item>
   <title><![CDATA[Adding CodeJock controls into docking panes : Hi,   This is a beginners question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9394&amp;PID=30424&amp;title=adding-codejock-controls-into-docking-panes#30424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=820">Vitaly</a><br /><strong>Subject:</strong> 9394<br /><strong>Posted:</strong> 23 January 2008 at 7:50am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>This is a beginners question perhaps. In examples with docking panes for .NET you only show creation of the same text edit control within each pane. When it comes to creating one of your own controls, this seems to get more complicated, because the same code/logic doesn't work anymore. Note from the example below that we are adding 3 View Controls into 3 pane controls that we have, and while the first two are standard .NET controls and the code works well for them, with&nbsp;the third View Control BothList of CodeJock type the same code doesn't work, and i don't understand why. Please help.</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;ListView RequestList = new ListView();<BR>&nbsp;&nbsp;ListView ResponseList = new ListView();<BR>&nbsp;&nbsp;AxXtremeSuiteControls.AxListBox BothList = new AxXtremeSuiteControls.AxListBox();</DIV><DIV>&nbsp;&nbsp;private void DockingPaneManager_AttachPaneEvent(object sender, AxXtremeDockingPane._DDockingPaneEvents_AttachPaneEvent e)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;switch (e.item.Id - 1)<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;case 0:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;e.item.Handle = RequestList.Handle.ToInt32();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;&nbsp;case 1:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;e.item.Handle = ResponseList.Handle.ToInt32();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;&nbsp;case 2:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;e.item.Handle = BothList.Handle.ToInt32();&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;&nbsp;default:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;}<BR><FONT size=2></pre></td></tr></table></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 23 Jan 2008 07:50:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9394&amp;PID=30424&amp;title=adding-codejock-controls-into-docking-panes#30424</guid>
  </item> 
 </channel>
</rss>