<?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 : PushButton Styles</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : PushButton Styles]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 21:59:37 +0000</pubDate>
  <lastBuildDate>Wed, 08 Nov 2017 06:30:15 +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=23478</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[PushButton Styles : OK, it&amp;#039;s all clear now. Thank...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76266&amp;title=pushbutton-styles#76266</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 23478<br /><strong>Posted:</strong> 08 November 2017 at 6:30am<br /><br /><span id="result_" ="short_text" lang="en"><span>OK, it's all clear now.</span> <br><span ="">Thank you.</span></span>]]>
   </description>
   <pubDate>Wed, 08 Nov 2017 06:30:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76266&amp;title=pushbutton-styles#76266</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton Styles :  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76265&amp;title=pushbutton-styles#76265</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23478<br /><strong>Posted:</strong> 08 November 2017 at 4:47am<br /><br /><div><br></div><div><img src="uploads/8730/SuiteC&#111;ntrols_-_PushButt&#111;n_Styles.gif" height="564" width="634" border="0" /><br></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 08 Nov 2017 04:47:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76265&amp;title=pushbutton-styles#76265</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton Styles : your Samples\Controls\VB\SuiteControls\frmMain.frm...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76262&amp;title=pushbutton-styles#76262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 23478<br /><strong>Posted:</strong> 07 November 2017 at 4:51pm<br /><br />your <b>Samples\Controls\VB\SuiteControls\frmMain.frm</b> doesn't work as you said. <br><br>When I press the <b>btnSettings</b>, <span id="result_" =""="-1" lang="en"><span>the only thing that happens is that it prints in the Immediate window:<br><br></span></span>btnSettings_Click<br>btnSettings_MouseUp<br>btnSettings_MouseMove<br>and so on...<br><br><span id="result_" ="short_text"="-1" lang="en"><span>but no popup menu is opened.<br><br></span></span>]]>
   </description>
   <pubDate>Tue, 07 Nov 2017 16:51:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76262&amp;title=pushbutton-styles#76262</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton Styles : You can use our sample for exa...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76259&amp;title=pushbutton-styles#76259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23478<br /><strong>Posted:</strong> 07 November 2017 at 6:36am<br /><br />You can use our sample for example<br>Samples\Controls\VB\SuiteControls\frmMain.frm<br><table width="99%"><tr><td><pre class="BBcode">&nbsp; &nbsp;Begin VB.Menu <b><font color="#993366">mnuPopup&nbsp;</font></b><div>&nbsp; &nbsp; &nbsp; Caption&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&nbsp; &nbsp;"mnuPopup"</div><div>&nbsp; &nbsp; &nbsp; Visible&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&nbsp; &nbsp;0&nbsp; &nbsp;'False</div><div>&nbsp; &nbsp; &nbsp; Begin VB.Menu mnuItem1&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Caption&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&nbsp; &nbsp;"Option Item 1"</div><div>&nbsp; &nbsp; &nbsp; End</div><div>&nbsp; &nbsp; &nbsp; Begin VB.Menu mnuItem2&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Caption&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&nbsp; &nbsp;"Option Item 2"</div><div>&nbsp; &nbsp; &nbsp; End</div><div>&nbsp; &nbsp; &nbsp; Begin VB.Menu mnuItem3&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Caption&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=&nbsp; &nbsp;"Option Item 3"</div><div>&nbsp; &nbsp; &nbsp; End</div><div>&nbsp; &nbsp;End&nbsp; &nbsp;</div><div><br></div><div>Private Sub <font color="#003399"><b>PopupButtonMenu</b></font>(btn As PushButton)</div><div>&nbsp; &nbsp; If btn.Style = xtpButtonDropDownRight Then</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Me.PopupMenu <b><font color="#993366">mnuPopup</font></b>, , TabControl.Left + pageButtons.Left + btn.Container.Left + _</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; btn.Left + btn.Width, TabControl.Top + pageButtons.Top + btn.Container.Top + btn.Top</div><div>&nbsp; &nbsp; Else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Me.PopupMenu <b><font color="#993366">mnuPopup</font></b>, , TabControl.Left + pageButtons.Left + btn.Container.Left + _</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; btn.Left, TabControl.Top + pageButtons.Top + btn.Container.Top + btn.Top + btn.Height</div><div>&nbsp; &nbsp; End If</div><div>End Sub</div><div><br></div><div>Private Sub btnSettings_DropDown()</div><div>&nbsp; &nbsp; <b><font color="#003399">PopupButtonMenu</font></b> btnSettings</div>End Sub</pre></td></tr></table><br>so you can just&nbsp; edit&nbsp; popup menu&nbsp; VB.Menu]]>
   </description>
   <pubDate>Tue, 07 Nov 2017 06:36:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76259&amp;title=pushbutton-styles#76259</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton Styles : The DropDown event should be used...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76255&amp;title=pushbutton-styles#76255</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 23478<br /><strong>Posted:</strong> 06 November 2017 at 11:53am<br /><br /><span id="result_" ="" lang="en"><span>The DropDown event should be used to show a list of entries to choose from.</span><br><span ="">How do I add, list and select these items?</span></span>]]>
   </description>
   <pubDate>Mon, 06 Nov 2017 11:53:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76255&amp;title=pushbutton-styles#76255</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton Styles : Hello gibga,What do you mean in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76254&amp;title=pushbutton-styles#76254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23478<br /><strong>Posted:</strong> 06 November 2017 at 10:40am<br /><br />Hello gibga,<br><br>What do you mean in "<span style=": rgb248, 248, 252;">some items</span>" ?<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Mon, 06 Nov 2017 10:40:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76254&amp;title=pushbutton-styles#76254</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton Styles : How to use the PushButton to display...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76253&amp;title=pushbutton-styles#76253</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 23478<br /><strong>Posted:</strong> 06 November 2017 at 10:06am<br /><br />How to use the PushButton to display some items when the <strong>Style</strong> property is set to :<br>1 - xtpButtonDropDown<br>2 - xtpButtonDropDownRight<br>3 - xtpButtonSplitDropDown<br><br><br>How add/select items?<br><br>I searched in the Help file but there is no information about this.&nbsp; <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="middle" /> <br>]]>
   </description>
   <pubDate>Mon, 06 Nov 2017 10:06:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23478&amp;PID=76253&amp;title=pushbutton-styles#76253</guid>
  </item> 
 </channel>
</rss>