<?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 : Problem on XTPCommandBarAnimation</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Problem on XTPCommandBarAnimation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 18:28:14 +0000</pubDate>
  <lastBuildDate>Tue, 27 Feb 2007 09:29:07 +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=6516</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[Problem on XTPCommandBarAnimation : I tried by adding skin to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20782&amp;title=problem-on-xtpcommandbaranimation#20782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=728">gwoin</a><br /><strong>Subject:</strong> 6516<br /><strong>Posted:</strong> 27 February 2007 at 9:29am<br /><br />I tried by adding skin to the RibbonMDISample and I did not see it crash.<br><br>May be it could be linked with the other problem in the CXTPOffice2007FrameHook::RedrawFrame() function...<br><br>My application fires truly often at the same point in this function...]]>
   </description>
   <pubDate>Tue, 27 Feb 2007 09:29:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20782&amp;title=problem-on-xtpcommandbaranimation#20782</guid>
  </item> 
  <item>
   <title><![CDATA[Problem on XTPCommandBarAnimation : Hi Oleg,Not tested on your sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20778&amp;title=problem-on-xtpcommandbaranimation#20778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=728">gwoin</a><br /><strong>Subject:</strong> 6516<br /><strong>Posted:</strong> 27 February 2007 at 8:31am<br /><br />Hi Oleg,<br><br>Not tested on your sample yet.<br>I will modify the RibbonMDISample to add skin and see if it happends.<br>]]>
   </description>
   <pubDate>Tue, 27 Feb 2007 08:31:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20778&amp;title=problem-on-xtpcommandbaranimation#20778</guid>
  </item> 
  <item>
   <title><![CDATA[Problem on XTPCommandBarAnimation : Hi,  hm. Do you able to reproduce...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20774&amp;title=problem-on-xtpcommandbaranimation#20774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6516<br /><strong>Posted:</strong> 27 February 2007 at 7:53am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>hm. Do you able to reproduce it with our sample?</DIV>]]>
   </description>
   <pubDate>Tue, 27 Feb 2007 07:53:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20774&amp;title=problem-on-xtpcommandbaranimation#20774</guid>
  </item> 
  <item>
   <title><![CDATA[Problem on XTPCommandBarAnimation : Hi,Running my application in Debug...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20767&amp;title=problem-on-xtpcommandbaranimation#20767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=728">gwoin</a><br /><strong>Subject:</strong> 6516<br /><strong>Posted:</strong> 27 February 2007 at 5:09am<br /><br />Hi,<br><br>Running my application in Debug Mode, it crashes when I moved the mouve over the ribbon bar (after few minutes or seconds).<br>It crashes in the CXTPCommandBarAnimation::AlphaBlendU(PBYTE pDest, PBYTE pSrcBack, ...) function.<br>The debugger says that pDest is NULL, so it cannot write on it (line 90):<br><i>pDest&#091;0&#093; = (BYTE)((pSrcBack&#091;0&#093; * byDiff + pSrc&#091;0&#093; * byAlpha) &gt;&gt; 8);</i><br><br>Here is the call stack (I renamed the DLL "UID" for short):<br><br><ul><li>&gt;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBarAnimation::AlphaBlendU(unsigned char * pDest=0x00000000, unsigned char * pSrcBack=0x0a470000, int cx=99, int cy=22, unsigned char * pSrc=0x0a460000, unsigned char byAlpha='*')&nbsp; Ligne 90 + 0x22 octets&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBarAnimation::AnimateRect(CClientDC &amp; dc={...}, CXTPCommandBarAnimation::CAnimateInfo * pai=0x09e8fad0)&nbsp; Ligne 130&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBarAnimation::AddAnimation(CClientDC &amp; dc={...}, CXTPCommandBarAnimation::CAnimateInfo * pai=0x09e8fad0)&nbsp; Ligne 206&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBarAnimation::RedrawRect(const tagRECT * lpRect=0x0012efd4, int bAnimate=1)&nbsp; Ligne 295&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBar::Redraw(const tagRECT * lpRect=0x0012efd4, int bAnimate=1)&nbsp; Ligne 1313&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPControl::RedrawParent(int bAnimate=1)&nbsp; Ligne 489 + 0x45 octets&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPControl::OnSetSelected(int bSelected=0)&nbsp; Ligne 515&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPControlPopup::OnSetSelected(int bSelected=0)&nbsp; Ligne 179 + 0xc octets&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBar::SetSelected(int nSelected=53, int bKeyboard=0)&nbsp; Ligne 504 + 0x32 octets&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBar::OnMouseMove(unsigned int __formal=0, CPoint point={...})&nbsp; Ligne 376 + 0x18 octets&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPRibbonBar::OnMouseMove(unsigned int nFlags=0, CPoint point={...})&nbsp; Ligne 1837&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; mfc80d.dll!CWnd::OnWndMsg(unsigned int message=512, unsigned int wParam=0, long lParam=5177686, long * pResult=0x0012f84c)&nbsp; Ligne 2169&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; UID.dll!CXTPCommandBar::OnWndMsg(unsigned int message=512, unsigned int wParam=0, long lParam=5177686, long * pResult=0x0012f84c)&nbsp; Ligne 2345&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; mfc80d.dll!CWnd::WindowProc(unsigned int message=512, unsigned int wParam=0, long lParam=5177686)&nbsp; Ligne 1741 + 0x20 octets&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; mfc80d.dll!AfxCallWndProc(CWnd * pWnd=0x06599218, HWND__ * hWnd=0x00050604, unsigned int nMsg=512, unsigned int wParam=0, long lParam=5177686)&nbsp; Ligne 240 + 0x1c octets&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; mfc80d.dll!AfxWndProc(HWND__ * hWnd=0x00050604, unsigned int nMsg=512, unsigned int wParam=0, long lParam=5177686)&nbsp; Ligne 389&nbsp;&nbsp;&nbsp; C++</li></ul><ul><li>&nbsp;&nbsp;&nbsp;&nbsp; mfc80d.dll!AfxWndProcBase(HWND__ * hWnd=0x00050604, unsigned int nMsg=512, unsigned int wParam=0, long lParam=5177686)&nbsp; Ligne 411 + 0x15 octets&nbsp;&nbsp;&nbsp; C++</li></ul><br><br><br>]]>
   </description>
   <pubDate>Tue, 27 Feb 2007 05:09:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6516&amp;PID=20767&amp;title=problem-on-xtpcommandbaranimation#20767</guid>
  </item> 
 </channel>
</rss>