<?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 : Multiple SwitchPanes in StatusBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Multiple SwitchPanes in StatusBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 05:07:31 +0000</pubDate>
  <lastBuildDate>Wed, 18 Jun 2008 11:51:13 +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=11094</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[Multiple SwitchPanes in StatusBar : Here is a method to have several...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11094&amp;PID=36933&amp;title=multiple-switchpanes-in-statusbar#36933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11094<br /><strong>Posted:</strong> 18 June 2008 at 11:51am<br /><br />Here is a method to have several different SwitchPanes spaced out across the StatusBar.&nbsp; <br><br>(Think of a SwitchPane as a VB Frame containing option buttons -- when you press (check) one button it unpresses (unchecks) all the other buttons in the same SwitchPane).<br><br>The following code sample produces two SwitchPanes (groups of buttons) with a gap between them.<br><br>Set SP1 = StatusBar.AddSwitchPane(100)<br>&nbsp;&nbsp; SP1.AddSwitch 101, "First Button tooltip"<br>&nbsp;&nbsp; SP1.AddSwitch 102, "Second Button Tootip"<br>&nbsp;&nbsp; SP1.&nbsp;&nbsp; ...............&nbsp; etc<br><br>'----------- Add a small blank pane for spacing --------------<br>Set Pane = StatusBar.AddPane(999)<br>&nbsp;&nbsp; Pane.Text = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " <br>&nbsp;&nbsp; Pane.Button = False<br><br>'-------------- Second SwitchPane ------------------------------<br>Set SP2 = StatusBar.AddSwitchPane(200)<br>&nbsp;&nbsp; SP2.AddSwitch 201, "Different set of buttons 1"<br>&nbsp;&nbsp; SP2.AddSwitch 202, "Tooltip for different bttn 2"<br>&nbsp;&nbsp; SP2.&nbsp;&nbsp; ...............&nbsp; etc<br><br><br>The only way I found to move the SwitchPanes away from the right hand side of the StatusBar is to add&nbsp; another blank Pane after the SwitchPanes.<br><br>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 11:51:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11094&amp;PID=36933&amp;title=multiple-switchpanes-in-statusbar#36933</guid>
  </item> 
 </channel>
</rss>