IlliciteS
(IlliciteS)
August 27, 2025, 4:07pm
1
I feel pretty dumb but how to do that?
User set a number in the spinbox.
This number is too high / low.
Reset the displayed Spinbox number to a certain value (for instance, the last valid value).
The screenshot does not work. I’ve tried with a switch on Commit Method, or trying to use the “On Value Changed”, no way.
Shunitzo
(Shunitzo)
August 27, 2025, 4:59pm
2
Do you have a Bind on value?
IlliciteS
(IlliciteS)
August 27, 2025, 6:23pm
3
No, I never use bind for that kind of stuff. Pretty much only for trace or to check the mouse position.
Shunitzo
(Shunitzo)
August 28, 2025, 10:43am
4
Hm, does event even fire? Do a print on if
IlliciteS
(IlliciteS)
August 28, 2025, 12:40pm
5
This is the result from a brand new project / GameMode / PC, just in case:
VIDEO
Here’s the code:
Shunitzo
(Shunitzo)
August 28, 2025, 2:12pm
6
Video is unavailable
Hm, works fine for me, can you send UI file?
IlliciteS
(IlliciteS)
August 28, 2025, 2:45pm
7
Here we are:
I just notice something I’ve never tried: it works with the slider.
(In my previous case, I disable the slider part because I don’t want that feature).
But it still does not work upon entering a new value + pressing Enter.
Shunitzo
(Shunitzo)
August 28, 2025, 3:13pm
8
Enter doesn’t work for me too, feels like a bug.
Here’s a workaround:
1 Like
IlliciteS
(IlliciteS)
August 29, 2025, 4:29pm
9
I’m glad I was not crazy (and a bit sad this looks like a bug).
Thanks for the answer!