FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

Is there any way to make this work with JVFloatLabeledTextField

Open cerupcat opened this issue 11 years ago • 2 comments
trafficstars

Is there any way to substitute labels/fields with the JVFloatLabeledTextField implementation here: https://github.com/jverdi/JVFloatLabeledTextField

cerupcat avatar Sep 27 '14 01:09 cerupcat

You can create your own Cell subclass that uses this control, and then register it as the default cell for handling strings.

nicklockwood avatar Sep 29 '14 09:09 nicklockwood

look at this subclass of FXFormTextFieldCell -> https://github.com/hjanuschka/HJFXFormsJVFloatLabeledTextField/tree/master/HJFXFormsJVFloatLabeledTextFieldDEMO/HJFXFormsJVFloatLabeledTextField

works as a 1:1 replacement for the textfield types, and supports the KV values of JVFFloatLable

edit: sorry for the grave digger, have'nt realized its almost a year old

hjanuschka avatar Aug 22 '15 19:08 hjanuschka