<?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 : CXTPFrameShadow covers the whole application</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPFrameShadow covers the whole application]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 15:38:53 +0000</pubDate>
  <lastBuildDate>Thu, 24 Jan 2019 12:04:56 +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=23710</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[CXTPFrameShadow covers the whole application : ... unfortunately - this doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77219&amp;title=cxtpframeshadow-covers-the-whole-application#77219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 24 January 2019 at 12:04pm<br /><br />... unfortunately - this doesn't seem to be completely solved in v 18.6. If I move my application from a center screen to a left screen (with negative coordinates) a shadow appears and covers about a third of the application. It disappears if I maximize the program, but is back again in restored state.<div><br></div><div>EDIT: It looks like it has something to do with how I align my screens. If I have them aligned at top I don't see this problem, but if the screens are aligned at bottom the problem appears.&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 24 Jan 2019 12:04:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77219&amp;title=cxtpframeshadow-covers-the-whole-application#77219</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : atyon,So far it looks like the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77099&amp;title=cxtpframeshadow-covers-the-whole-application#77099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 25 October 2018 at 1:17pm<br /><br /><div>atyon,</div><div><br></div><div>So far it looks like the only real difference is a the size of the shadow - just a pixel or two bigger than when not making the call to the OS API.</div><div><br></div><div>Opinion? Alternatives?<br></div>]]>
   </description>
   <pubDate>Thu, 25 Oct 2018 13:17:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77099&amp;title=cxtpframeshadow-covers-the-whole-application#77099</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : astoyan,What issues should I look...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77097&amp;title=cxtpframeshadow-covers-the-whole-application#77097</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 25 October 2018 at 10:49am<br /><br /><div>astoyan,</div><div><br></div><div>What issues should I look for if I skip the call to get DWMWA_EXTENDED_FRAME_BOUNDS? I commented out that call and just the rcClicp obtained at the top of CXTPFrameShadow::GetClipRect after passing it to ScreenToClient. I have run on my 3 monitor system and so far I get the shadow and it doesn't cover up my application window regardless of which monitor I am on.</div>]]>
   </description>
   <pubDate>Thu, 25 Oct 2018 10:49:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77097&amp;title=cxtpframeshadow-covers-the-whole-application#77097</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : Is Microsoft aware of the problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77095&amp;title=cxtpframeshadow-covers-the-whole-application#77095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 25 October 2018 at 9:27am<br /><br /><div>Is Microsoft aware of the problem in their API? If so, has it been addressed? I have build 1809 with a KB fix that addresses some issues when dragging windows. But I reopened the case because when running on a desktop with the main monitor scaled but not all other monitors, the rectangle displayed when mousing down (say on a MFC toolbar that is floating) is being scaled when it should not be.</div><div><br></div><div>I don't see this shadow covering the application (Office 2013 themes). But, I do see the issue on CXTPResizeDialog based classes that use a frame theme with a shadow. I turned the shadow off, but these themes result in single pixel borders making resizing nearly impossible, especially on 4k monitors.</div><div><br></div><div>Is there any fix that I can add to my 18.5 code base?<br></div>]]>
   </description>
   <pubDate>Thu, 25 Oct 2018 09:27:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77095&amp;title=cxtpframeshadow-covers-the-whole-application#77095</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : &amp;gt;It happens when DPI is above...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77075&amp;title=cxtpframeshadow-covers-the-whole-application#77075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 10 October 2018 at 7:13pm<br /><br />&gt;&nbsp;It happens when DPI is above 96 (100%) for DPI unaware applications only.<div><br></div><div>Thanks for the clarification.</div><div><br></div><div>- Mark R.</div>]]>
   </description>
   <pubDate>Wed, 10 Oct 2018 19:13:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77075&amp;title=cxtpframeshadow-covers-the-whole-application#77075</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : It worked properly in 18.4 because...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77074&amp;title=cxtpframeshadow-covers-the-whole-application#77074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 10 October 2018 at 10:09am<br /><br />It worked properly in 18.4 because it did not clip the overlapped portion of the shadow which lead to a number of performance related complains, so it's been fixed in 18.5, but the fix introduced a new issue and unfortunately it was not noticed during 18.5 build testing<div><br><div>It happens when DPI is above 96 (100%) for DPI unaware applications only. In fact it has turned out to be a bug in Microsoft's&nbsp;DwmGetWindowAttribute with DWMWA_EXTENDED_FRAME_BOUNDS flag, which does not virtualize DPI as it should, which all other SDK functions do properly. This lead to a workaround being added.</div></div><div><br></div><div>Regards</div>]]>
   </description>
   <pubDate>Wed, 10 Oct 2018 10:09:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77074&amp;title=cxtpframeshadow-covers-the-whole-application#77074</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : &amp;gt;The bug has been fixed for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77072&amp;title=cxtpframeshadow-covers-the-whole-application#77072</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 09 October 2018 at 8:13pm<br /><br />&gt;&nbsp;The bug has been fixed for the next update which is due in about a week or so<div><br></div><div>Can you share any information on why some applications are experiencing this and not others?</div><div><br></div><div>Many thanks!</div><div><br></div><div>- Mark R.</div>]]>
   </description>
   <pubDate>Tue, 09 Oct 2018 20:13:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77072&amp;title=cxtpframeshadow-covers-the-whole-application#77072</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : The bug has been fixed for the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77071&amp;title=cxtpframeshadow-covers-the-whole-application#77071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 09 October 2018 at 10:18am<br /><br />The bug has been fixed for the next update which is due in about a week or so. Please re-test with a new update once it's available and confirm it fixes it for you.<div><br></div><div>Regards,</div><div>&nbsp; &nbsp;Alexander</div>]]>
   </description>
   <pubDate>Tue, 09 Oct 2018 10:18:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77071&amp;title=cxtpframeshadow-covers-the-whole-application#77071</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : Thanks - yes I know, I was able...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77065&amp;title=cxtpframeshadow-covers-the-whole-application#77065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 05 October 2018 at 11:24am<br /><br />Thanks&nbsp; - yes I know, I was able to temporarily fix the problem by calling&nbsp;<div><br></div><div>XTPFrameShadowManager()-&gt;SetFlags(xtpFrameShadowsDisabled);</div><div><br></div><div>(Or DisableShadow as you posted)</div><div><br></div><div>But then there will not be a shadow around the application which all other programs have. I still hope for a fix from CodeJock - it did work in 18.4.</div>]]>
   </description>
   <pubDate>Fri, 05 Oct 2018 11:24:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77065&amp;title=cxtpframeshadow-covers-the-whole-application#77065</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPFrameShadow covers the whole application : And only if FrameTheme is enalbed!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77051&amp;title=cxtpframeshadow-covers-the-whole-application#77051</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 23710<br /><strong>Posted:</strong> 02 October 2018 at 2:44am<br /><br />And only if <b>FrameTheme </b>is enalbed!]]>
   </description>
   <pubDate>Tue, 02 Oct 2018 02:44:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23710&amp;PID=77051&amp;title=cxtpframeshadow-covers-the-whole-application#77051</guid>
  </item> 
 </channel>
</rss>