Closed royerloic closed 8 years ago
@royerloic Did you make it?
yes, just pushed it :-)
On 26 Apr 2016, at 15:30, HongKee Moon notifications@github.com wrote:
@royerloic https://github.com/royerloic Did you make it?
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/RTlib/Halcyon/issues/9#issuecomment-214745252
Dr. Loïc Alain Royer
Post-Doc - Myers Lab Max Planck Institute of Molecular Cell Biology and Genetics Pfotenhauerstr. 108 01307 Dresden
Too short? Here's why: http://emailcharter.org/
Maybe you can close this issue if you think it's ok. ;)
Done :-) Nice team work :-)
We need a reusable JavaFX slider with the following features:
the slider should have a 'granularity' parameter, for example if you give a granularity of 0.5, then the values must be integral multiples of 0.5. You can obtain this behaviour with this formula:
x' = g*round(x/g)
This sider used in Stage is not bad, but the text value must be editable
Currently I use a normal slider in other Panels, for example the LightSheetPanel is super basic and nearly useless: