<?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 : Second Sub Menu Item xtpControlPopup Populate</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Second Sub Menu Item xtpControlPopup Populate]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 04:53:23 +0000</pubDate>
  <lastBuildDate>Tue, 22 Aug 2006 02:41:49 +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=4841</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[Second Sub Menu Item xtpControlPopup Populate : Thank you oleg,  That works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4841&amp;PID=15085&amp;title=second-sub-menu-item-xtpcontrolpopup-populate#15085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2259">daveED</a><br /><strong>Subject:</strong> 4841<br /><strong>Posted:</strong> 22 August 2006 at 2:41am<br /><br />Thank you oleg,<DIV></DIV><DIV></DIV>That works fine, no worries <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Tue, 22 Aug 2006 02:41:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4841&amp;PID=15085&amp;title=second-sub-menu-item-xtpcontrolpopup-populate#15085</guid>
  </item> 
  <item>
   <title><![CDATA[Second Sub Menu Item xtpControlPopup Populate :  instead   Set Control = .Add(xtpControlPopup,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4841&amp;PID=15072&amp;title=second-sub-menu-item-xtpcontrolpopup-populate#15072</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4841<br /><strong>Posted:</strong> 21 August 2006 at 2:57pm<br /><br /><DIV><DIV>instead </DIV><DIV>&nbsp;</DIV><DIV>Set Control = .Add(xtpControlPopup, 0, "Extra Styles")<BR></DIV><DIV>try</DIV><DIV>&nbsp;</DIV><DIV>Set Control =&nbsp; Control.CommandBar.Controls.Add(xtpControlPopup, 0, "Extra Styles")<BR></DIV></DIV>]]>
   </description>
   <pubDate>Mon, 21 Aug 2006 14:57:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4841&amp;PID=15072&amp;title=second-sub-menu-item-xtpcontrolpopup-populate#15072</guid>
  </item> 
  <item>
   <title><![CDATA[Second Sub Menu Item xtpControlPopup Populate : Hellow, Can not Create a third...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4841&amp;PID=15064&amp;title=second-sub-menu-item-xtpcontrolpopup-populate#15064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2259">daveED</a><br /><strong>Subject:</strong> 4841<br /><strong>Posted:</strong> 21 August 2006 at 11:29am<br /><br />Hellow, Can not Create a third Popupmenu with code. <DIV>I&nbsp;can create it in the desiner but not in code</DIV><DIV>could you please help?</DIV><DIV>&nbsp;</DIV><DIV>this is what im trying to do in code</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp; Item One</DIV><DIV>&nbsp;&nbsp;&nbsp; <strong>xtpControlPopup &gt;</strong>&nbsp; Sub 2 Item 1</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>xtpControlPopup &gt;&nbsp; </strong>Sub&nbsp;3 Item 1</DIV><DIV><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>Sub&nbsp;3 Item 2</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Here is the Code:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub textArea_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)<BR>&nbsp;&nbsp;&nbsp; If (Button = 2) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ZOrder<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim Popup As CommandBar<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim Control As CommandBarControl<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Popup = CommandBars.Add("Popup", xtpBarPopup)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With Popup.Controls<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, ID_EDIT_CUT, "Cu&amp;t", -1, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, ID_EDIT_COPY, "&amp;Copy", -1, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, ID_EDIT_PASTE, "&amp;Paste", -1, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.BeginGroup = True</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, ID_INSERT_BULLET, "Bullets", -1, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = .Add(xtpControlPopup, 0, "Styles")</DIV><DIV><BR>&nbsp;&nbsp; Control.CommandBar.Controls.Add xtpControlButton, ID_OPTIONS_STYLEBLUE, "Luna"</DIV><DIV>&nbsp;&nbsp;&nbsp; Control.CommandBar.Controls.Add xtpControlButton, ID_OPTIONS_STYLEBLACK, "Obsidian"<BR>&nbsp;&nbsp;&nbsp; Control.CommandBar.Controls.Add xtpControlButton, ID_OPTIONS_STYLEAQUA, "Office 12"&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;</DIV><DIV>Set Control = .Add(xtpControlPopup, 0, "Extra Styles")<BR>&nbsp;&nbsp;Control.CommandBar.Controls.Add xtpControlButton, ID_OPTIONS_STYLETESLA, "Tesla"<BR>Control.CommandBar.Controls.Add xtpControlButton, ID_OPTIONS_STYLETITAN, "Titan"&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Popup.ShowPopup<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>Yours Faithley,</DIV><DIV>David</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 21 Aug 2006 11:29:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4841&amp;PID=15064&amp;title=second-sub-menu-item-xtpcontrolpopup-populate#15064</guid>
  </item> 
 </channel>
</rss>