<?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 : EASY QUESTION: Programmatically Open Button Popup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : EASY QUESTION: Programmatically Open Button Popup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 04:42:05 +0000</pubDate>
  <lastBuildDate>Wed, 05 Nov 2008 15:41:57 +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=11583</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[EASY QUESTION: Programmatically Open Button Popup : The split popup control has a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=42647&amp;title=easy-question-programmatically-open-button-popup#42647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4097">strider</a><br /><strong>Subject:</strong> 11583<br /><strong>Posted:</strong> 05 November 2008 at 3:41pm<br /><br /><P>The split popup control has a commandbar object.&nbsp; The commandbar object has a showpopup method.&nbsp; I used it right in the execute event to force the menu popup to appear:</P><DIV>Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<BR></DIV><DIV>Dim controlpop As CommandBarPopup<BR></DIV><DIV>If&nbsp;Control.ID = TBID_SplitButton Then</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set controlpop = Control<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;controlpop.CommandBar.ShowPopup<BR>end if</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 05 Nov 2008 15:41:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=42647&amp;title=easy-question-programmatically-open-button-popup#42647</guid>
  </item> 
  <item>
   <title><![CDATA[EASY QUESTION: Programmatically Open Button Popup :   I should probably show how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38908&amp;title=easy-question-programmatically-open-button-popup#38908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11583<br /><strong>Posted:</strong> 25 July 2008 at 3:01pm<br /><br />I should probably show how I am creating it as well.. an embedded frame.<br><br><font size="1">Dim ControlForm As CommandBarControlCustom</font><br><font size="1">Set ThreadBar2 = CommandBarsThread.Add("ThreadBar2", xtpBarRight)<br>Set C = ThreadBar2.Controls.Add(xtpControlSplitButtonPopup, 18, "Move To")<br>C.CommandBar.Controls.DeleteAll<br>Set ControlForm = C.CommandBar.Controls.Add(<b>xtpControlCustom</b>, 666, "Move")<br><b>ControlForm.Handle = fSendTo.hWnd</b></font><br><br>]]>
   </description>
   <pubDate>Fri, 25 Jul 2008 15:01:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38908&amp;title=easy-question-programmatically-open-button-popup#38908</guid>
  </item> 
  <item>
   <title><![CDATA[EASY QUESTION: Programmatically Open Button Popup :  I tried that, and that gives...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38907&amp;title=easy-question-programmatically-open-button-popup#38907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11583<br /><strong>Posted:</strong> 25 July 2008 at 2:49pm<br /><br />I tried that, and that gives me an 'out of stack space' error, because I'm causing an infinite loop.<br><br><br>]]>
   </description>
   <pubDate>Fri, 25 Jul 2008 14:49:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38907&amp;title=easy-question-programmatically-open-button-popup#38907</guid>
  </item> 
  <item>
   <title><![CDATA[EASY QUESTION: Programmatically Open Button Popup : Hi,   Try this:   Control.Execute  or...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38906&amp;title=easy-question-programmatically-open-button-popup#38906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11583<br /><strong>Posted:</strong> 25 July 2008 at 2:38pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Try this:</DIV><DIV>&nbsp;</DIV><DIV><FONT size=1><BR><DIV><strong><FONT size=2>Control.Execute</FONT></strong></DIV></FONT></DIV><DIV>&nbsp;</DIV><DIV>or </DIV><DIV>&nbsp;</DIV><DIV><DIV>CommandBars.FindControl(, ID_FILE)<SPAN =highlight>.Execute</SPAN></DIV></DIV>]]>
   </description>
   <pubDate>Fri, 25 Jul 2008 14:38:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38906&amp;title=easy-question-programmatically-open-button-popup#38906</guid>
  </item> 
  <item>
   <title><![CDATA[EASY QUESTION: Programmatically Open Button Popup :  I have a commandbar button with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38903&amp;title=easy-question-programmatically-open-button-popup#38903</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11583<br /><strong>Posted:</strong> 25 July 2008 at 1:37pm<br /><br /><font size="1"><font size="2">I have a commandbar button with a split/dropdown. When the button is clicked, I would like the dropdown menu to appear as if the dropdown arrow was clicked.</font><br><br>Private Sub CommandBarsThread_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)<br>&nbsp; If Control.Id = 18 Then <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .....<br>&nbsp; End If<br>End Sub <br></font>]]>
   </description>
   <pubDate>Fri, 25 Jul 2008 13:37:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11583&amp;PID=38903&amp;title=easy-question-programmatically-open-button-popup#38903</guid>
  </item> 
 </channel>
</rss>