<?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 : [SOLVED]v17.x Bug: EnableFrameTheme locks editing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [SOLVED]v17.x Bug: EnableFrameTheme locks editing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 16:03:44 +0000</pubDate>
  <lastBuildDate>Tue, 05 Jul 2016 03:46:20 +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=23026</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[[SOLVED]v17.x Bug: EnableFrameTheme locks editing : Thanks! Looking forward to next...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74862&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74862</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5380">maxxan</a><br /><strong>Subject:</strong> 23026<br /><strong>Posted:</strong> 05 July 2016 at 3:46am<br /><br />Thanks! Looking forward to next update!]]>
   </description>
   <pubDate>Tue, 05 Jul 2016 03:46:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74862&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74862</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]v17.x Bug: EnableFrameTheme locks editing : Hello,I&amp;#039;m glad to inform...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74860&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23026<br /><strong>Posted:</strong> 04 July 2016 at 9:31am<br /><br />Hello,<br><br>I'm glad to inform you that the issue has been fixed. The fix will be available in the next beta or final release.<br>As hotfix you cah change function as below:<br>void CXTPFrameShadow::OnLButtonDown(UINT nFlags, CPoint point)<br><br>&nbsp;...<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; switch (msg.message)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case WM_KEYDOWN:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; bDoLoop = (VK_ESCAPE != msg.wParam);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case WM_KILLFOCUS:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case WM_LBUTTONUP:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; bDoLoop = FALSE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case WM_MOUSEMOVE:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Drag(nHitTest, ptOffset, szMinSize);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br><b>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; default:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; //Add lines<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DispatchMessage(&amp;msg);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;</b><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;...<br><br>Regards,<br>Artem Gontarenko<br>]]>
   </description>
   <pubDate>Mon, 04 Jul 2016 09:31:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74860&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74860</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]v17.x Bug: EnableFrameTheme locks editing : I tried to swap the RTFView to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74806&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5380">maxxan</a><br /><strong>Subject:</strong> 23026<br /><strong>Posted:</strong> 14 June 2016 at 3:33am<br /><br />I tried to swap the RTFView to a HtmlView in the same Ribbon sample for version 16.26 and there is worked, so it's something that has been introduced to version 17. Can you please fix that for next release?]]>
   </description>
   <pubDate>Tue, 14 Jun 2016 03:33:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74806&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74806</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]v17.x Bug: EnableFrameTheme locks editing : Here is a project to reproduce...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74734&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5380">maxxan</a><br /><strong>Subject:</strong> 23026<br /><strong>Posted:</strong> 19 May 2016 at 7:53am<br /><br />Here is a project to reproduce the bug:<div><br></div><div>1. Make sure that the application is not maximized.</div><div>2. Write something in the html edit view</div><div>3. Resize the right main frame border a few times by dragging with the mouse (not too slow).</div><div>4. Try to write in the html edit view - no caret is available and it goes very slow&nbsp;</div><div><br></div><div><a href="uploads/5380/Ribb&#111;nMDISample.zip" target="_blank" rel="nofollow">uploads/5380/RibbonMDISample.zip</a></div>]]>
   </description>
   <pubDate>Thu, 19 May 2016 07:53:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74734&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74734</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]v17.x Bug: EnableFrameTheme locks editing : I&amp;#039;m using version 17.2 of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74733&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5380">maxxan</a><br /><strong>Subject:</strong> 23026<br /><strong>Posted:</strong> 17 May 2016 at 10:35am<br /><br />I'm using version 17.2 of the software and what I have is ribbons and enabled frame theme.&nbsp;<span style="line-height: 1.4;">As a view I use a CHtmlEditView. (using VS2015 dark theme)</span><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">The problem is that if I call EnableFrameTheme and the resize the main frame windows using the mouse to drag the border, the html edit view stops working: the cursor is not visible any more, it reacts extremely slow to keyboard input, OnDocumentComplete is never called when loading a webpage etc. so it seems like messages are stopped somewhere.</span></div><div><span style="line-height: 1.4;"><br></span></div><div>If I don't enable frame theme, then resizing and editing works just fine. It doesn't give any problem if size is change by maximize/restore buttons, just when dragging the frame to resize.</div><div><br></div><div>What can be the problem? Is there any workaround?</div>]]>
   </description>
   <pubDate>Tue, 17 May 2016 10:35:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23026&amp;PID=74733&amp;title=solvedv17-x-bug-enableframetheme-locks-editing#74733</guid>
  </item> 
 </channel>
</rss>