widgets-demo slider change positions

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

widgets-demo slider change positions

Post by HPW »

A small issue with the widgets-demo.

When the slider is set to 1 or 100 the 2 other widgets in that row change their position, because the value-text gets 1 or 3 digits.
There must be some option that the text widget get a constant size.
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

You can add a (gs:set-size ...) line here:

Code: Select all

(gs:label 'SliderStatus "30" )
(gs:set-size 'SliderStatus 30 12)
Lutz

Locked