Hi to all
I return to an old topic
With this argument: #VirtualMachineArgs: -Dcom.sun.javafx.virtualKeyboard="none"
the virtual keyboard is not activated, but it always stays that way until I comment on the argument and recompile
But if I want to enable and disable it from code how can I do that?
Sometimes I don't want that as soon as a textfield takes the focus it is activated
Thanks
The VM args are not compiled into your app. The IDE starts the java process and adds when it starts the process. In the same way that you can start any jar and pass VM and regular args.
The VM args are not compiled into your app. The IDE starts the java process and adds when it starts the process. In the same way that you can start any jar and pass VM and regular args.