<?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 : SetAnimationDelay documentation and divide by zero</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : SetAnimationDelay documentation and divide by zero]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 13:50:53 +0000</pubDate>
  <lastBuildDate>Wed, 18 Oct 2006 09:53:08 +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=5216</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[SetAnimationDelay documentation and divide by zero : Thanks ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16630&amp;title=setanimationdelay-documentation-and-divide-by-zero#16630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1586">jansim</a><br /><strong>Subject:</strong> 5216<br /><strong>Posted:</strong> 18 October 2006 at 9:53am<br /><br /><P>Thanks</P>]]>
   </description>
   <pubDate>Wed, 18 Oct 2006 09:53:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16630&amp;title=setanimationdelay-documentation-and-divide-by-zero#16630</guid>
  </item> 
  <item>
   <title><![CDATA[SetAnimationDelay documentation and divide by zero : Hello,  Sorry, you right. Fixed....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16608&amp;title=setanimationdelay-documentation-and-divide-by-zero#16608</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5216<br /><strong>Posted:</strong> 18 October 2006 at 1:37am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Sorry, you right. Fixed.</DIV>]]>
   </description>
   <pubDate>Wed, 18 Oct 2006 01:37:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16608&amp;title=setanimationdelay-documentation-and-divide-by-zero#16608</guid>
  </item> 
  <item>
   <title><![CDATA[SetAnimationDelay documentation and divide by zero : I&amp;#039;m surprised that you don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16581&amp;title=setanimationdelay-documentation-and-divide-by-zero#16581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1586">jansim</a><br /><strong>Subject:</strong> 5216<br /><strong>Posted:</strong> 16 October 2006 at 4:38pm<br /><br />I'm surprised that you don't have the crash.<DIV></DIV><DIV></DIV>Here are the problematic lines :<DIV>&nbsp;</DIV><DIV>m_nStepCount = m_nAnimationDuration / m_nAnimationInterval; ( which sets m_nStepCount to 0 ).</DIV><DIV>&nbsp;</DIV><DIV>then later :</DIV><DIV>&nbsp;</DIV><DIV>rc.bottom = rc.top + max( nMinH, m_nSlideStep * m_nExpandedHeight / m_nStepCount&nbsp;);</DIV><DIV>&nbsp;</DIV><DIV>The problem only occurs when unpinning FLOATING panes.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Jansim</DIV>]]>
   </description>
   <pubDate>Mon, 16 Oct 2006 16:38:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16581&amp;title=setanimationdelay-documentation-and-divide-by-zero#16581</guid>
  </item> 
  <item>
   <title><![CDATA[SetAnimationDelay documentation and divide by zero : Hello, documentation right -...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16332&amp;title=setanimationdelay-documentation-and-divide-by-zero#16332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5216<br /><strong>Posted:</strong> 05 October 2006 at 10:16am<br /><br />Hello,<DIV>documentation right - set nAnimationDuration&nbsp;to 0, but not nAnimationInterval.</DIV><DIV>&nbsp;</DIV><DIV>from code:</DIV><DIV>&nbsp;m_nStepsCount = CXTPDockingPaneAutoHideWnd::m_nAnimationDuration / CXTPDockingPaneAutoHideWnd::m_nAnimationInterval;<BR></DIV><DIV>set nAnimationInterval to any not 0 value.</DIV>]]>
   </description>
   <pubDate>Thu, 05 Oct 2006 10:16:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16332&amp;title=setanimationdelay-documentation-and-divide-by-zero#16332</guid>
  </item> 
  <item>
   <title><![CDATA[SetAnimationDelay documentation and divide by zero : Hi,  In CXTPDockingPaneManager::SetAnimationDelay...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16314&amp;title=setanimationdelay-documentation-and-divide-by-zero#16314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1586">jansim</a><br /><strong>Subject:</strong> 5216<br /><strong>Posted:</strong> 04 October 2006 at 11:49am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>In CXTPDockingPaneManager::SetAnimationDelay documentation</DIV><DIV>it is said :</DIV><DIV>"to disable animation set nAnimationDuration = 0"</DIV><DIV>&nbsp;</DIV><DIV>It works fine with docked panes, however, when unpinning floating panes, the DoSlideStep method of the MiniWnd divides by a value that is setted with nAnimationDuration which is zero. <img src="http://forum.codejock.com/smileys/smiley11.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I use 1 which works juste fine, do you plan on fixing the divide by zero or the documentation to use 1 instead of 0 ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Jansim</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 04 Oct 2006 11:49:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5216&amp;PID=16314&amp;title=setanimationdelay-documentation-and-divide-by-zero#16314</guid>
  </item> 
 </channel>
</rss>