How to reset slider value

Hi everyone,

I need to set, read, and reset the value of a slider (using Gtk.jl).

To set the value I use: notesSlider = slider(1:200, value = 1)
To read the value I use: v = value(signal(notesSlider)

but I’ve had not luck trying to reset it to a value of 1 (and having the screen show the value back on the left of the slider at the “1” position).

I’d sure appreciate some help. Thanks.