<?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 : How not to let the pane displayed?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How not to let the pane displayed?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 14:41:24 +0000</pubDate>
  <lastBuildDate>Wed, 01 Dec 2004 03:05:58 +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=1465</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[How not to let the pane displayed? : Could you answer my another question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4216&amp;title=how-not-to-let-the-pane-displayed#4216</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=478">freehawk</a><br /><strong>Subject:</strong> 1465<br /><strong>Posted:</strong> 01 December 2004 at 3:05am<br /><br /><P>Could you answer my another question about "<strong>How to diaplay a popup menu?</strong>"?&nbsp;</P><P>Thanks.</P><P>Freehawk</P><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 /></P><P>So after this code, pane starts expanding?&nbsp; <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></P><P>&nbsp;</P></td></tr></table> ]]>
   </description>
   <pubDate>Wed, 01 Dec 2004 03:05:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4216&amp;title=how-not-to-let-the-pane-displayed#4216</guid>
  </item> 
  <item>
   <title><![CDATA[How not to let the pane displayed? : Sorry. It is my wrong. Because...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4215&amp;title=how-not-to-let-the-pane-displayed#4215</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=478">freehawk</a><br /><strong>Subject:</strong> 1465<br /><strong>Posted:</strong> 01 December 2004 at 2:35am<br /><br /><P>Sorry.</P><P>It is my wrong. Because after sent some strings, I called "SelectPane()" . </P><P>Thanks.</P><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 /></P><P>So after this code, pane starts expanding?&nbsp; <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></P><P>&nbsp;</P></td></tr></table> ]]>
   </description>
   <pubDate>Wed, 01 Dec 2004 02:35:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4215&amp;title=how-not-to-let-the-pane-displayed#4215</guid>
  </item> 
  <item>
   <title><![CDATA[How not to let the pane displayed? : So after this code, pane starts...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4213&amp;title=how-not-to-let-the-pane-displayed#4213</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1465<br /><strong>Posted:</strong> 01 December 2004 at 1:42am<br /><br /><P>So after this code, pane starts expanding?&nbsp; <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 01 Dec 2004 01:42:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4213&amp;title=how-not-to-let-the-pane-displayed#4213</guid>
  </item> 
  <item>
   <title><![CDATA[How not to let the pane displayed? : On the pane, I put a edit in a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4210&amp;title=how-not-to-let-the-pane-displayed#4210</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=478">freehawk</a><br /><strong>Subject:</strong> 1465<br /><strong>Posted:</strong> 30 November 2004 at 7:21pm<br /><br /><P>On the pane, I put a edit in a dialog. I send some strings with the following source code.</P><P>&nbsp;&nbsp;nBegin = LineIndex(m_nCurrentLineCount-1);<BR>&nbsp;&nbsp;nChar =&nbsp; LineLength(nBegin);<BR>&nbsp;&nbsp;SetSel(nBegin, nBegin);<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;ReplaceSel((LPCTSTR)(lpTmp));</P><P><BR>&nbsp;nBegin= LineIndex(m_nCurrentLineCount-1);<BR>&nbsp;nChar =&nbsp; LineLength(nBegin);<BR>&nbsp;SetSel(nBegin + nChar,nBegin + nChar);<BR></P><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 /></P><P>Show me your piece of code where you send strings.</P></td></tr></table> ]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 19:21:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4210&amp;title=how-not-to-let-the-pane-displayed#4210</guid>
  </item> 
  <item>
   <title><![CDATA[How not to let the pane displayed? : Show me your piece of code where...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4193&amp;title=how-not-to-let-the-pane-displayed#4193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1465<br /><strong>Posted:</strong> 30 November 2004 at 12:55am<br /><br /><P>Show me your piece of code where you send strings.</P>]]>
   </description>
   <pubDate>Tue, 30 Nov 2004 00:55:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4193&amp;title=how-not-to-let-the-pane-displayed#4193</guid>
  </item> 
  <item>
   <title><![CDATA[How not to let the pane displayed? : Hello I made a docking pane window....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4164&amp;title=how-not-to-let-the-pane-displayed#4164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=478">freehawk</a><br /><strong>Subject:</strong> 1465<br /><strong>Posted:</strong> 26 November 2004 at 2:49am<br /><br /><P>Hello</P><P>I made a docking pane window. When it is xtpPanedActionPinned, after I send some strings to it, it automaticlly changed to xtpPaneActionExpanded. Now I hope to control it always as xtpPanedActionPinned when sended some strings, How to do?</P><P>Thanks.</P><P>Freehawk</P>]]>
   </description>
   <pubDate>Fri, 26 Nov 2004 02:49:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1465&amp;PID=4164&amp;title=how-not-to-let-the-pane-displayed#4164</guid>
  </item> 
 </channel>
</rss>