<?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 : StatusBar.SetPaneText does not work right</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : StatusBar.SetPaneText does not work right]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 22:56:55 +0000</pubDate>
  <lastBuildDate>Tue, 11 Sep 2007 01:10:45 +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=7963</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[StatusBar.SetPaneText does not work right : Hello,  Its index, not id. Change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7963&amp;PID=25685&amp;title=statusbar-setpanetext-does-not-work-right#25685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7963<br /><strong>Posted:</strong> 11 September 2007 at 1:10am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Its index, not id. Change line to </DIV><DIV>&nbsp;</DIV><DIV>StatusBar.SetPaneText(0, "Pane 200")</DIV>]]>
   </description>
   <pubDate>Tue, 11 Sep 2007 01:10:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7963&amp;PID=25685&amp;title=statusbar-setpanetext-does-not-work-right#25685</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar.SetPaneText does not work right : The documentation for the StatusBar.SetPaneText...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7963&amp;PID=25680&amp;title=statusbar-setpanetext-does-not-work-right#25680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3220">cradke</a><br /><strong>Subject:</strong> 7963<br /><strong>Posted:</strong> 10 September 2007 at 6:59pm<br /><br />The documentation for the StatusBar.SetPaneText states "The index corresponds to the Id used in the AddPane method. ", however <DIV>calling the function with different Ids always sets the text to the last pane.</DIV><DIV>&nbsp;</DIV><DIV>This can be demonstrated using the CommandBars\VB\StatusBar sample app by adding the following code to the MDIForm_Load() method.&nbsp; Run the app and note that both Panes have the same text when they shouldn't.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Pane = StatusBar.AddPane(200)<BR>&nbsp;&nbsp;&nbsp; Pane.Width = 0<BR>&nbsp;&nbsp;&nbsp; Pane.Style = SBPS_STRETCH<BR>&nbsp;&nbsp;&nbsp; Pane.Text = "Pane 200"<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set Pane = StatusBar.AddPane(201)<BR>&nbsp;&nbsp;&nbsp; Pane.Width = 0<BR>&nbsp;&nbsp;&nbsp; Pane.Style = SBPS_STRETCH<BR>&nbsp;&nbsp;&nbsp; Pane.Text = "Pane 201"<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Call StatusBar.SetPaneText(200, "Pane 200")</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Christopher Radke</DIV><DIV>Applied Wave Research</DIV><DIV><BR>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 10 Sep 2007 18:59:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7963&amp;PID=25680&amp;title=statusbar-setpanetext-does-not-work-right#25680</guid>
  </item> 
 </channel>
</rss>