|
| Make sure that you are running the latest version of JavaFX (1.2.1). The essential bind statements that the program needs to work are these two (in AudioConfigMain): Text { content: bind "{%1.0f acModel.selectedDecibels} dB" }, Slider { value: bind acModel.selectedDecibels with inverse },
The "with inverse" is crucial, because that is what pushes the value when you drag the slider. |
| Please sign in to flag this as inappropriate. |