<?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 : Need to click on Button WITHOUT popup closing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Need to click on Button WITHOUT popup closing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 23:03:10 +0000</pubDate>
  <lastBuildDate>Fri, 05 Oct 2007 07:18:32 +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=8297</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[Need to click on Button WITHOUT popup closing : Thanks ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26992&amp;title=need-to-click-on-button-without-popup-closing#26992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 8297<br /><strong>Posted:</strong> 05 October 2007 at 7:18am<br /><br /><img src="https://forum.codejock.com/smileys/smiley20.gif" border="0">&nbsp;Thanks ]]>
   </description>
   <pubDate>Fri, 05 Oct 2007 07:18:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26992&amp;title=need-to-click-on-button-without-popup-closing#26992</guid>
  </item> 
  <item>
   <title><![CDATA[Need to click on Button WITHOUT popup closing : oh. I thoght you mean Popup Controll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26991&amp;title=need-to-click-on-button-without-popup-closing#26991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8297<br /><strong>Posted:</strong> 05 October 2007 at 7:01am<br /><br />oh. I thoght you mean Popup Controll and not Popup Menu.<DIV>&nbsp;</DIV><DIV>ok, set cbb.CloseSubMenuOnClick = False</DIV>]]>
   </description>
   <pubDate>Fri, 05 Oct 2007 07:01:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26991&amp;title=need-to-click-on-button-without-popup-closing#26991</guid>
  </item> 
  <item>
   <title><![CDATA[Need to click on Button WITHOUT popup closing : Sorry - I disagree. Maybes I was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26984&amp;title=need-to-click-on-button-without-popup-closing#26984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 8297<br /><strong>Posted:</strong> 05 October 2007 at 5:06am<br /><br />Sorry - I disagree.&nbsp; Maybes I was unclear as to what I meant.<DIV>&nbsp;</DIV><DIV>If you execute this code and then click on the menu item called "Button 1" then the POPUP will close - as expected.</DIV><DIV>&nbsp;</DIV><DIV>However, I wish it NOT to close as I want to highlight (Checked = true) the button which has been clicked and close the popu0p when I want to.</DIV><DIV>&nbsp;</DIV><DIV>Dim cbp As CommandBarPopup, cbb As CommandBarButton<BR>With CommandBars1<BR>&nbsp;&nbsp;&nbsp; Set cbp = .ActiveMenuBar.Controls.Add(xtpControlPopup, 0, "Options Menu")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbb = cbp.CommandBar.Controls.Add(xtpControlButton, 1, "Button 1")<BR>End With<BR></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Lee</DIV>]]>
   </description>
   <pubDate>Fri, 05 Oct 2007 05:06:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26984&amp;title=need-to-click-on-button-without-popup-closing#26984</guid>
  </item> 
  <item>
   <title><![CDATA[Need to click on Button WITHOUT popup closing : Hello, Its default behavior to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26979&amp;title=need-to-click-on-button-without-popup-closing#26979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8297<br /><strong>Posted:</strong> 05 October 2007 at 4:13am<br /><br />Hello,<DIV>Its default behavior&nbsp; to not close Popup. Check your code - you close it manually or set Close id for your button.</DIV>]]>
   </description>
   <pubDate>Fri, 05 Oct 2007 04:13:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26979&amp;title=need-to-click-on-button-without-popup-closing#26979</guid>
  </item> 
  <item>
   <title><![CDATA[Need to click on Button WITHOUT popup closing : I need to select a button on a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26928&amp;title=need-to-click-on-button-without-popup-closing#26928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 8297<br /><strong>Posted:</strong> 04 October 2007 at 11:21am<br /><br />I need to select a button on a popup without the popup closing - I need the popup to stay open with the button checked.<DIV>&nbsp;</DIV><DIV>How do I stop the popup from closing?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Lee</DIV>]]>
   </description>
   <pubDate>Thu, 04 Oct 2007 11:21:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8297&amp;PID=26928&amp;title=need-to-click-on-button-without-popup-closing#26928</guid>
  </item> 
 </channel>
</rss>