<?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 : Tiling windows on XP fails for CodeJock apps.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Tiling windows on XP fails for CodeJock apps.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 21:43:45 +0000</pubDate>
  <lastBuildDate>Thu, 16 Jul 2009 14:31:39 +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=14713</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[Tiling windows on XP fails for CodeJock apps. : Oleg,  What do you mean by the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=51018&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#51018</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 16 July 2009 at 2:31pm<br /><br />Oleg,<DIV>&nbsp;</DIV><DIV>What do you mean by the ribbon frame? When I run spy++ and find a window in the CJ V12 ribbon sample,&nbsp;if I place the find icon over the command ribbon, I see the caption is "The Ribbon" and class is "XTPToolBar". That window does not have the WS_CAPTION style. But if I find the frame window, I see that the WS_CAPTION style is set. That frame window class is "XTPMainFrame" and it has the WS_CAPTION style.</DIV><DIV>&nbsp;</DIV><DIV>In V11, the "XTPMainFrame" of the sample does not have the WS_CAPTION style.</DIV><DIV>&nbsp;</DIV><DIV>However, in both cases, the CJ app fails to tile on XP.</DIV><DIV>&nbsp;</DIV><DIV>Also, we have our current released app built on V11.2. I found code in your source that removed the WS_CAPTION style. I set a breakpoint and skip the call. Our app then does indeed participate in the tiling commands. However a regression immediatly shows up. The old underlying MFC (blue) caption bar displays over the top of the CJ command ribbon. In V12, which we are using to build the next version of our app, I don't see any code in CJ that removes the style from the frame. But as I said, we still fail to tile.</DIV><DIV>&nbsp;</DIV><DIV>When I locate my app's frame, the WS_CAPTION style is set on it. We derive our frame class from CXTPMDIFrameWnd. So which of the windows I am locating are you referring to and why doesn't the CJ apps tile with V12 since it appears the WS_CAPTION style is not being removed?</DIV>]]>
   </description>
   <pubDate>Thu, 16 Jul 2009 14:31:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=51018&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#51018</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : Looks like the Word frame window...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50873&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50873</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 11 July 2009 at 9:59am<br /><br />Looks like the Word frame window has the WS_CAPTION style and the caption is what one sees displayed. Their "ribbon" overlay window has the style and its caption is "Ribbon", which is not displayed. When I monitor the messages the Word frame window gets, I see the WM_WINDOWPOSCHANGED and other messages I would expect when I run one of the task bar tiling commands.]]>
   </description>
   <pubDate>Sat, 11 Jul 2009 09:59:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50873&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50873</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : Vista must have removed the restriction...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50872&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 11 July 2009 at 9:52am<br /><br />Vista must have removed the restriction Oleg mentions since I don't see the problem there. I wonder what happens if I add the style back after the frame is created. Will the CJ ribbon simply overdisplay the other (and will display be fast enough so users don't really see it) or perhaps not display at all.&nbsp;Or is removing the style part of the fix that CJ added to prevent display issues we had in V11 where the original title area of the MFC frame can sometimes end up displayed over the CJ ribbon? I had a solution for that to force the ribbon to redisplay when it needed to but I could see the "flash" of the underlying frame display when it happened.]]>
   </description>
   <pubDate>Sat, 11 Jul 2009 09:52:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50872&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50872</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : WM_NOTIFY + ABN_WINDOWARRANGE,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50855&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 10 July 2009 at 10:18am<br /><br />WM_NOTIFY + ABN_WINDOWARRANGE, I'd guess.<DIV><a href="http://msdn.microsoft.com/en-us/library/bb774198%28VS.85%29.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/bb774198(VS.85).aspx</A></DIV><DIV>&nbsp;</DIV><DIV>It should be possible to hook the taskbar and react to these messages... I wonder how MS word does this!</DIV>]]>
   </description>
   <pubDate>Fri, 10 Jul 2009 10:18:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50855&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50855</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : 403 = Cascade  404=Tile Horizontally 405...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50853&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 10 July 2009 at 10:03am<br /><br />403 = Cascade <DIV>404&nbsp;=&nbsp;Tile Horizontally</DIV><DIV>405 =&nbsp;Tile Vertically</DIV><DIV>&nbsp;</DIV><DIV>There you have the IDs. Hook WM_COMMAND + ID + classname, and you are ready to rock.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Some more info. VB-hack:</DIV><DIV><a href="http://fisheye1.atlassian.com/browse/~raw,r=1.1/rssbandit/v1.2.0.114/Source/ChildProjects/ShellBasics/ShellBasics/Applicati&#111;nDesktopToolbar.cs" target="_blank">http://fisheye1.atlassian.com/browse/~raw,r=1.1/rssbandit/v1.2.0.114/Source/ChildProjects/ShellBasics/ShellBasics/ApplicationDesktopToolbar.cs</A></DIV>]]>
   </description>
   <pubDate>Fri, 10 Jul 2009 10:03:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50853&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50853</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : Word handles this properly :( ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50852&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 10 July 2009 at 9:57am<br /><br />Word handles this properly :(]]>
   </description>
   <pubDate>Fri, 10 Jul 2009 09:57:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50852&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50852</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : Hi,  TaskBar doesn&amp;#039;t send...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50842&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 10 July 2009 at 6:31am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>TaskBar doesn't send something to hook :( </DIV>]]>
   </description>
   <pubDate>Fri, 10 Jul 2009 06:31:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50842&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50842</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : Perhaps you could hook this particular...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50837&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 10 July 2009 at 6:24am<br /><br />Perhaps you could hook this particular command and temporarily disable the ribbon frame?]]>
   </description>
   <pubDate>Fri, 10 Jul 2009 06:24:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50837&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50837</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : Hi,  yes, Ribbon Frame removes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50833&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50833</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 10 July 2009 at 5:59am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>yes, Ribbon Frame removes WS_CAPTION style to draw its own caption&nbsp; and TaskBar doesn't arrange windows without this style :-(</DIV><DIV>&nbsp;</DIV><DIV>If you don't use Ribbon Frame you won't see it.</DIV>]]>
   </description>
   <pubDate>Fri, 10 Jul 2009 05:59:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50833&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50833</guid>
  </item> 
  <item>
   <title><![CDATA[Tiling windows on XP fails for CodeJock apps. : Using V11.2, build and start the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50818&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 14713<br /><strong>Posted:</strong> 09 July 2009 at 5:11pm<br /><br />Using V11.2, build and start the ribbonsample. Then start the ribbon sample and a couple of windows explorers. Then go to the taskbar and right-click and choose the "Tile Windows Vertically" command. Notice that the ribbonsample does not participate in the tiling. <DIV>&nbsp;</DIV><DIV>Or: Close all windows on the desktop. Start Visual Studio and open the ribbon sample. Then start the sample. Run "Tile Windows Vertically" and notice that Visual Studio is resized to fit the entire desktop (resized, not maximized).</DIV><DIV>&nbsp;</DIV><DIV>A codejock app&nbsp;fails to work with the "Tile Windows Horizontally" command too.</DIV><DIV>&nbsp;</DIV><DIV>Why doesn't CodeJock based applications function correctly with the task bar tile windows commands?</DIV><DIV>&nbsp;</DIV><DIV>Or more importantly, how do I fix this problem?</DIV><DIV>&nbsp;</DIV><DIV>A bit more info ... No problem on Vista (Show windowws stacked/sid by side) with V11.2. Also, the problem exists with V13.0 on XP (new customer problem report just filed on the version of our product that is running with 13.0 on XP). Fix becoming more important as customer complaints come in ...</DIV>]]>
   </description>
   <pubDate>Thu, 09 Jul 2009 17:11:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14713&amp;PID=50818&amp;title=tiling-windows-on-xp-fails-for-codejock-apps#50818</guid>
  </item> 
 </channel>
</rss>