Look & Feel Slider textbox?
-
Is it available?
-
@ulrik Why would you need this? Do you intend to use the stock slider design for your plugins?
Because as soon as you declare a custom LAF for a slider the entire component uses it so you can draw the text box of your choice. -
@ustk In my project I'm using only the textbox from a linear slider, the rest is transparent, and I would like to change the text and background colour of the textbox.
I can't see how to do that using the custom LAF for the slider
-
@ulrik Why don't you use a label instead of a slider?
-
@d-healey because you can't close a label with esc, and the label CB don't trigger if nothing is changed in it.
-
@ulrik Why do you want to trigger a callback if nothing has changed?
-
@d-healey with a slider, if you activate the text box and press esc, it will close, that is not possible to do with a label, maybe I explained myself poorly.
-
@ulrik Pressing esc works here with a label.
-
@d-healey Haha, yes it does, have it always worked like this?
However I use the linear sliders in this project so, is there a way?
-
@ulrik You can use a slider and a label
-