Different spinner increment via pressing arrow-up and page-up #3159
Unanswered
Croissant-Tsai
asked this question in
Q&A
Replies: 2 comments 4 replies
-
The spinner (and slider, and scrollbar) have only one Maybe try the thumbwheel widget, there you can separately control the ones, tens, hundreds etc. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I guess the "knob events" are not seen at all in Java/Phoebus, right? If so then a small native component might solve the issue. What kind of knob controller hardware are we talking about? Links to documentation? But maybe this is not an issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new to Phoebus, and I am trying to figure out how to make a spinner increment by different values when pressing the arrow-up key (+0.1) and the page-up key (+1). I have tried to find a possible function and written a script to listen for key-pressing in org.csstudio.display.builder, but it doesn't seem to be working. Could anyone help me? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions