<?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 : Problem displaying images in docking tab</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Problem displaying images in docking tab]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:34:02 +0000</pubDate>
  <lastBuildDate>Thu, 22 Jun 2006 11:11:29 +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=4457</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[Problem displaying images in docking tab : Thanks for the reply.   I ended...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4457&amp;PID=13794&amp;title=problem-displaying-images-in-docking-tab#13794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1545">cschmidt</a><br /><strong>Subject:</strong> 4457<br /><strong>Posted:</strong> 22 June 2006 at 11:11am<br /><br />Thanks for the reply. <DIV>&nbsp;</DIV><DIV>I ended up recompiling the entire project and it seems to work now.</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Craig</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jun 2006 11:11:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4457&amp;PID=13794&amp;title=problem-displaying-images-in-docking-tab#13794</guid>
  </item> 
  <item>
   <title><![CDATA[Problem displaying images in docking tab : Seems ok... What you have in SetIcons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4457&amp;PID=13775&amp;title=problem-displaying-images-in-docking-tab#13775</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4457<br /><strong>Posted:</strong> 21 June 2006 at 9:55pm<br /><br />Seems ok... What you have in SetIcons method ?]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 21:55:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4457&amp;PID=13775&amp;title=problem-displaying-images-in-docking-tab#13775</guid>
  </item> 
  <item>
   <title><![CDATA[Problem displaying images in docking tab : Hi,  I have been unsuccessful...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4457&amp;PID=13774&amp;title=problem-displaying-images-in-docking-tab#13774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1545">cschmidt</a><br /><strong>Subject:</strong> 4457<br /><strong>Posted:</strong> 21 June 2006 at 9:01pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I have been unsuccessful at getting images to display on my docking tables.&nbsp; I've created a bitmap resource 16x16 and five wide.&nbsp; I'm using the following code to add the bitmap to the control:</DIV><DIV>&nbsp;</DIV><DIV>int _images&#091;&#093; = {IDB_XREF_TABLE, IDB_CM_TASK, IDB_OB_CENABLER, IDB_QUESTION, IDB_PG_BOOKCLOSED};</DIV><DIV>&nbsp;</DIV><DIV>SetIcons(IDB_LINKS_WINDOW_IMAGES, _images, 5, RGB(0xFF,0xFF,0xFF));</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPane * analysisPane = CreatePane(analysisPaneType, CRect(0, 0,210, 120), xtpPaneDockBottom, NULL);<BR>&nbsp;analysisPane-&gt;SetTitle("Analysis (not initialized)");<BR>&nbsp;analysisPane-&gt;SetIconID(IDB_CM_TASK);</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPane * questionPane = CreatePane(questionPaneType, CRect(0, 0,210, 120), xtpPaneDockRight, analysisPane);<BR>&nbsp;questionPane-&gt;SetTitle("Questions (not initialized)");<BR>&nbsp;questionPane-&gt;SetIconID(IDB_QUESTION);</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPane * objectivePane = CreatePane(objectivePaneType, CRect(0, 0,210, 120), xtpPaneDockRight, questionPane);<BR>&nbsp;objectivePane-&gt;SetTitle("Objectives (not initialized)");<BR>&nbsp;objectivePane-&gt;SetIconID(IDB_OB_CENABLER);</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPane * programPane = CreatePane(programPaneType, CRect(0, 0,210, 120), xtpPaneDockRight, objectivePane);<BR>&nbsp;programPane-&gt;SetTitle("Programs (not initialized)");<BR>&nbsp;programPane-&gt;SetIconID(IDB_PG_BOOKCLOSED);</DIV><DIV>&nbsp;</DIV><DIV>CXTPDockingPane * crossRefPane = CreatePane(crossRefPaneType, CRect(0, 0,210, 120), xtpPaneDockRight, programPane);<BR>&nbsp;crossRefPane-&gt;SetTitle("Cross Reference (not initialized)");<BR>&nbsp;crossRefPane-&gt;SetIconID(IDB_XREF_TABLE);<BR></DIV><DIV>&nbsp;</DIV><DIV>This code resides in a class derived from CXTPDockingPaneManager.&nbsp; Is there something else that needs to be done to get the images to render on the docking tables?</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Craig</DIV>]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 21:01:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4457&amp;PID=13774&amp;title=problem-displaying-images-in-docking-tab#13774</guid>
  </item> 
 </channel>
</rss>