<?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 : About xtreme Toolkit Architecture</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : About xtreme Toolkit Architecture]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 03:47:09 +0000</pubDate>
  <lastBuildDate>Wed, 18 Jun 2008 07:05:03 +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=11074</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[About xtreme Toolkit Architecture : Hi,  Obviously you need CFrameEvents...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36917&amp;title=about-xtreme-toolkit-architecture#36917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 18 June 2008 at 7:05am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Obviously you need CFrameEvents : public CXTPMDIFrameWnd in this case.</DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 07:05:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36917&amp;title=about-xtreme-toolkit-architecture#36917</guid>
  </item> 
  <item>
   <title><![CDATA[About xtreme Toolkit Architecture : Hello, Thanks for replying my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36910&amp;title=about-xtreme-toolkit-architecture#36910</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 18 June 2008 at 5:23am<br /><br /><P>Hello,</P><DIV></DIV>Thanks for replying my questions so fast. Thanks again. Its really a very good experience to learn these new things from you. Still i have some doubts,Please&nbsp;guide me accordingly.<DIV>&nbsp;</DIV><DIV>1)Currently our mainframe class is derived from CMDIFrameWnd. now if we derive it from CFrameEvent which is derived from CFrameWnd,wont&nbsp;it reduce any functionality?</DIV><DIV>&nbsp;</DIV><DIV>2)&nbsp;Please&nbsp;make it clear&nbsp;abt u said as&nbsp;"write the methods in CMainframe".</DIV><DIV>Means do u want&nbsp;me to declare the events&nbsp;in message map of class derived from CFrameWnd and write the definations of the event handling functions in CMainframe ? If yes,Why so ? Then it will again be the same thing. Why cant we write the methods in the .cpp file of the same class which we will derive from CFrameWnd ?&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I know i am asking too many questions,but its really needed for me to clear all the concepts before deciding any approach for implementing this ribbon bar and new ui concepts.</DIV><DIV>&nbsp;</DIV><DIV>Hope you will reply as early as possible. </DIV><DIV>&nbsp;</DIV><DIV>Thanks And regards,</DIV><DIV>Vijay</DIV>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 05:23:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36910&amp;title=about-xtreme-toolkit-architecture#36910</guid>
  </item> 
  <item>
   <title><![CDATA[About xtreme Toolkit Architecture : Hi,  You can create additional...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36901&amp;title=about-xtreme-toolkit-architecture#36901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 18 June 2008 at 3:29am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can create additional </DIV><DIV>CFrameEvents : public CFrameWnd</DIV><DIV>where you can catch al events and </DIV><DIV>&nbsp;</DIV><DIV>CMainFrame : public CFrameEvents </DIV><DIV>where you can add methods.</DIV>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 03:29:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36901&amp;title=about-xtreme-toolkit-architecture#36901</guid>
  </item> 
  <item>
   <title><![CDATA[About xtreme Toolkit Architecture : Sir, I am sorry.May be i am not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36900&amp;title=about-xtreme-toolkit-architecture#36900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 18 June 2008 at 2:25am<br /><br />Sir,<DIV>I am sorry.May be i am not able to tell u properly about what i want to do.</DIV><DIV>Currently we have our application as MFC MDI application.In which we are using one DialogBar as a toolbar. On this dialog we are placing all our toolbar buttons. This dialog we are loading on mainframes create function.So till mainframe is in memory,this dialog also is there.</DIV><DIV>and all the event handlers of the toolbar buttons we are handling in this dialogbar's class which is derived from C<FONT size=2>InitDialogBar.</FONT></DIV><DIV><FONT size=2>So,i want to keep,the same pattern while using the ribbon bar also.</FONT></DIV><DIV><FONT size=2>Otherwise my mainframe class will be too much heavy if i handle all the events in mainframe or view,and it will be very difficult at the time of maintainance.</FONT></DIV><DIV><FONT size=2>Its very urgent,as i have to deliver&nbsp;the whole&nbsp;approach to my collegues to take the project forward with this ribbon bar concept.</FONT></DIV><DIV><FONT size=2>Thanks for your kind support.Hope u will reply as early as possible.</FONT></DIV><DIV><FONT size=2>Please guide me accordingly.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thanks And Regards,</FONT></DIV><DIV><FONT size=2>Vijay Mahajan.</FONT></DIV>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 02:25:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36900&amp;title=about-xtreme-toolkit-architecture#36900</guid>
  </item> 
  <item>
   <title><![CDATA[About xtreme Toolkit Architecture : You want strange things. :) Catch...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36889&amp;title=about-xtreme-toolkit-architecture#36889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 18 June 2008 at 12:37am<br /><br />You want strange things. :) Catch in in CFrameWnd and forget about additional class.]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 00:37:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36889&amp;title=about-xtreme-toolkit-architecture#36889</guid>
  </item> 
  <item>
   <title><![CDATA[About xtreme Toolkit Architecture : Yes,that i understood.Means we...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36887&amp;title=about-xtreme-toolkit-architecture#36887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 17 June 2008 at 11:53pm<br /><br />Yes,that i understood.Means we can handle the events in view,mainfram etc etc,i agree.<DIV>1)But what if u want to handle the events in one separate class other than the framework classes?</DIV><DIV>&nbsp;</DIV><DIV>2)If i write one separate class for handling the events,i have to derive it from CWND or classes derived from CWND.What u suggest,if i want to proceed in this way?</DIV><DIV>&nbsp;</DIV><DIV>3)Also if we handle the events in view or something,it has to be there in memory that time,otherwise we wont be able to handle the events there.Isnt?</DIV><DIV>&nbsp;</DIV><DIV>Finally,i want to handle the events in a separate class, instead of all these framework classes. How can i do that ? From which class shall i derive my class ? How the controls on the ribbon bar will keep contact with this new class ? means how can i make my class as a parent of the&nbsp;controls on ribbon bar?</DIV><DIV>Please explain in detail. i am screwed at this point.</DIV><DIV>Thanks for ur kind support. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks and regards,</DIV><DIV>Vijay.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 23:53:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36887&amp;title=about-xtreme-toolkit-architecture#36887</guid>
  </item> 
  <item>
   <title><![CDATA[About xtreme Toolkit Architecture : Hi, It works like standad MFC...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36876&amp;title=about-xtreme-toolkit-architecture#36876</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 17 June 2008 at 2:02pm<br /><br /><P>Hi,</P><DIV>It works like standad MFC Commands - you can add ON_COMMAND handler in Frame, View or Document.</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 14:02:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36876&amp;title=about-xtreme-toolkit-architecture#36876</guid>
  </item> 
  <item>
   <title><![CDATA[About xtreme Toolkit Architecture : Hello,  I have one doubt. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36861&amp;title=about-xtreme-toolkit-architecture#36861</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11074<br /><strong>Posted:</strong> 17 June 2008 at 7:58am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I have one doubt. I have implemented the ribbon bar in my MDI application.Also i implemented it in Dialog based application as well.</DIV><DIV>While handling the events of controls,i was screwed at one point.</DIV><DIV>Many of the event handlers of controls in a ribbon bar,are handled in a </DIV><DIV>View class. </DIV><DIV>&nbsp;</DIV><DIV>1)As Ribbon bar is also like a toolbar,means it is also a part of a mainframe,then how can we handle the events of controls from a ribbon bar in view class? How the notification is directly sent from mainframe to view.Because&nbsp;when event happens,&nbsp;it shuld be directly given to the parent window.mainframe is a parent window for all the controls in a ribbon bar,then how is view handling the events?</DIV><DIV>&nbsp;</DIV><DIV>2)How can i get the information of xtreame toolkit's architecture,so that i can get clear idea about it and then i will be able to implement it in my project properly.</DIV><DIV>&nbsp;</DIV><DIV>3)How the position of controls is maintained in a ribbon bar. Can we handle the position of&nbsp;controls in ribbon bar explicitely? Also can we put controls in a ribbon bar without putting them in a group?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 07:58:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11074&amp;PID=36861&amp;title=about-xtreme-toolkit-architecture#36861</guid>
  </item> 
 </channel>
</rss>