<?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 stops responding</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : statusbar stops responding]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 11:53:01 +0000</pubDate>
  <lastBuildDate>Sat, 24 May 2008 12:46:44 +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=10737</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 stops responding : HI,  We added XTP_SB_ENDSCROLL...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35753&amp;title=statusbar-stops-responding#35753</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10737<br /><strong>Posted:</strong> 24 May 2008 at 12:46pm<br /><br />HI,<DIV>&nbsp;</DIV><DIV>We added XTP_SB_ENDSCROLL for next release - fired when user release mouse after scroll.</DIV>]]>
   </description>
   <pubDate>Sat, 24 May 2008 12:46:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35753&amp;title=statusbar-stops-responding#35753</guid>
  </item> 
  <item>
   <title><![CDATA[statusbar stops responding : thanks.in the SliderPaneClick...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35734&amp;title=statusbar-stops-responding#35734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1027">leojay</a><br /><strong>Subject:</strong> 10737<br /><strong>Posted:</strong> 23 May 2008 at 4:09pm<br /><br />thanks.<br><br>in the SliderPaneClick function,&nbsp; the value of parameter command couldbe 8 which does not exist in the definition of XtremeCommandBars.XTPSliderCommand. what's the meaning of 8?]]>
   </description>
   <pubDate>Fri, 23 May 2008 16:09:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35734&amp;title=statusbar-stops-responding#35734</guid>
  </item> 
  <item>
   <title><![CDATA[statusbar stops responding : Hello,  Its ActiveX control....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35670&amp;title=statusbar-stops-responding#35670</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10737<br /><strong>Posted:</strong> 23 May 2008 at 1:30am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Its ActiveX control.&nbsp; line</DIV><DIV>XtremeCommandBars.StatusBar sb = CommandBars.StatusBar;</DIV><DIV>&nbsp;</DIV><DIV>creates temporary object sb that become wrapper of StatusBar COM Object. it will be destroyed after method leave scope and Garbage collection decide to clean dead objects.</DIV>]]>
   </description>
   <pubDate>Fri, 23 May 2008 01:30:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35670&amp;title=statusbar-stops-responding#35670</guid>
  </item> 
  <item>
   <title><![CDATA[statusbar stops responding :  thanks, it works.but i&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35662&amp;title=statusbar-stops-responding#35662</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1027">leojay</a><br /><strong>Subject:</strong> 10737<br /><strong>Posted:</strong> 22 May 2008 at 9:44pm<br /><br />thanks, it works.<br><br>but i'm still not convinced by your explanation. how could the statusbar be GCed, when it's still referenced by "CommandBars"?<br>]]>
   </description>
   <pubDate>Thu, 22 May 2008 21:44:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35662&amp;title=statusbar-stops-responding#35662</guid>
  </item> 
  <item>
   <title><![CDATA[statusbar stops responding : its .NET - you never know when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35613&amp;title=statusbar-stops-responding#35613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10737<br /><strong>Posted:</strong> 22 May 2008 at 8:55am<br /><br />its .NET - you never know when object will be destroyed.&nbsp; :) So just move StatusBar declaration to variables of Form:<DIV>&nbsp;</DIV><DIV><FONT color=#020002 size=1><FONT color=#020002 size=1><P><strong>XtremeCommandBars</strong></FONT></FONT><strong><FONT size=1>.</FONT><FONT color=#2b91af size=1><FONT color=#2b91af size=1>StatusBar</FONT></FONT><FONT size=1> </FONT><FONT color=#020002 size=1><FONT color=#020002 size=1>sb</FONT></FONT></strong><FONT size=1><strong>;</strong></P><P></FONT><FONT color=#0000ff size=1><FONT color=#0000ff size=1>private</FONT></FONT><FONT size=1> </FONT><FONT color=#0000ff size=1><FONT color=#0000ff size=1>void</FONT></FONT><FONT size=1> </FONT><FONT color=#020002 size=1><FONT color=#020002 size=1>Form1_Load</FONT></FONT><FONT size=1>(</FONT><FONT color=#0000ff size=1><FONT color=#0000ff size=1>object</FONT></FONT><FONT size=1> </FONT><FONT color=#020002 size=1><FONT color=#020002 size=1>sender</FONT></FONT><FONT size=1>, </FONT><FONT color=#2b91af size=1><FONT color=#2b91af size=1>EventArgs</FONT></FONT><FONT size=1> </FONT><FONT color=#020002 size=1><FONT color=#020002 size=1>e</FONT></FONT><FONT size=1>)</P><P>{</P><P></FONT><strong><FONT color=#020002 size=1><FONT color=#020002 size=1>sb</FONT></FONT><FONT size=1> = </FONT><FONT color=#020002 size=1><FONT color=#020002 size=1>CommandBars</FONT></FONT><FONT size=1>.</FONT><FONT color=#020002 size=1><FONT color=#020002 size=1>StatusBar</FONT></FONT><FONT size=1>;</P><DIV></DIV>....</FONT></strong></DIV>]]>
   </description>
   <pubDate>Thu, 22 May 2008 08:55:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35613&amp;title=statusbar-stops-responding#35613</guid>
  </item> 
  <item>
   <title><![CDATA[statusbar stops responding : i&amp;#039;m using c#.in a very simple...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35595&amp;title=statusbar-stops-responding#35595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1027">leojay</a><br /><strong>Subject:</strong> 10737<br /><strong>Posted:</strong> 22 May 2008 at 5:03am<br /><br />i'm using c#.<br>in a very simple project, i just add a statusbar in the main form like this:<br><table width="99%"><tr><td><pre class="BBcode">private const int MIN_VALUE = 0;<br>private const int MAX_VALUE = 300;<br>private const int DEFAULT_VALUE = 100;<br><br><br>public void SliderPaneClick(XtremeCommandBars.StatusBarSliderPane pane,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XtremeCommandBars.XTPSliderCommand command,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int pos)<br>{<br>&nbsp;&nbsp;&nbsp; System.Diagnostics.Debug.WriteLine(string.Format("cmd: {0}, pos: {1}, pane: {2}", command.ToString(), pos, pane.ToString()));<br><br>&nbsp;&nbsp;&nbsp; int newvalue = pos;<br><br>&nbsp;&nbsp;&nbsp; switch (command)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case XtremeCommandBars.XTPSliderCommand.XTP_SB_LEFT:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newvalue = MIN_VALUE;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case XtremeCommandBars.XTPSliderCommand.XTP_SB_RIGHT:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newvalue = MAX_VALUE;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case XtremeCommandBars.XTPSliderCommand.XTP_SB_LINELEFT:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newvalue = Math.Max(MIN_VALUE, pane.Value - 10);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case XtremeCommandBars.XTPSliderCommand.XTP_SB_LINERIGHT:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newvalue = Math.Min(MAX_VALUE, pane.Value + 10);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case XtremeCommandBars.XTPSliderCommand.XTP_SB_THUMBTRACK:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newvalue = pos;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case XtremeCommandBars.XTPSliderCommand.XTP_SB_PAGELEFT:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newvalue = Math.Max(MIN_VALUE, pane.Value - 30);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case XtremeCommandBars.XTPSliderCommand.XTP_SB_PAGERIGHT:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; newvalue = Math.Min(MAX_VALUE, pane.Value + 30);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.Diagnostics.Debug.WriteLine(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string.Format("strange value: cmd: {0}, pos: {1}", command.ToString(), pos));<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; if (newvalue != pane.Value)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pane.Value = newvalue;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.StatusBar.FindPane(1).Text = newvalue + "%";<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>private void Form1_Load(object sender, EventArgs e)<br>{<br>&nbsp;&nbsp;&nbsp; XtremeCommandBars.StatusBar sb = CommandBars.StatusBar;<br>&nbsp;&nbsp;&nbsp; sb.AddPane(0);<br><br>&nbsp;&nbsp;&nbsp; XtremeCommandBars.StatusBarPane p = sb.AddPane(1);<br>&nbsp;&nbsp;&nbsp; p.Width = 40;<br>&nbsp;&nbsp;&nbsp; p.Alignment = XtremeCommandBars.XTPTextAlignment.xtpAlignmentRight;<br>&nbsp;&nbsp;&nbsp; p.Text = DEFAULT_VALUE + "%";<br><br>&nbsp;&nbsp;&nbsp; XtremeCommandBars.StatusBarSliderPane slider = sb.AddSliderPane(2);<br>&nbsp;&nbsp;&nbsp; slider.Min = MIN_VALUE;<br>&nbsp;&nbsp;&nbsp; slider.Max = MAX_VALUE;<br>&nbsp;&nbsp;&nbsp; slider.Value = DEFAULT_VALUE;<br>&nbsp;&nbsp;&nbsp; slider.Width = 150;<br>&nbsp;&nbsp;&nbsp; slider.SetTicks(DEFAULT_VALUE);<br>&nbsp;&nbsp;&nbsp; sb.SliderPaneClick += SliderPaneClick;<br>&nbsp;&nbsp;&nbsp; sb.Visible = true;<br><br>}<br></pre></td></tr></table><br><br>if i press the thumb of the slider, and drag it left and right for about one minute, the slider will stop responding any events.<br><br>you can get my project and screenshot here:<br>http://python.leojay.googlepages.com/sbtest.zip<br><br>btw, another strange thing is in the SliderPaneClick function,&nbsp; the value of parameter command could be 8 which does not exist in the definition of XtremeCommandBars.XTPSliderCommand.<br><br><br>]]>
   </description>
   <pubDate>Thu, 22 May 2008 05:03:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10737&amp;PID=35595&amp;title=statusbar-stops-responding#35595</guid>
  </item> 
 </channel>
</rss>