﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » "Increment" Syntax in Slider</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 05 Apr 2026 16:06:41 GMT</lastBuildDate><ttl>20</ttl><item><title>"Increment" Syntax in Slider</title><link>https://forums.millisecond.com/Topic16273.aspx</link><description>To whom it may concern,&lt;br/&gt;Hi, I just want to use slider (ranging from 1 to 10) to display decimals so that it can show, e.g., 1.1 to participants. But when I tried to change the value of increment, it didn't work. Do you have any suggestions?&lt;br/&gt;Thank you for your consideration!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;slider response&amp;gt;&lt;br/&gt;/ caption="How many times does the second interval last longer than the first one?"&lt;br/&gt;/ labels=("0", "10")&lt;br/&gt;/responsefontstyle  = ("Arial", 1.5%, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ range = (0, 10)&lt;br/&gt;/ increment = 0.1&lt;br/&gt;/showticks = true&lt;br/&gt;/slidersize = (70%, 20%)&lt;br/&gt;/position = (10%, 50%)&lt;br/&gt;/defaultresponse = 0&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 13 May 2015 23:08:27 GMT</pubDate><dc:creator>Nakayama Yao</dc:creator></item><item><title>RE: "Increment" Syntax in Slider</title><link>https://forums.millisecond.com/Topic16283.aspx</link><description>Thank you Sir. It's been very helpful.</description><pubDate>Wed, 13 May 2015 23:08:27 GMT</pubDate><dc:creator>Nakayama Yao</dc:creator></item><item><title>RE: "Increment" Syntax in Slider</title><link>https://forums.millisecond.com/Topic16275.aspx</link><description>You can only use integers as increment. The closest you can get to what you want with a slider is doing something along the lines of:&lt;br/&gt;&lt;br/&gt;&amp;lt;slider response&amp;gt;&lt;br/&gt;/ caption="How many times does the second interval last longer than the first one?"&lt;br/&gt;/ labels=("0.0", "0.5", "1.0", "1.5", "2.0", "2.5", "3.0", "3.5", "4.0", "4.5", "5.0", "5.5", "6.0", "6.5", "7.0", "7.5", "8.0", "8.5", "9.0", "9.5", "10.0")&lt;br/&gt;/responsefontstyle = ("Arial", 1.5%, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ showticks = true&lt;br/&gt;/ showtooltips = false&lt;br/&gt;/slidersize = (70%, 20%)&lt;br/&gt;/position = (10%, 50%)&lt;br/&gt;/defaultresponse = 0&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 13 May 2015 00:02:42 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>