<?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 : Minus value for sliders</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Minus value for sliders]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 04:01:27 +0000</pubDate>
  <lastBuildDate>Wed, 23 Sep 2009 23:06:47 +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=15222</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[Minus value for sliders : i guess there is no sample application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53407&amp;title=minus-value-for-sliders#53407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4284">Pariksh*t</a><br /><strong>Subject:</strong> 15222<br /><strong>Posted:</strong> 23 September 2009 at 11:06pm<br /><br />i guess there is no sample application which has -ve to +ve range for sliders<br>if there is a sample app please tell me which app handles this requirement?<br>]]>
   </description>
   <pubDate>Wed, 23 Sep 2009 23:06:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53407&amp;title=minus-value-for-sliders#53407</guid>
  </item> 
  <item>
   <title><![CDATA[Minus value for sliders : Hi,  Still works for our sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53378&amp;title=minus-value-for-sliders#53378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15222<br /><strong>Posted:</strong> 23 September 2009 at 8:51am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>Still works for our sample . Did you try it ?</DIV>]]>
   </description>
   <pubDate>Wed, 23 Sep 2009 08:51:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53378&amp;title=minus-value-for-sliders#53378</guid>
  </item> 
  <item>
   <title><![CDATA[Minus value for sliders : when i do setpos(-45)it works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53371&amp;title=minus-value-for-sliders#53371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4284">Pariksh*t</a><br /><strong>Subject:</strong> 15222<br /><strong>Posted:</strong> 23 September 2009 at 4:01am<br /><br />when i do setpos(-45)it works fine but whrn i press - button on slider it sets value to 0 and not to -46...<br>how to solve this?<br>]]>
   </description>
   <pubDate>Wed, 23 Sep 2009 04:01:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53371&amp;title=minus-value-for-sliders#53371</guid>
  </item> 
  <item>
   <title><![CDATA[Minus value for sliders : Hi,  Just tried in our RibbonControls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53364&amp;title=minus-value-for-sliders#53364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15222<br /><strong>Posted:</strong> 23 September 2009 at 3:38am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Just tried in our RibbonControls sample</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;pControl-&gt;SetRange(-90, 90);<BR>&nbsp;&nbsp;pControl-&gt;SetPos(-45);<BR></DIV><DIV>and it works for me.&nbsp; Maybe you have handler for ScrollBar and manually set it to zero. or maybe its something that was fixed already if you have 12.x version.</DIV>]]>
   </description>
   <pubDate>Wed, 23 Sep 2009 03:38:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53364&amp;title=minus-value-for-sliders#53364</guid>
  </item> 
  <item>
   <title><![CDATA[Minus value for sliders : Hi,We are using sliders ie CXTPControlScrollBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53334&amp;title=minus-value-for-sliders#53334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4284">Pariksh*t</a><br /><strong>Subject:</strong> 15222<br /><strong>Posted:</strong> 22 September 2009 at 4:40am<br /><br />Hi,<br>We are using sliders ie CXTPControlScrollBar in Ribbonbar.<br>We have set ranfe from -90 to +90 for rotation slider.<br>If i use the slider to set value as -45 it works fine but when<br>we press - button on slider, it sets the value to zero.<br>Why is it so? What is solution?<br><br>Thanks and Regards,<br>Pariksh*t.<br>]]>
   </description>
   <pubDate>Tue, 22 Sep 2009 04:40:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15222&amp;PID=53334&amp;title=minus-value-for-sliders#53334</guid>
  </item> 
 </channel>
</rss>