<?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 : HELP ME...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : HELP ME...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 05:52:59 +0000</pubDate>
  <lastBuildDate>Tue, 22 Feb 2011 12:58:55 +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=17938</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[HELP ME... : Hi,Maybe in release more you build...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17938&amp;PID=62894&amp;title=help-me#62894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17938<br /><strong>Posted:</strong> 22 February 2011 at 12:58pm<br /><br />Hi,<div><br></div><div>Maybe in release more you build statically and don't include DockingPane resources to your exe.</div><div><br></div><div>try add resources &nbsp;to res\app.rc2 file with line</div><div>#include "XTToolkitPro.rc"</div><div><div><div><br></div></div></div>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 12:58:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17938&amp;PID=62894&amp;title=help-me#62894</guid>
  </item> 
  <item>
   <title><![CDATA[HELP ME... :  Indebugmode,support forDockingContextStickers,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17938&amp;PID=62865&amp;title=help-me#62865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6641">winpih</a><br /><strong>Subject:</strong> 17938<br /><strong>Posted:</strong> 22 February 2011 at 5:12am<br /><br /><div><span ="apple-style-span"="" style="font-family: arial, sans-serif; line-height: normal; font-size: 16px; "><span ="hps"="" title="대체 번역을 클릭합니다.">In</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">debug</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">mode,</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">support for</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">DockingContextStickers&nbsp;</span><span title="대체 번역을 클릭합니다.">, but</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">not</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">in release mode</span><span title="대체 번역을 클릭합니다.">.</span><br><span ="hps"="" title="대체 번역을 클릭합니다."><br></span></span></div><div><span ="apple-style-span"="" style="font-family: arial, sans-serif; line-height: normal; font-size: 16px; "><span ="hps"="" title="대체 번역을 클릭합니다.">I wonder</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">why</span><span title="대체 번역을 클릭합니다." =""="">.</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">Is it</span>&nbsp;<span ="hps"="" title="대체 번역을 클릭합니다.">bug</span><span title="대체 번역을 클릭합니다." =""="">?</span></span></div><div><span ="apple-style-span"="" style="font-family: arial, sans-serif; line-height: normal; font-size: 16px; "><span title="대체 번역을 클릭합니다." =""=""><br></span></span></div><div><font ="Apple-style-span" face="arial, sans-serif" size="3"><span ="Apple-style-span" style="line-height: normal;">This is my code.</span></font></div><div><font ="Apple-style-span" face="arial, sans-serif" size="3"><span ="Apple-style-span" style="line-height: normal;"><br></span></font></div><div><font ="Apple-style-span" face="arial, sans-serif" size="3"><span ="Apple-style-span" style="line-height: normal;">//////////////////////////////////////////////////////////////////////////////////////////////////////</span></font></div><div><font ="Apple-style-span" face="arial, sans-serif" size="3"><span ="Apple-style-span" style="line-height: normal;"><br></span></font></div><div><font ="Apple-style-span" face="arial, sans-serif" size="3"><span ="Apple-style-span" style="line-height: normal;"><div>m_paneManager.InstallDockingPanes(this);</div><div>m_paneManager.SetTheme(xtpPaneThemeWord2007);</div><div>m_paneManager.SetThemedFloatingFrames(TRUE);</div><div>m_paneManager.SetStickyFloatingFrames(TRUE);</div><div>m_paneManager.SetAlphaDockingContext(TRUE);</div><div>m_paneManager.SetShowDockingContextStickers(TRUE);</div><div>CXTPDockingPane* pPane = m_paneManager.CreatePane(ID_APP_ABOUT, CRect(0, 0,350,700), xtpPaneDockRight);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span></div><div>ASSERT(pPane);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>if (pPane)&nbsp;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pPane-&gt;SetTitle(_T("RESULT\nRESULT"));</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pPane-&gt;SetOptions(xtpPaneSplitter3D);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>if (!::IsWindow(m_dlgPane.m_hWnd))</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>m_dlgPane.Create(IDD_DOCKDLG, this);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>pPane-&gt;Attach(&amp;m_dlgPane);</div><div><br></div><div>//////////////////////////////////////////////////////////////////////////////////////////////////////</div></span></font></div>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 05:12:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17938&amp;PID=62865&amp;title=help-me#62865</guid>
  </item> 
 </channel>
</rss>