PixInsight Forum (historical)

PixInsight => Wish List => Topic started by: FunTomas on 2014 April 22 11:55:39

Title: Change value of sliders and spinners.
Post by: FunTomas on 2014 April 22 11:55:39
As Andre wrote in this response http://pixinsight.com/forum/index.php?topic=6968.0;topicseen
Quote
I have a suggestion for the new convolution process: In many of my images the right value for the deringing parameter is less than 0.01. However the slider has a precision of 0.01 units. So for selecting a smaller value I have to write it on the textbox. I think that you should set a smaller range in the slider and increase the precision, i.e. min:0 max:0.2 inc:0.001. That is only 200 steps.

Is it possible to implement change value of sliders or spinners by using cursor keys?
Using cursor keys up / down for increment of basic precision, CTRL+cursor keys fo increment of 1/10th of basic precision and SHIFT + cursor keys fo increment of 10 x basic precision?
And more better doing this same but using mouse wheel instead of cursor keys?