<?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 : Struggling Newbie</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Struggling Newbie]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 10:15:35 +0000</pubDate>
  <lastBuildDate>Sat, 04 Oct 2008 13:19:29 +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=12288</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[Struggling Newbie : Thank you for your replies. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41637&amp;title=struggling-newbie#41637</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4590">ludwig</a><br /><strong>Subject:</strong> 12288<br /><strong>Posted:</strong> 04 October 2008 at 1:19pm<br /><br />Thank you for your replies.&nbsp; I tried adding a menu item with id 35000 to my top-level menu and it appeared to have no effect (it was as if it wasn't there at all).&nbsp; I also tried adding it to the Windows menu - again, with no effect.&nbsp; What should happen when I do this?<DIV>&nbsp;</DIV><DIV>I'm still really struggling trying to work out how menus work.&nbsp; One big problem I have is that I add menus dynamically in response to CMainFrame::OnInitMenu and CMainFrame::OnInitMenuPopup, and I handle clicks on them dynamically too in CMainFrame::OnCmdMsg.&nbsp; Can I do anything like this with CodeJock menus?</DIV>]]>
   </description>
   <pubDate>Sat, 04 Oct 2008 13:19:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41637&amp;title=struggling-newbie#41637</guid>
  </item> 
  <item>
   <title><![CDATA[Struggling Newbie : (1) Yes, you need use CXTPControls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41542&amp;title=struggling-newbie#41542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12288<br /><strong>Posted:</strong> 01 October 2008 at 4:21am<br /><br /><P>(1)</P><DIV>Yes, you need use CXTPControls mehods to add/remove menus.</DIV><DIV>for example pMenuBar-&gt;GetControls()-&gt;Add(...);</DIV><DIV>pMenuBar-&gt;GetControls()-&gt;Delete(...); etc.</DIV>]]>
   </description>
   <pubDate>Wed, 01 Oct 2008 04:21:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41542&amp;title=struggling-newbie#41542</guid>
  </item> 
  <item>
   <title><![CDATA[Struggling Newbie : Hi;(2):Add a menu item with ID...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41539&amp;title=struggling-newbie#41539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 12288<br /><strong>Posted:</strong> 01 October 2008 at 4:05am<br /><br />Hi;<br><br>(2):<br><br>Add a menu item with ID 35000 to your main menu. The rest is done by the toolkit.<br><br>(3):<br><br>just call CXTPCommandBars::TrackPopupMenu().<br><br>(4):<br><br>I'm using Axialis IconWorkshop (www.axialis.com) and/or Photoshop to create my bitmaps and icons.<br>I've never tried to use the tools provided by CJ to do this. Also the internal VS resource editor is unusable when alpha channels are required...<br><br>]]>
   </description>
   <pubDate>Wed, 01 Oct 2008 04:05:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41539&amp;title=struggling-newbie#41539</guid>
  </item> 
  <item>
   <title><![CDATA[Struggling Newbie : Hello I&amp;#039;m a complete newbie...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41474&amp;title=struggling-newbie#41474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4590">ludwig</a><br /><strong>Subject:</strong> 12288<br /><strong>Posted:</strong> 29 September 2008 at 12:57pm<br /><br /><P>Hello</P><P>I'm a complete newbie with CodeJock software.&nbsp; I have commandbars and controls 2007.&nbsp; I have a large existing project written in MS Visual C++ 6.0 with MFC, using MDI windows.&nbsp; I have managed to convert my default menu and toolbars to use Xtreme CommandBars and MenuBar, but I have some questions.</P><P>(1) In my existing code, if the user switches between MDI windows, I currently override CView::OnActivateView and dynamically add and delete menus as appropriate for the current window.&nbsp; I used to call GetMenu to retrieve the main application menu, but that no longer works.&nbsp; I presume I now call GetCommandBars()-&gt;GetMenuBar() to retrieve a pointer to the application menu bar - is that right?&nbsp; How do I then add or delete menus to this?</P><P>(2) The main application menu used to automatically list each open MDI Child Window at the bottom of the Windows menu.&nbsp; That no longer happens.&nbsp; How do I get that working again?&nbsp; I notice that there is a method CXTPMenuBar::AddMDIMenu.&nbsp; Can I use this?&nbsp; It appears to take a resource ID, but I have no idea what the resource is for.</P><P>(3) How can I create context menus that have the same look and style as the application menus now have?</P><P>(4)I seem to be spending a long time trying to work out how to do things.&nbsp; I have looked at samples, documentation, online help, and the Internet sites, but I still have loads of questions and cannot even work out how to use either the "Designer Studio" application or the "Resource Editor".&nbsp; I'm not even sure what I'm supposed to be able to do with them, or whether I even need them (e.g. for toolbar and dialog design).&nbsp; I want to improve the look of my toolbars and toolbar icons.&nbsp; Do I need to use the Resource Editor for this?&nbsp; Is there any good introduction info that I'm missing?&nbsp; All help much appreciated.<BR></P>]]>
   </description>
   <pubDate>Mon, 29 Sep 2008 12:57:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12288&amp;PID=41474&amp;title=struggling-newbie#41474</guid>
  </item> 
 </channel>
</rss>