GRIP icon indicating copy to clipboard operation
GRIP copied to clipboard

Add a Number Slider with a Text Box

Open TheTripleV opened this issue 5 years ago • 1 comments

GRIP should have a combo NumberListRangeSocket / NumberSpinnerSocket.

Using a NumberListRangeSocket is great for allowing users to visually see changes as input values change. However, for large ranges (and low screen resolutions), fine tuning may be difficult.

Use cases

  • Find Blobs: A slider can be used to change area and a number box can be used to fine tune
  • Cropping: A slider can be used to set the x, y, width, and height (roughly) and a number box can be used to fine tune

TheTripleV avatar Mar 25 '19 17:03 TheTripleV

We'd welcome PR's to support this. I think that the most skilled JavaFX developer who could possibly make this work would be @SamCarlberg.

Other than that, I'm generally just pulling components from ControlsFX.

JLLeitschuh avatar Mar 27 '19 18:03 JLLeitschuh