JavaFX 1.3 b26 (SoMa b26)
From attached code:
var blockIncrementVal:Number = 20;
var slider : Slider = Slider {
min : 10
max : 200
value : bind blockIncrementVal with inverse
}
It is expected to initialize slider value with 20 but it is initialized with 10.
Test works correctly on SoMa b24 and fails since SoMa b25.
Test source is attached.
To run test:
- unzip archive
- edit JAVAFX_HOME variable in desktop.bat
- run desktop.bat
From attached code:
var blockIncrementVal:Number = 20;
var slider : Slider = Slider {
min : 10
max : 200
value : bind blockIncrementVal with inverse
}
It is expected to initialize slider value with 20 but it is initialized with 10.
Test works correctly on SoMa b24 and fails since SoMa b25.
Test source is attached.
To run test:
- unzip archive
- edit JAVAFX_HOME variable in desktop.bat
- run desktop.bat