<div dir="ltr">Hi all,<div><br></div><div>Maybe, instead of changing the max of the slider programatically, one could instead set a higher priority on the textbox over the slider. That would mean that if the user chooses the slider, then the behaviour would remain unchanged. But if the user chooses to enter a value directly in the text box, then this value would not be overridden by the sliders settings. I don't know if that is hard to set up but at least I don't find it confusing.</div>
<div><br></div><div>Best,</div><div>Loic</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 29, 2014 at 11:45 AM, Miguel Colom <span dir="ltr"><<a href="mailto:colom@cmla.ens-cachan.fr" target="_blank">colom@cmla.ens-cachan.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rafa,<div class=""><br>
<br>
Quoting rafael grompone von gioi <<a href="mailto:grompone@gmail.com" target="_blank">grompone@gmail.com</a>>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br>
<br>
I have a minor comment about the use of sliders on demos.<br>
I made some experiments of Gaussian filtering with the<br>
demo of following article:<br>
<br>
"A Survey of Gaussian Convolution Algorithms"<br>
Pascal Getreuer<br>
<a href="http://www.ipol.im/pub/art/2013/87/" target="_blank">http://www.ipol.im/pub/art/<u></u>2013/87/</a><br>
<br>
</blockquote>
<br>
</div><div class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I finally downloaded the code and<br>
compiled and made the experiments. But I spent<br>
more time than necessarily. In the same way I can<br>
set a value on the text box like 0.56789 that cannot be<br>
set with the slider (I could set 0.5 or 0.6), it would be<br>
nice to be able also to set 20, even if it out the slider<br>
range.<br>
</blockquote>
<br></div>
Well, we can change the step of the slider to any step we need.<br>
In this case, it's configured to 0.1, but it could be 0.01, 0.001, or whatever we need.<br>
<br>
I think we should not change the default behaviour of the sliders to allow values over its maximum, for several reasons:<br>
- It's a restriction that is chosen by the author of the demo, and thus it's supposed to produce results that make sense.<br>
- It's the behaviour that users expect for these kind of controls. Changing the maximum of the slider depending on the value of the textbox would be really confusing for the users, that are used to the way such controls respond. It'd be counterintuitive.<div class="">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Of course, this is probably not a problem of this<br>
particular demo but of the way these sliders and<br>
their text boxes are set. Is there any simple solution?<br>
</blockquote>
<br></div>
For the step of the slider, yes: we just need to change it.<br>
To change the behaviour of the control and reconfigure programmatically its maximum: it's possible to do it with some javascript lines, but I don't think it's a good idea at all.<br>
<br>
Best,<br>
Miguel<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
IPOL - Image Processing On Line   - <a href="http://ipol.im/" target="_blank">http://ipol.im/</a><br>
<br>
contact     <a href="mailto:edit@ipol.im" target="_blank">edit@ipol.im</a>          - <a href="http://www.ipol.im/meta/contact/" target="_blank">http://www.ipol.im/meta/<u></u>contact/</a><br>
news+feeds  twitter @IPOL_journal - <a href="http://www.ipol.im/meta/feeds/" target="_blank">http://www.ipol.im/meta/feeds/</a><br>
announces   <a href="mailto:announce@list.ipol.im" target="_blank">announce@list.ipol.im</a> - <a href="http://tools.ipol.im/mm/announce/" target="_blank">http://tools.ipol.im/mm/<u></u>announce/</a><br>
discussions <a href="mailto:discuss@list.ipol.im" target="_blank">discuss@list.ipol.im</a>  - <a href="http://tools.ipol.im/mm/discuss/" target="_blank">http://tools.ipol.im/mm/<u></u>discuss/</a><br>
</div></div></blockquote></div><br></div>