<?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 : Painting problem in represention of docking pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Painting problem in represention of docking pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:56:06 +0000</pubDate>
  <lastBuildDate>Thu, 21 Aug 2008 07:24:53 +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=11915</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[Painting problem in represention of docking pane : Without demo project I can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40214&amp;title=painting-problem-in-represention-of-docking-pane#40214</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11915<br /><strong>Posted:</strong> 21 August 2008 at 7:24am<br /><br />Without demo project I can't help you. :(&nbsp; Copy yourproject, remove not related parts and send to <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A>.&nbsp; I have run it on my PC to give you advice.]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 07:24:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40214&amp;title=painting-problem-in-represention-of-docking-pane#40214</guid>
  </item> 
  <item>
   <title><![CDATA[Painting problem in represention of docking pane : Hello, except the event handler,i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40210&amp;title=painting-problem-in-represention-of-docking-pane#40210</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11915<br /><strong>Posted:</strong> 21 August 2008 at 6:54am<br /><br />Hello,<DIV>except the event handler,i have only created that dialogs and initiallised the pane manager on mainframe's onCreate() function.</DIV><DIV>&nbsp;</DIV><DIV>that code i am sending here in a text file.Please find the attachment.</DIV><DIV><a href="https://forum.codejock.com/uploads/20080821_065153_New_Text_Docume.zip" target="_blank">uploads/20080821_065153_New_Text_Docume.zip</A></DIV><DIV>&nbsp;</DIV><DIV>Or is there anything i have to handle in OnPaint() &nbsp;function of dialogs or OnDraw() or somewhere...........sorry,Actually i am confused.</DIV><DIV>&nbsp;</DIV><DIV>Please guide me if u get some problem.</DIV><DIV>&nbsp;</DIV><DIV>Thanks And Regards,</DIV><DIV>Vijay</DIV>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 06:54:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40210&amp;title=painting-problem-in-represention-of-docking-pane#40210</guid>
  </item> 
  <item>
   <title><![CDATA[Painting problem in represention of docking pane : Hi, This code is fine. Problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40196&amp;title=painting-problem-in-represention-of-docking-pane#40196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11915<br /><strong>Posted:</strong> 21 August 2008 at 1:50am<br /><br />Hi,<DIV>This code is fine. Problem in some other code.</DIV>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 01:50:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40196&amp;title=painting-problem-in-represention-of-docking-pane#40196</guid>
  </item> 
  <item>
   <title><![CDATA[Painting problem in represention of docking pane : Hello, I have created two different...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40190&amp;title=painting-problem-in-represention-of-docking-pane#40190</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11915<br /><strong>Posted:</strong> 21 August 2008 at 1:16am<br /><br /><P>Hello,</P><DIV>I have created two different docking panes. on each one i am putting one dialogbar. The first one comes properly whenever application starts,but the other one,has some painting problem.the dialog is not coming on the docking pane initially,only white background is appearing.</DIV><DIV>afterwards when i move mouse on that pane,all the controls start appearing one by one,and the whole dialog then appears completly.</DIV><DIV>&nbsp;</DIV><DIV>I am handling the dock pane&nbsp;events as given in the text file. i have just follwed one of your sample.</DIV><DIV>&nbsp;</DIV><DIV>Herewith i am sending the screenshots of that docking pane appearance and the text file of the docking pane event handler.</DIV><DIV>Please find the attachment.</DIV><DIV><a href="https://forum.codejock.com/uploads/20080821_011446_Desktop.zip" target="_blank">uploads/20080821_011446_Desktop.zip</A></DIV><DIV>&nbsp;</DIV><DIV>Please reply me,if you find anything wrong in this code.or please mention the possible solution if any.</DIV><DIV>&nbsp;</DIV><DIV>Thanks And Regards.</DIV><DIV>Vijay.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 21 Aug 2008 01:16:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11915&amp;PID=40190&amp;title=painting-problem-in-represention-of-docking-pane#40190</guid>
  </item> 
 </channel>
</rss>