<?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 OnReSize? Codejock Calendar Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Problem OnReSize? Codejock Calendar Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 19:27:23 +0000</pubDate>
  <lastBuildDate>Tue, 29 Apr 2008 09:20:19 +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=10356</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 OnReSize? Codejock Calendar Control : It&amp;#039;s party time Thanks a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34392&amp;title=problem-onresize-codejock-calendar-control#34392</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 29 April 2008 at 9:20am<br /><br />It's party time <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>Thanks a lot for your support,<br><br><b>GetCalendarCtrl().ModifyStyle(0, WS_CLIPSIBLINGS | WS_CLIPSIBLINGS);<br><br></b>Above line resolved the issue.<br><br>Best Regards,<br>Prashant.<br><br><br>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 09:20:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34392&amp;title=problem-onresize-codejock-calendar-control#34392</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Hello,  Add 2 things:  1.  in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34384&amp;title=problem-onresize-codejock-calendar-control#34384</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 29 April 2008 at 8:50am<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>Add 2 things:</DIV><DIV>&nbsp;</DIV><DIV>1.</DIV><DIV>&nbsp;</DIV><DIV>in OnInitDialog add</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; GetCalendarCtrl().ModifyStyle(0, WS_CLIPSIBLINGS | WS_CLIPSIBLINGS);<BR></DIV><DIV>2. in OnSize add</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; if (m_hwndG1B1)<BR>&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; ::SetWindowPos(m_hwndG1B1, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);<BR>&nbsp;&nbsp; }</DIV><DIV>(and replace hwndG1B1 to member variable m_hwndG1B1)</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 08:50:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34384&amp;title=problem-onresize-codejock-calendar-control#34384</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Oleg,As per your advise I mailed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34363&amp;title=problem-onresize-codejock-calendar-control#34363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 29 April 2008 at 5:22am<br /><br />Oleg,<br><br>As per your advise I mailed replica of my project (test.zip) to codejock support team. (<a href="mailto:support@codejock.com" target="_blank">support@codejock.com)</a><br><br>On Calendar View you can see one small push button, you can observe button flickering on On sizing calendar view.<br><br>If you wait for some time without doing anything, button will disappear.<br><br>My project is almost similar to implementation in test.zip<br><br>Waiting for your valuable feedback.<br><br>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 05:22:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34363&amp;title=problem-onresize-codejock-calendar-control#34363</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Hello, I can&amp;#039;t help you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34322&amp;title=problem-onresize-codejock-calendar-control#34322</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 28 April 2008 at 9:02am<br /><br /><P>Hello,</P><DIV>I can't help you because I don't know your code. Copy your project, remove not important parts from code and send to test. It will be much faster than somebody from forum will try to create same application you have to just reproduce your problem.</DIV>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 09:02:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34322&amp;title=problem-onresize-codejock-calendar-control#34322</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Oleg,Thanks for reply, I am afraid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34316&amp;title=problem-onresize-codejock-calendar-control#34316</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 28 April 2008 at 8:07am<br /><br />Oleg,<br><br>Thanks for reply, I am afraid I can't send you the project. <br>I already shown you class hierarchy.<br><br>Can you please help with that. If necessary I can provide you more details about the implementation.<br><br>Thanks in advance.<br>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 08:07:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34316&amp;title=problem-onresize-codejock-calendar-control#34316</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Hello, Send project to support@codejock.com...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34305&amp;title=problem-onresize-codejock-calendar-control#34305</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 28 April 2008 at 6:12am<br /><br /><P>Hello,</P><DIV>Send project to <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A> to test. </DIV>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 06:12:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34305&amp;title=problem-onresize-codejock-calendar-control#34305</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control :  Hi,Dialog properties are set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34292&amp;title=problem-onresize-codejock-calendar-control#34292</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 28 April 2008 at 4:39am<br /><br />Hi,<br>Dialog properties are set as follows:<br><br>WS_CLIPSIBLINGS | WS_CHILD | WS_BORDER | WS_CAPTION | DS_LOCALEDIT | WS_SYSMENU<br><br>I tried with property "WS_POPUP", it's getting created on Main Frame and not on Calendar View.<br>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 04:39:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34292&amp;title=problem-onresize-codejock-calendar-control#34292</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Hi;  does your dialog have WS_POPUP...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34290&amp;title=problem-onresize-codejock-calendar-control#34290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 28 April 2008 at 3:49am<br /><br />Hi;<DIV>&nbsp;</DIV><DIV>does your dialog have WS_POPUP style set?</DIV>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 03:49:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34290&amp;title=problem-onresize-codejock-calendar-control#34290</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Hi,I am still waiting for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34289&amp;title=problem-onresize-codejock-calendar-control#34289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 28 April 2008 at 2:59am<br /><br />Hi,<br><br>I am still waiting for your valuable feedback.<br><br>Meanwhile I tried to set following property to my splitter class<br>cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;<br><br>But it's giving me crash on moving splitter.<br><br><img src="uploads/20080428_025915_CJ-Legend-Probl.JPG" height="684" width="784" border="0"><br>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 02:59:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34289&amp;title=problem-onresize-codejock-calendar-control#34289</guid>
  </item> 
  <item>
   <title><![CDATA[Problem OnReSize? Codejock Calendar Control : Oleg,I have implemented one MDI...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34220&amp;title=problem-onresize-codejock-calendar-control#34220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 10356<br /><strong>Posted:</strong> 25 April 2008 at 4:59am<br /><br />Oleg,<br><br>I have implemented one MDI application, which contains following things<br><br>1) One frame window.<br>2) Calendar View on Frame window (Left pane of splitter)<br>3) Date Picker view on Frame window (Right pane of splitter)<br>4) Placing CXTPToolBar over Calendar View.<br><br>I have gone through your few post replies, so added following lines of code in each class's <b>PreCreateWindow </b>function<br><br>BOOL NewFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<br>{<br>&nbsp;&nbsp; ///!&lt;Codejock Calendar &gt;<br>&nbsp;&nbsp; cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;<br>}<br><br>Now I am dynamically creating one dialog and placing it over CalendarView. It's getting created without any trouble but when I try to resize my new frame my dialog flickers and sometimes gets disappeared.<br><br>Please suggest me some workaround.<br><br>Thanks in advance.<br>]]>
   </description>
   <pubDate>Fri, 25 Apr 2008 04:59:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10356&amp;PID=34220&amp;title=problem-onresize-codejock-calendar-control#34220</guid>
  </item> 
 </channel>
</rss>