<?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 : Ribbon Sample</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Ribbon Sample]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 18:21:38 +0000</pubDate>
  <lastBuildDate>Fri, 04 May 2007 14:56:09 +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=6990</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[Ribbon Sample : Hello,  Attach whole project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22557&amp;title=ribbon-sample#22557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6990<br /><strong>Posted:</strong> 04 May 2007 at 2:56pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Attach whole project in issuetrack.</DIV>]]>
   </description>
   <pubDate>Fri, 04 May 2007 14:56:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22557&amp;title=ribbon-sample#22557</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample : I just send You all my header...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22551&amp;title=ribbon-sample#22551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 6990<br /><strong>Posted:</strong> 04 May 2007 at 11:22am<br /><br />I just send You all my header and cpp. The workspace class is this same like in ribbon sample.<DIV>&nbsp;</DIV><DIV>Thanks a lot for your help!</DIV><DIV>&nbsp;</DIV><DIV><FONT size=4>my Header</FONT></DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff size=2><P><FONT size=1>#pragma</FONT></FONT><FONT size=1> </FONT><FONT color=#0000ff><FONT size=1>once</FONT></P><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"TestView.h"</P></FONT></FONT><FONT color=#008000 size=1><P>///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</P></FONT><FONT color=#0000ff><P><FONT size=1>class</FONT></FONT><FONT size=1> <FONT color=#010001>CMainDoc</FONT>;</FONT></P><FONT color=#0000ff><P><FONT size=1>class</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT> : <FONT color=#0000ff>public</FONT> <FONT color=#010001>CView</P></FONT></FONT><P><FONT size=1>{</FONT></P><FONT color=#0000ff><P><FONT size=1>protected</FONT></FONT><FONT size=1>:</FONT></P><P><FONT size=1><FONT color=#010001>CMainView</FONT>();</FONT></P><P><FONT size=1><FONT color=#010001>DECLARE_DYNCREATE</FONT>( <FONT color=#010001>CMainView</FONT> )</FONT></P><FONT color=#008000 size=1><P>// Attributes</P></FONT><FONT color=#0000ff><P><FONT size=1>public</FONT></FONT><FONT size=1>:</FONT></P><P><FONT size=1><FONT color=#010001>CMainDoc</FONT>* <FONT color=#010001>GetDocument</FONT>();</FONT></P><P><FONT size=1><FONT color=#0000ff>virtual</FONT> ~<FONT color=#010001>CMainView</FONT>();</FONT></P><FONT color=#008000 size=1><P>// Operations</P></FONT><FONT color=#0000ff><P><FONT size=1>public</FONT></FONT><FONT size=1>:</FONT></P><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#010001>BOOL</FONT> <FONT color=#010001>PreCreateWindow</FONT>( <FONT color=#010001>CREATESTRUCT</FONT>&amp; <FONT color=#010001>cs</FONT> );</FONT></P><FONT color=#0000ff><P><FONT size=1>#ifdef</FONT></FONT><FONT size=1> <FONT color=#010001>_DEBUG</P></FONT></FONT><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>AssertValid</FONT>() <FONT color=#0000ff>const</FONT>;</FONT></P><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>Dump</FONT>( <FONT color=#010001>CDumpContext</FONT>&amp; <FONT color=#010001>dc</FONT> ) <FONT color=#0000ff>const</FONT>;</FONT></P><FONT color=#0000ff size=1><P>#endif</P></FONT><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>CalcWindowRect</FONT>( <FONT color=#010001>LPRECT</FONT> <FONT color=#010001>lpClientRect</FONT>, <FONT color=#010001>UINT</FONT> <FONT color=#010001>nAdjustType</FONT> = <FONT color=#010001>adjustBorder</FONT> );</FONT></P><FONT color=#0000ff><P><FONT size=1>protected</FONT></FONT><FONT size=1>:</FONT></P><P><FONT color=#008000><FONT size=1>// called first time after construct</FONT></P></FONT><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnInitialUpdate</FONT>(); </FONT></P><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#010001>BOOL</FONT> <FONT color=#010001>OnPreparePrinting</FONT>( <FONT color=#010001>CPrintInfo</FONT> *<FONT color=#010001>pInfo</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>afx_msg</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnDestroy</FONT>();</FONT></P><P><FONT size=1><FONT color=#010001>afx_msg</FONT> <FONT color=#010001>BOOL</FONT> <FONT color=#010001>OnEraseBkgnd</FONT>( <FONT color=#010001>CDC</FONT> *<FONT color=#010001>pDC</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>DECLARE_MESSAGE_MAP</FONT>()</FONT></P><P><FONT size=1><FONT color=#0000ff>void</FONT> <FONT color=#010001>OnEmptyCommand</FONT>( <FONT color=#010001>UINT</FONT> );</FONT></P><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnDraw</FONT>( <FONT color=#010001>CDC</FONT>* <FONT color=#008000>/*pDC*/</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>afx_msg</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnPaint</FONT>();</FONT></P><P><FONT size=1><FONT color=#010001>afx_msg</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnNcPaint</FONT>();</FONT></P><FONT color=#0000ff><P><FONT size=1>public</FONT></FONT><FONT size=1>:</FONT></P><P><FONT size=1><FONT color=#010001>afx_msg</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnMouseMove</FONT>(<FONT color=#010001>UINT</FONT> <FONT color=#010001>nFlags</FONT>, <FONT color=#010001>CPoint</FONT> <FONT color=#010001>point</FONT>);</FONT></P><FONT color=#0000ff><P><FONT size=1>protected</FONT></FONT><FONT size=1>:</FONT></P><P><FONT size=1><FONT color=#0000ff>virtual</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnUpdate</FONT>(<FONT color=#010001>CView</FONT>* <FONT color=#008000>/*pSender*/</FONT>, <FONT color=#010001>LPARAM</FONT> <FONT color=#008000>/*lHint*/</FONT>, <FONT color=#010001>CObject</FONT>* <FONT color=#008000>/*pHint*/</FONT>);</FONT></P><P><FONT size=1><FONT color=#010001>HBITMAP</FONT> <FONT color=#010001>hBitmap</FONT>;</FONT></P><FONT color=#0000ff><P><FONT size=1>public</FONT></FONT><FONT size=1>:</FONT></P><P><FONT size=1><FONT color=#010001>afx_msg</FONT> <FONT color=#0000ff>void</FONT> <FONT color=#010001>OnSize</FONT>(<FONT color=#010001>UINT</FONT> <FONT color=#010001>nType</FONT>, <FONT color=#0000ff>int</FONT> <FONT color=#010001>cx</FONT>, <FONT color=#0000ff>int</FONT> <FONT color=#010001>cy</FONT>);</FONT></P><P><FONT size=1>};</P><DIV></DIV><DIV></DIV><DIV></DIV><P></FONT><FONT size=4>My CPP</P><DIV></DIV><DIV></DIV><FONT color=#0000ff size=2><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"stdafx.h"</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"CMainApp.h"</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"CMainDoc.h"</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"CMainView.h"</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"CMainFrame.h"</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"CWorkspaceView.h"</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#include</FONT></FONT><FONT size=1> <FONT color=#ff0000>"CDoubleBuffer.h"</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#ifdef</FONT></FONT><FONT size=1> <FONT color=#010001>_DEBUG</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#define</FONT></FONT><FONT size=1> <FONT color=#0000ff>new</FONT> <FONT color=#010001>DEBUG_NEW</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>#undef</FONT></FONT><FONT size=1> <FONT color=#010001>THIS_FILE</P></FONT></FONT><FONT color=#0000ff><P><FONT size=1>static</FONT></FONT><FONT size=1> <FONT color=#0000ff>char</FONT> <FONT color=#010001>THIS_FILE</FONT>&#091;&#093; = <FONT color=#010001>__FILE__</FONT>;</FONT></P><FONT color=#0000ff size=1><P>#endif</P></FONT><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* Message maps</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Message maps</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#010001><P><FONT size=1>IMPLEMENT_DYNCREATE</FONT></FONT><FONT size=1>( <FONT color=#010001>CMainView</FONT>, <FONT color=#010001>CView</FONT> )</FONT></P><FONT color=#010001><P><FONT size=1>BEGIN_MESSAGE_MAP</FONT></FONT><FONT size=1>( <FONT color=#010001>CMainView</FONT>, <FONT color=#010001>CView</FONT> )</FONT></P><P><FONT size=1><FONT color=#010001>ON_WM_DESTROY</FONT>()</FONT></P><P><FONT size=1><FONT color=#010001>ON_WM_MOUSEMOVE</FONT>()</FONT></P><P><FONT size=1><FONT color=#010001>ON_WM_PAINT</FONT>()</FONT></P><P><FONT size=1><FONT color=#010001>ON_WM_ERASEBKGND</FONT>()</FONT></P><P><FONT size=1><FONT color=#010001>ON_WM_NCPAINT</FONT>()</FONT></P><P><FONT size=1><FONT color=#010001>ON_WM_SIZE</FONT>()</FONT></P><FONT color=#010001><P><FONT size=1>END_MESSAGE_MAP</FONT></FONT><FONT size=1>()</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* CAlphabetNamesView()</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Constructor</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#010001><P><FONT size=1>CMainView</FONT></FONT><FONT size=1>::<FONT color=#010001>CMainView</FONT>()</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>hBitmap</FONT> = (<FONT color=#010001>HBITMAP</FONT>)::<FONT color=#010001>LoadImage</FONT>( <FONT color=#010001>NULL</FONT>, <FONT color=#ff0000>"C:\\test.bmp"</FONT>, <FONT color=#010001>IMAGE_BITMAP</FONT>, <FONT color=#800000>0</FONT>, <FONT color=#800000>0</FONT>, <FONT color=#010001>LR_CREATEDIBSECTION</FONT> | <FONT color=#010001>LR_LOADFROMFILE</FONT> );</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* ~CAlphabetNamesView()</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Destructor</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#010001><P><FONT size=1>CMainView</FONT></FONT><FONT size=1>::~<FONT color=#010001>CMainView</FONT>()</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* BOOL PreCreateWindow( CREATESTRUCT&amp; cs )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Precreate window style</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#010001><P><FONT size=1>BOOL</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>PreCreateWindow</FONT>( <FONT color=#010001>CREATESTRUCT</FONT>&amp; <FONT color=#010001>cs</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>cs</FONT>.<FONT color=#010001>dwExStyle</FONT> &amp;= ~<FONT color=#010001>WS_EX_CLIENTEDGE</FONT>;</FONT></P><P><FONT size=1><FONT color=#0000ff>return</FONT> <FONT color=#010001>CView</FONT>::<FONT color=#010001>PreCreateWindow</FONT>( <FONT color=#010001>cs</FONT> );</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnInitialUpdate()</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Initial update on view. Called only once</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnInitialUpdate</FONT>()</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>OnInitialUpdate</FONT>();</FONT></P><P><FONT size=1><FONT color=#010001>ModifyStyleEx</FONT>( <FONT color=#010001>WS_EX_CLIENTEDGE</FONT> , <FONT color=#800000>0</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>ModifyStyle</FONT>( <FONT color=#800000>0</FONT>, <FONT color=#010001>WS_BORDER</FONT> );</FONT></P><P><FONT size=1></FONT></P><P><FONT size=1><FONT color=#010001>ULONG</FONT> <FONT color=#010001>ulStyle</FONT> = ::<FONT color=#010001>GetClassLong</FONT>( <FONT color=#010001>GetSafeHwnd</FONT>(), <FONT color=#010001>GCL_STYLE</FONT> );</FONT></P><P><FONT size=1><FONT color=#0000ff>if</FONT>( !( <FONT color=#010001>ulStyle</FONT> &amp; <FONT color=#010001>CS_DROPSHADOW</FONT> ) )</FONT></P><P><FONT size=1>::<FONT color=#010001>SetClassLong</FONT>( <FONT color=#010001>GetSafeHwnd</FONT>(), <FONT color=#010001>GCL_STYLE</FONT>, <FONT color=#010001>CS_DROPSHADOW</FONT> );</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnPreparePrinting( CPrintInfo *pInfo )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Prepare printing</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#010001><P><FONT size=1>BOOL</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnPreparePrinting</FONT>( <FONT color=#010001>CPrintInfo</FONT> *<FONT color=#010001>pInfo</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT color=#008000><FONT size=1>// default preparation</FONT></P></FONT><P><FONT size=1><FONT color=#0000ff>return</FONT> <FONT color=#010001>DoPreparePrinting</FONT>( <FONT color=#010001>pInfo</FONT> );</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnDestroy( )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Destroy view</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnDestroy</FONT>()</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>OnDestroy</FONT>();</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#0000ff><P><FONT size=1>#ifdef</FONT></FONT><FONT size=1> <FONT color=#010001>_DEBUG</P></FONT></FONT><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void AssertValid( ) const</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Assert</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>AssertValid</FONT>() <FONT color=#0000ff>const</P></FONT></FONT><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>AssertValid</FONT>();</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void Dump( CDumpContext&amp; dc ) const</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Dump</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>Dump</FONT>( <FONT color=#010001>CDumpContext</FONT>&amp; <FONT color=#010001>dc</FONT> ) <FONT color=#0000ff>const</P></FONT></FONT><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>Dump</FONT>( <FONT color=#010001>dc</FONT> );</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* CAlphabetNamesDoc* CAlphabetNamesView::GetDocument() </FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Return document object pointer</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#010001><P><FONT size=1>CMainDoc</FONT></FONT><FONT size=1>* <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>GetDocument</FONT>() </FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>ASSERT</FONT>( <FONT color=#010001>m_pDocument</FONT>-&gt;<FONT color=#010001>IsKindOf</FONT>( <FONT color=#010001>RUNTIME_CLASS</FONT>( <FONT color=#010001>CMainDoc</FONT> ) ) ) ;</FONT></P><P><FONT size=1><FONT color=#0000ff>return</FONT> (<FONT color=#010001>CMainDoc</FONT> *)<FONT color=#010001>m_pDocument</FONT>;</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#0000ff><P><FONT size=1>#endif</FONT></FONT><FONT size=1> </FONT><FONT color=#008000><FONT size=1>//_DEBUG</FONT></P><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnDraw ( CDC *pDC ) </FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* View drawing function</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnDraw</FONT>( <FONT color=#010001>CDC</FONT> *<FONT color=#010001>pDC</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#0000ff>return</FONT>;</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void CalcWindowRect( LPRECT lpClientRect, UINT nAdjustType )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* Calculates window rect</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>CalcWindowRect</FONT>( <FONT color=#010001>LPRECT</FONT> <FONT color=#010001>lpClientRect</FONT>, <FONT color=#010001>UINT</FONT> <FONT color=#010001>nAdjustType</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>CalcWindowRect</FONT>( <FONT color=#010001>lpClientRect</FONT>, <FONT color=#010001>nAdjustType</FONT> );</FONT></P><P><FONT size=1><FONT color=#0000ff>int</FONT> <FONT color=#010001>nWidth</FONT> = <FONT color=#800000>200</FONT>;</FONT></P><P><FONT size=1><FONT color=#0000ff>int</FONT> <FONT color=#010001>nHeight</FONT> = <FONT color=#800000>200</FONT>;;</FONT></P><P><FONT size=1><FONT color=#0000ff>int</FONT> <FONT color=#010001>nClientWidth</FONT> = <FONT color=#010001>lpClientRect</FONT>-&gt;<FONT color=#010001>right</FONT> - <FONT color=#010001>lpClientRect</FONT>-&gt;<FONT color=#010001>left</FONT>;</FONT></P><P><FONT size=1><FONT color=#0000ff>int</FONT> <FONT color=#010001>nBorders</FONT> = <FONT color=#010001>max</FONT>(<FONT color=#800000>8</FONT>, <FONT color=#010001>nClientWidth</FONT> - <FONT color=#010001>nWidth</FONT>);</FONT></P><P><FONT size=1><FONT color=#0000ff>int</FONT> <FONT color=#010001>nTopMargin</FONT> = <FONT color=#010001>max</FONT>(<FONT color=#800000>4</FONT>, <FONT color=#800000>40</FONT>);</FONT></P><P><FONT size=1><FONT color=#010001>lpClientRect</FONT>-&gt;<FONT color=#010001>top</FONT> += <FONT color=#010001>nTopMargin</FONT>;</FONT></P><P><FONT size=1><FONT color=#010001>lpClientRect</FONT>-&gt;<FONT color=#010001>left</FONT> += <FONT color=#800000>300</FONT>;</FONT></P><P><FONT size=1><FONT color=#010001>lpClientRect</FONT>-&gt;<FONT color=#010001>right</FONT> -= <FONT color=#800000>300</FONT>;</FONT></P><P><FONT size=1><FONT color=#010001>lpClientRect</FONT>-&gt;<FONT color=#010001>bottom</FONT> -= <FONT color=#800000>30</FONT>;</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnMouseMove( UINT nFlags, CPoint point )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* WM_MOUSEMOVE message handler</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnMouseMove</FONT>( <FONT color=#010001>UINT</FONT> <FONT color=#010001>nFlags</FONT>, <FONT color=#010001>CPoint</FONT> <FONT color=#010001>point</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CString</FONT> <FONT color=#010001>cs</FONT>;</FONT></P><P><FONT size=1><FONT color=#010001>cs</FONT>.<FONT color=#010001>Format</FONT>( <FONT color=#ff0000>"X=%.3d : Y=%.3d"</FONT>, <FONT color=#010001>point</FONT>.<FONT color=#010001>x</FONT>, <FONT color=#010001>point</FONT>.<FONT color=#010001>y</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>CMainFrame</FONT>* <FONT color=#010001>pFrame</FONT> = (<FONT color=#010001>CMainFrame</FONT> *)<FONT color=#010001>AfxGetMainWnd</FONT>();</FONT></P><P><FONT size=1><FONT color=#0000ff>if</FONT> ( <FONT color=#010001>pFrame</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>pFrame</FONT>-&gt;<FONT color=#010001>m_wndStatusBar</FONT>.<FONT color=#010001>SetPaneText</FONT>( <FONT color=#010001>pFrame</FONT>-&gt;<FONT color=#010001>m_wndStatusBar</FONT>.<FONT color=#010001>CommandToIndex</FONT>( <FONT color=#010001>ID_INDICATOR_POSITION</FONT> ), <FONT color=#010001>cs</FONT>, <FONT color=#010001>TRUE</FONT> );</FONT></P><P><FONT size=1>}</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>OnMouseMove</FONT>(<FONT color=#010001>nFlags</FONT>, <FONT color=#010001>point</FONT>);</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnUpdate( CView *pSender, LPARAM lHint, CObject *pHint )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* OnUpdate view function called by document object</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnUpdate</FONT>( <FONT color=#010001>CView</FONT> *<FONT color=#010001>pSender</FONT>, <FONT color=#010001>LPARAM</FONT> <FONT color=#010001>lHint</FONT>, <FONT color=#010001>CObject</FONT> *<FONT color=#010001>pHint</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#0000ff>int</FONT> <FONT color=#010001>nParam</FONT> = (<FONT color=#0000ff>int</FONT>)<FONT color=#010001>lHint</FONT>;</FONT></P><P><FONT color=#008000><FONT size=1>//if ( nParam == 1 )</FONT></P></FONT><P><FONT color=#008000><FONT size=1>// m_strFileName = *(CString *)pHint;</FONT></P></FONT><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnPaint()</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* OnPaint message handler</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnPaint</FONT>()</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CPaintDC</FONT> <FONT color=#010001>dc</FONT>( <FONT color=#0000ff>this</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>CXTPWindowRect</FONT> <FONT color=#010001>rc</FONT>( <FONT color=#0000ff>this</FONT> );</FONT></P><P><FONT color=#008000><FONT size=1>//GetClientRect( &amp;rcClient );</FONT></P></FONT><P><FONT size=1><FONT color=#010001>ScreenToClient</FONT>( &amp;<FONT color=#010001>rc</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>CXTMemDC</FONT> <FONT color=#010001>memDC</FONT>( &amp;<FONT color=#010001>dc</FONT>, &amp;<FONT color=#010001>rc</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>rc</FONT>.<FONT color=#010001>DeflateRect</FONT>( <FONT color=#800000>20</FONT>, <FONT color=#800000>20</FONT>, <FONT color=#800000>20</FONT>, <FONT color=#800000>20</FONT> );</FONT></P><P><FONT size=1><FONT color=#010001>memDC</FONT>.<FONT color=#010001>FillSolidRect</FONT>( &amp;<FONT color=#010001>rc</FONT>, <FONT color=#010001>RGB</FONT>( <FONT color=#800000>255</FONT>, <FONT color=#800000>0</FONT>, <FONT color=#800000>0</FONT> ) );</FONT></P><P><FONT size=1>}</FONT></P><P><FONT size=1>&nbsp;</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnEraseBkgnd( CDC *pDC )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* WM_ERASEBKGND message handler</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#010001><P><FONT size=1>BOOL</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnEraseBkgnd</FONT>( <FONT color=#010001>CDC</FONT> *<FONT color=#010001>pDC</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#0000ff>return</FONT> <FONT color=#010001>TRUE</FONT>;</FONT></P><P><FONT size=1>}</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnNcPaint()</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* OnNcPaint message handler</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnNcPaint</FONT>() </FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>OnNcPaint</FONT>();</FONT></P><P><FONT size=1>}</FONT></P><P><FONT size=1>&nbsp;</FONT></P><FONT color=#008000><P><FONT size=1>/*************************************************************************************************************************************************************\</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* void OnSize( UINT nType, int cx, int cy )</FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>* DESCRIPTION:</FONT></P><P><FONT size=1>* WM_SIZE method </FONT></P><P><FONT size=1>*</FONT></P><P><FONT size=1>\*************************************************************************************************************************************************************/</FONT></P></FONT><FONT color=#0000ff><P><FONT size=1>void</FONT></FONT><FONT size=1> <FONT color=#010001>CMainView</FONT>::<FONT color=#010001>OnSize</FONT>( <FONT color=#010001>UINT</FONT> <FONT color=#010001>nType</FONT>, <FONT color=#0000ff>int</FONT> <FONT color=#010001>cx</FONT>, <FONT color=#0000ff>int</FONT> <FONT color=#010001>cy</FONT> )</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1><FONT color=#010001>CView</FONT>::<FONT color=#010001>OnSize</FONT>( <FONT color=#010001>nType</FONT>, <FONT color=#010001>cx</FONT>, <FONT color=#010001>cy</FONT> );</FONT></P><P><FONT size=1>}</FONT><FONT size=2></P></FONT></FONT><FONT size=2></FONT></DIV>]]>
   </description>
   <pubDate>Fri, 04 May 2007 11:22:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22551&amp;title=ribbon-sample#22551</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample : Do You have some ideas ???  Thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22549&amp;title=ribbon-sample#22549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 6990<br /><strong>Posted:</strong> 04 May 2007 at 10:57am<br /><br /><P>Do You have some ideas ???</P><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Fri, 04 May 2007 10:57:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22549&amp;title=ribbon-sample#22549</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample : Hi,   It doesn&amp;#039;t help....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22397&amp;title=ribbon-sample#22397</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 6990<br /><strong>Posted:</strong> 27 April 2007 at 5:28am<br /><br /><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Hi, </DIV><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">It doesn't help. My code is very simple.When I am resizing windows a view inside Workspace view still flickers. I didn't change code very much. Just instead your CScrollRichEdit class I am using normal CView class. </DIV><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV><FONT color=#0000ff size=2><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">void</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>CMainView</FONT><FONT size=2>::</FONT><FONT color=#010001 size=2>OnPaint</FONT><FONT size=2>()</FONT></P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><FONT size=2>{</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT><FONT color=#010001 size=2>&nbsp;&nbsp;&nbsp; CPaintDC</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>dc</FONT><FONT size=2>( </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2> );</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT><FONT color=#010001 size=2>&nbsp;&nbsp;&nbsp; CRect</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>rc</FONT><FONT size=2>;</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT><FONT color=#010001 size=2>&nbsp;&nbsp;&nbsp; GetClientRect</FONT><FONT size=2>( &amp;</FONT><FONT color=#010001 size=2>rc</FONT><FONT size=2> );</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT><FONT color=#010001 size=2>&nbsp;&nbsp;&nbsp; CXTMemDC</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>MemoryDC</FONT><FONT size=2>( &amp;</FONT><FONT color=#010001 size=2>dc</FONT><FONT size=2>, &amp;</FONT><FONT color=#010001 size=2>rc</FONT><FONT size=2> );</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT><FONT color=#010001 size=2>&nbsp;&nbsp;&nbsp; rc</FONT><FONT size=2>.</FONT><FONT color=#010001 size=2>DeflateRect</FONT><FONT size=2>( </FONT><FONT color=#800000 size=2>16</FONT><FONT size=2>, </FONT><FONT color=#800000 size=2>16</FONT><FONT size=2>, </FONT><FONT color=#800000 size=2>16</FONT><FONT size=2>, </FONT><FONT color=#800000 size=2>16</FONT><FONT size=2> );</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT><FONT color=#010001 size=2>&nbsp;&nbsp;&nbsp; MemoryDC</FONT><FONT size=2>.</FONT><FONT color=#010001 size=2>FillSolidRect</FONT><FONT size=2>( &amp;</FONT><FONT color=#010001 size=2>rc</FONT><FONT size=2>, </FONT><FONT color=#010001 size=2>RGB</FONT><FONT size=2>( </FONT><FONT color=#800000 size=2>255</FONT><FONT size=2>, </FONT><FONT color=#800000 size=2>0</FONT><FONT size=2>, </FONT><FONT color=#800000 size=2>0</FONT><FONT size=2> ) );</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">}</P></FONT><FONT color=#010001 size=2><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BOOL</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>CMainView</FONT><FONT size=2>::</FONT><FONT color=#010001 size=2>OnEraseBkgnd</FONT><FONT size=2>( </FONT><FONT color=#010001 size=2>CDC</FONT><FONT size=2> *</FONT><FONT color=#010001 size=2>pDC</FONT><FONT size=2> )</P><DIV>{</DIV><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></FONT><FONT color=#0000ff size=2>&nbsp;&nbsp;&nbsp; return</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>TRUE</FONT><FONT size=2>;</P><P style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">}</P></FONT><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>Thanks for help.</DIV><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Sebastian</DIV>]]>
   </description>
   <pubDate>Fri, 27 Apr 2007 05:28:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22397&amp;title=ribbon-sample#22397</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample : Hi,  Strange, may be you already...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22373&amp;title=ribbon-sample#22373</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6990<br /><strong>Posted:</strong> 27 April 2007 at 1:01am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Strange, may be you already modified sample somehow, I don't see flickers at all :(</DIV>]]>
   </description>
   <pubDate>Fri, 27 Apr 2007 01:01:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22373&amp;title=ribbon-sample#22373</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample : Hi,  I have also problem with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22363&amp;title=ribbon-sample#22363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 6990<br /><strong>Posted:</strong> 26 April 2007 at 12:19pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I have also problem with CXTButton added to status bar. In this same status bar i have a second pane that shows current cursor position.<BR>My button is declared as CXTPNoFlickerWnd&lt;CXTButton&gt; m_wndStatusButton. And when I am moving mouse the button is flickering.<BR><BR><BR>If anybody have any ideas i would be appreviative for help.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 12:19:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22363&amp;title=ribbon-sample#22363</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample : Hi,  I have problem. In ribobn...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22359&amp;title=ribbon-sample#22359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 6990<br /><strong>Posted:</strong> 26 April 2007 at 10:01am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I have problem. In ribobn sample application, when I am rezising window, the scrollricheditview is flickering very much. How can I change this to make that witout flickering ??<BR><BR>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 10:01:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6990&amp;PID=22359&amp;title=ribbon-sample#22359</guid>
  </item> 
 </channel>
</rss>