<?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 : Status bar scroll control issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Status bar scroll control issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 07:17:59 +0000</pubDate>
  <lastBuildDate>Mon, 21 Jul 2008 03:05:14 +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=11505</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[Status bar scroll control issue : Does your application not have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11505&amp;PID=38598&amp;title=status-bar-scroll-control-issue#38598</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 11505<br /><strong>Posted:</strong> 21 July 2008 at 3:05am<br /><br />Does your application not have a zoomTo() or similar function where you can set the zoom % directly? Without that, you'll need to save the prior position and compute the difference, and call zoomIn or zoomOut the appropriate number of times. In this case, you'll want the range to be (-outmax, +inmax), where outmax is the most number of times you can zoom out and inmax is the most times you can zoom in.<br><br><br><br>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 03:05:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11505&amp;PID=38598&amp;title=status-bar-scroll-control-issue#38598</guid>
  </item> 
  <item>
   <title><![CDATA[Status bar scroll control issue : Hello, i have created slider...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11505&amp;PID=38597&amp;title=status-bar-scroll-control-issue#38597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4248">vijaymahajan</a><br /><strong>Subject:</strong> 11505<br /><strong>Posted:</strong> 21 July 2008 at 2:46am<br /><br />Hello,<DIV><FONT size=2>i have created slider control in a status bar in my Mdi application.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>pZoomPane = (CXTPStatusBarSliderPane*)m_wndStatusBar.AddIndicator(</FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> CXTPStatusBarSliderPane(), ID_STATUSBAR_ZOOMSLIDER);pZoomPane-&gt;SetBeginGroup(FALSE);pZoomPane-&gt;SetWidth(130);pZoomPane-&gt;SetPos(100); </FONT><FONT size=2>pZoomPane-&gt;SetRange(10, 349);pZoomPane-&gt;SetCaption(_T("&amp;Zoom Slider"));pZoomPane-&gt;SetTooltip(_T("Zoom"));pZoomPane-&gt;SetTooltipPart(XTP_HTSCROLLUP, _T("Zoom Out"));pZoomPane-&gt;SetTooltipPart(XTP_HTSCROLLDOWN, _T("Zoom In"));</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>I write the event handler for it like this.<FONT size=2></DIV><P>ON_NOTIFY(XTP_SBN_SCROLL, ID_STATUSBAR_ZOOMSLIDER, OnZoomSliderScroll)</P><DIV></DIV><P>We have our zoomIn(),zoomOut() functions in our application. i just have to map these function to scroll position.</P><DIV>But i am not able to trace the movement of the scroll,wheather it is in forward direction or in backward,so i am not able to call our zoomIn and ZoomOut Functions accordingly.</DIV><DIV>Can i trace the movement in ON_NOTIFY event handler? or i will have to write the OnScroll() event handler compulsaryly?</DIV><DIV>&nbsp;</DIV><DIV>Please guide me accordingly.</DIV><DIV>&nbsp;</DIV><DIV>Thanks And Regards,</DIV><DIV>Vijay.</FONT></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 02:46:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11505&amp;PID=38597&amp;title=status-bar-scroll-control-issue#38597</guid>
  </item> 
 </channel>
</rss>