<?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 : Finding xtpBarPopup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Finding xtpBarPopup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:32:01 +0000</pubDate>
  <lastBuildDate>Mon, 23 Feb 2004 11:36:59 +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=448</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[Finding xtpBarPopup : It lives only while Event executed....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=448&amp;PID=1107&amp;title=finding-xtpbarpopup#1107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 448<br /><strong>Posted:</strong> 23 February 2004 at 11:36am<br /><br />It lives only while Event executed. it is created as Temporary.]]>
   </description>
   <pubDate>Mon, 23 Feb 2004 11:36:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=448&amp;PID=1107&amp;title=finding-xtpbarpopup#1107</guid>
  </item> 
  <item>
   <title><![CDATA[Finding xtpBarPopup : Has anyone figured out how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=448&amp;PID=1048&amp;title=finding-xtpbarpopup#1048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=229">robs</a><br /><strong>Subject:</strong> 448<br /><strong>Posted:</strong> 16 February 2004 at 2:21pm<br /><br /><P>Has anyone figured out how to find a commandBar of type xtpBarPopup?</P><P>In the rtfText_Click event of the Office2003 sample:</P><P>Set popup = CommandBars.Add("Popup", xtpBarPopup)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With popup.Controls<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Add xtpControlButton, ID_FILE_NEW, "&amp;New", -1, False<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Add xtpControlButton, ID_FILE_OPEN, "&amp;Open", -1, False<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Add xtpControlButton, ID_FILE_SAVE, "&amp;Save", -1, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Set Control = .Add(xtpControlButton, ID_FILE_PRINT, "&amp;Print", -1, False)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Set Control = .Add(xtpControlButton, ID_EDIT_CUT, "Cu&amp;t", -1, False)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Control.BeginGroup = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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; End With<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; popup.ShowPopup</P><P>&nbsp;</P><P>...works to add a Popup, but CommandBars.Count doesn't seem to change.</P><P>If you cycle through the collection, it doesn't appear to be there. If you use .Find Control on CommandBars or CommandBars.ActiveMenuBar, it doesn't appear to be there.</P><P>Maybe that's why the Popup is added every time in the Click event, because it's temporary?</P><P>rob</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 16 Feb 2004 14:21:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=448&amp;PID=1048&amp;title=finding-xtpbarpopup#1048</guid>
  </item> 
 </channel>
</rss>