<?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 : Context Menu - ID_VIEW_TOOLBAR</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Context Menu - ID_VIEW_TOOLBAR]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 05:02:33 +0000</pubDate>
  <lastBuildDate>Mon, 17 Jul 2006 16:22:04 +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=4591</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[Context Menu - ID_VIEW_TOOLBAR :  Hi Oleg,Thanks for the information...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14199&amp;title=context-menu-id-view-toolbar#14199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2166">IRMark</a><br /><strong>Subject:</strong> 4591<br /><strong>Posted:</strong> 17 July 2006 at 4:22pm<br /><br /><p style="margin-bottom: 0in;">Hi Oleg,<br><br>Thanks for theinformation I have been able to get it working.&nbsp; The problemappears to be with the CXTPCommandBars::TrackPopupMenu() function.&nbsp;If I used that to show the menu the ID_VIEW_TOOLBAR would not show upproperly.&nbsp; However if I used CXTPCommandBars::TrackPopupMenuEx()then everything works properly!<br><br>I'm not sure if this is a bugin the implementation of CXTPCommandBars::TrackPopupMenu() or anextra feature in CXTPCommandBars::TrackPopupMenuEx() but I'm reallyglad that I got it working!<br><br>mark. </p>]]>
   </description>
   <pubDate>Mon, 17 Jul 2006 16:22:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14199&amp;title=context-menu-id-view-toolbar#14199</guid>
  </item> 
  <item>
   <title><![CDATA[Context Menu - ID_VIEW_TOOLBAR : Hello, not sure what code you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14195&amp;title=context-menu-id-view-toolbar#14195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4591<br /><strong>Posted:</strong> 17 July 2006 at 12:48pm<br /><br />Hello,&nbsp; not sure what code you tried...<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>In CustomThemes sample I modified:</DIV><DIV>&nbsp;</DIV><DIV>void CCustomThemesView::ShowContextMenu(CPoint point)<BR>{<BR>&nbsp;ClientToScreen(&amp;point);<BR>&nbsp;CMenu mnu;<BR>&nbsp;mnu.LoadMenu(IDR_MAINFRAME);&nbsp;</DIV><DIV>&nbsp;((CXTPMDIFrameWnd*)AfxGetMainWnd())-&gt;GetCommandBars()-&gt;<BR>&nbsp;&nbsp;TrackPopupMenuEx(mnu.GetSubMenu(2), TPM_RIGHTBUTTON, point.x, point.y);<BR>}<BR></DIV><DIV>&nbsp;</DIV><DIV>and see View menu with toolbars as expected.</DIV>]]>
   </description>
   <pubDate>Mon, 17 Jul 2006 12:48:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14195&amp;title=context-menu-id-view-toolbar#14195</guid>
  </item> 
  <item>
   <title><![CDATA[Context Menu - ID_VIEW_TOOLBAR : I hate to bump this but does anyone...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14192&amp;title=context-menu-id-view-toolbar#14192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2166">IRMark</a><br /><strong>Subject:</strong> 4591<br /><strong>Posted:</strong> 17 July 2006 at 9:54am<br /><br />I hate to bump this but does anyone have any ideas on this?&nbsp; Is it possible to take the values from a CXTPPopupBar and add them to a CMenu?<br><br>What about any ideas on context menus displaying ID_VIEW_TOOLBAR normally?<br><br>Thanks in advance,<br><br>mark.<br><br><br>]]>
   </description>
   <pubDate>Mon, 17 Jul 2006 09:54:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14192&amp;title=context-menu-id-view-toolbar#14192</guid>
  </item> 
  <item>
   <title><![CDATA[Context Menu - ID_VIEW_TOOLBAR :   Hi,I&amp;#039;m using CodeJocks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14154&amp;title=context-menu-id-view-toolbar#14154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2166">IRMark</a><br /><strong>Subject:</strong> 4591<br /><strong>Posted:</strong> 13 July 2006 at 12:48pm<br /><br /><p style="margin-bottom: 0in;"></p><p style="margin-bottom: 0in;">Hi,<br><br>I'm using CodeJocks XtreemeToolkitPro and I'm trying to add a right-click context menu that is arecreation of my applications View menu (which I get by callingGetSubMenu() from a CMenu that has loaded IDR_MAINFRAME).<br><br>Everything works fine except for the Toolbars popup which isshowing up as blank, does anyone know how to get this to work?<br><br>Iwas able to show a Toolbars popup using theCXTPControlToolbars::CreateToolbarMenu() function but that creates aseparate CXTPPopupBar* and I want this to be a popup from the maincontext menu.&nbsp; So is it possible to attach CXTPPopupBars to aCMenu?<br><br>Thanks in advance!<br><br></p><p style="margin-bottom: 0in;"></p>]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 12:48:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4591&amp;PID=14154&amp;title=context-menu-id-view-toolbar#14154</guid>
  </item> 
 </channel>
</rss>