jf--- / openshapefactory

Automatically exported from code.google.com/p/openshapefactory
4 stars 1 forks source link

Problem with double-editor not updating after change matching the slider-maximum-limit #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a variable with the getval 
2. set an initial maximum upper limit in the slider
3. change the initial maximum upper limit in the getval command

What is the expected output? What do you see instead?
the maximum value should match in the slider and in the edit value label

What version of the product are you using? On what operating system?

v12

Please provide any additional information below.

Original issue reported on code.google.com by bitaco...@gmail.com on 27 Jul 2012 at 9:33

GoogleCodeExporter commented 9 years ago
Script to reproduce the issue:

minval=0
maxval=100
slider=getval(0,minval,maxval,"green")

//1. run the script 
//2. now change the variable to maxval=200
//3. run the script 
//4. move the slider to the new limit (200) an you can see that number with 
value does not change

Original comment by bitaco...@gmail.com on 27 Jul 2012 at 9:39