<?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 : 11.2 Bug with Resizable Gallery Control&#039;s</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : 11.2 Bug with Resizable Gallery Control&#039;s]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 20:14:04 +0000</pubDate>
  <lastBuildDate>Thu, 27 Sep 2007 08:14:16 +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=8135</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[11.2 Bug with Resizable Gallery Control&#039;s : cheers, works better, but still...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26517&amp;title=11-2-bug-with-resizable-gallery-controls#26517</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 8135<br /><strong>Posted:</strong> 27 September 2007 at 8:14am<br /><br />cheers, works better, but still a problem:<DIV>&nbsp;</DIV><DIV>1. move window to top of display</DIV><DIV>2. drop font selector in Ribbon SDI sample</DIV><DIV>3. resize to full height of screen</DIV><DIV>4. move window down display</DIV><DIV>5. click popup button for font selector</DIV><DIV>6. now try resizing, the HitTest is not correct as it must be using old values for position of resize bar</DIV><DIV>&nbsp;</DIV><DIV>;) you can always rely on me</DIV>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 08:14:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26517&amp;title=11-2-bug-with-resizable-gallery-controls#26517</guid>
  </item> 
  <item>
   <title><![CDATA[11.2 Bug with Resizable Gallery Control&#039;s : Hi,   Yes it fixed. Thanks,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26497&amp;title=11-2-bug-with-resizable-gallery-controls#26497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8135<br /><strong>Posted:</strong> 27 September 2007 at 1:17am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Yes it fixed. Thanks, Terry.</DIV><DIV>&nbsp;</DIV><DIV>Here diff of XTPPopupBar.cpp:</DIV><DIV>&nbsp;</DIV><DIV><TABLE cellSpacing=0 cellPadding=0 ="fc"><T><T><TR ="secBegin"><TD ="LineNum">668</TD><TD ="LineNum">668</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; CSize szTearOffGripper(0);</TD></TR><TR ="secMiddle"><TD ="LineNum">669</TD><TD ="LineNum">669</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; if (m_bTearOffPopup)</TD></TR><TR ="secMiddle"><TD ="LineNum">670</TD><TD ="LineNum">670</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; {</TD></TR><TR ="secMiddle"><TD ="LineNum">671</TD><TD ="LineNum">671</TD><TD ="Normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; szTearOffGripper = GetPaintManager()-&gt;DrawTearOffGripper(NULL, 0, FALSE, FALSE);</TD></TR><TR ="secMiddle"><TD ="LineNum">672</TD><TD ="LineNum">672</TD><TD ="Normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rcBorders.top += szTearOffGripper.cy;</TD></TR><TR ="secEnd"><TD ="LineNum">673</TD><TD ="LineNum">673</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; }</TD></TR><TR ="secBegin"><TD ="LineNum">&nbsp;</TD><TD ="LineNum">674</TD><TD ="Added"><SPAN ="ttInsigDiff"><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>if</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>(m_bResizable)</FONT></SPAN></TD></TR><TR ="secMiddle"><TD ="LineNum">&nbsp;</TD><TD ="LineNum">675</TD><TD ="Added"><SPAN ="ttInsigDiff"><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>{</FONT></SPAN></TD></TR><TR ="secMiddle"><TD ="LineNum">&nbsp;</TD><TD ="LineNum">676</TD><TD ="Added"><SPAN ="ttInsigDiff"><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>rcBorders.bottom</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>+=</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>m_rcResizeGripper.Height();</FONT></SPAN></TD></TR><TR ="secEnd"><TD ="LineNum">&nbsp;</TD><TD ="LineNum">677</TD><TD ="Added"><SPAN ="ttInsigDiff"><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>}</FONT></SPAN></TD></TR><TR ="secBegin"><TD ="LineNum">674</TD><TD ="LineNum">678</TD><TD ="Normal">&nbsp;</TD></TR><TR ="secMiddle"><TD ="LineNum">675</TD><TD ="LineNum">679</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; CXTPControl* pButtonExpand = m_pControls-&gt;FindControl(XTP_ID_POPUPBAR_EXPAND);</TD></TR><TR ="secMiddle"><TD ="LineNum">676</TD><TD ="LineNum">680</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; CSize szButtonExpand(0);</TD></TR><TR ="secMiddle"><TD ="LineNum">677</TD><TD ="LineNum">681</TD><TD ="Normal">&nbsp;</TD></TR><TR ="secMiddle"><TD ="LineNum">678</TD><TD ="LineNum">682</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; if (m_bCollapsed)</TD></TR><TR ="secEnd"><TD ="LineNum">679</TD><TD ="LineNum">683</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; {</TD></TR><TR ="secGap"><TD colSpan=3>&nbsp;</TD></TR><TR ="secBegin"><TD ="LineNum">790</TD><TD ="LineNum">794</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; if (m_bCollapsed)</TD></TR><TR ="secMiddle"><TD ="LineNum">791</TD><TD ="LineNum">795</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; {</TD></TR><TR ="secMiddle"><TD ="LineNum">792</TD><TD ="LineNum">796</TD><TD ="Normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pButtonExpand-&gt;SetHideFlags(xtpNoHide);</TD></TR><TR ="secMiddle"><TD ="LineNum">793</TD><TD ="LineNum">797</TD><TD ="Normal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pButtonExpand-&gt;SetRect(CRect(rcBorders.left, sz.cy - rcBorders.bottom, sz.cx - rcBorders.right, sz.cy - rcBorders.bottom +&nbsp; szButtonExpand.cy));</TD></TR><TR ="secMiddle"><TD ="LineNum">794</TD><TD ="LineNum">798</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; }</TD></TR><TR ="secEnd"><TD ="LineNum">795</TD><TD ="LineNum">799</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; m_rcTearOffGripper.SetRect(rcBorders.left, rcBorders.top - szTearOffGripper.cy, sz.cx - rcBorders.right, rcBorders.top);</TD></TR><TR ="secAll"><TD ="LineNum">&nbsp;</TD><TD ="LineNum">800</TD><TD ="Added"><SPAN ="ttInsigDiff"><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>if</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>(m_bResizable)</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>m_rcResizeGripper.SetRect(rcBorders.left,</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>sz.cy</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>-</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>rcBorders.bottom,</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>sz.cx</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>-</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>rcBorders.right,</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>sz.cy</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>-</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>rcBorders.bottom</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>+</FONT></SPAN><SPAN ="ttInsigDiff"><FONT color=#0000ff> </FONT></SPAN><SPAN ="ttSigDiff"><FONT color=#ff0000>m_rcResizeGripper.Height());</FONT></SPAN></TD></TR><TR ="secBegin"><TD ="LineNum">796</TD><TD ="LineNum">801</TD><TD ="Normal">&nbsp;</TD></TR><TR ="secMiddle"><TD ="LineNum">797</TD><TD ="LineNum">802</TD><TD ="Normal">&nbsp;&nbsp;&nbsp; if (bInvalidate) Redraw();</TD></TR><TR ="secMiddle"><TD ="LineNum">798</TD><TD ="LineNum">803</TD><TD ="Normal">}</TD></TR><TR ="secMiddle"><TD ="LineNum">799</TD><TD ="LineNum">804</TD><TD ="Normal">&nbsp;</TD></TR><TR ="secMiddle"><TD ="LineNum">800</TD><TD ="LineNum">805</TD><TD ="Normal">void CXTPCommandBar::UpdateShortcuts()</TD></TR><TR ="secEnd"><TD ="LineNum">801</TD><TD ="LineNum">806</TD><TD ="Normal">{</TD></TR></T></T></TABLE></DIV>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 01:17:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26497&amp;title=11-2-bug-with-resizable-gallery-controls#26497</guid>
  </item> 
  <item>
   <title><![CDATA[11.2 Bug with Resizable Gallery Control&#039;s : any ideas Oleg if this will be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26484&amp;title=11-2-bug-with-resizable-gallery-controls#26484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 8135<br /><strong>Posted:</strong> 26 September 2007 at 5:10pm<br /><br />any ideas Oleg if this will be fixed for 11.2.1 and is a temp fix available as causing issues with our testers/users<DIV></DIV>]]>
   </description>
   <pubDate>Wed, 26 Sep 2007 17:10:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26484&amp;title=11-2-bug-with-resizable-gallery-controls#26484</guid>
  </item> 
  <item>
   <title><![CDATA[11.2 Bug with Resizable Gallery Control&#039;s : lol, try my best   just hoping...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26378&amp;title=11-2-bug-with-resizable-gallery-controls#26378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 8135<br /><strong>Posted:</strong> 24 September 2007 at 2:21pm<br /><br />lol, try my best<DIV></DIV><DIV>&nbsp;</DIV><DIV>just hoping Oleg isn't cursing me for this :)</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 24 Sep 2007 14:21:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26378&amp;title=11-2-bug-with-resizable-gallery-controls#26378</guid>
  </item> 
  <item>
   <title><![CDATA[11.2 Bug with Resizable Gallery Control&#039;s : Terrym, you&amp;#039;re my favorite!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26376&amp;title=11-2-bug-with-resizable-gallery-controls#26376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 8135<br /><strong>Posted:</strong> 24 September 2007 at 2:16pm<br /><br />Terrym, you're my favorite! I used to be the most active bug tracker, but you own me now =)]]>
   </description>
   <pubDate>Mon, 24 Sep 2007 14:16:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26376&amp;title=11-2-bug-with-resizable-gallery-controls#26376</guid>
  </item> 
  <item>
   <title><![CDATA[11.2 Bug with Resizable Gallery Control&#039;s : 11.2 Bug with Resizable Gallery...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26364&amp;title=11-2-bug-with-resizable-gallery-controls#26364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 8135<br /><strong>Posted:</strong> 24 September 2007 at 10:07am<br /><br />11.2 Bug with Resizable Gallery Control's, whereby if the gallery control is stretched to the height of the screen nearly, then it will no longer show the resize bar<DIV>&nbsp;</DIV><DIV>Very strange bug, and checked on Word 2007 and it is fine on there, below shows the image correct:<BR></DIV><DIV><img src="http://forum.codejock.com/uploads/20070924_100350_bug.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>and the below shot shows that if I resize the drag bar to the bottom of the screen, the resizer vanishes :(</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20070924_100553_bug2.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Any chance of a fix for this before 11.2.1 ???</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Mon, 24 Sep 2007 10:07:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8135&amp;PID=26364&amp;title=11-2-bug-with-resizable-gallery-controls#26364</guid>
  </item> 
 </channel>
</rss>