Hi All,
I have to use a screen keyboard. I found the javafx keyboard, works well (I needed accented characters also őúűöüóáéí) with my program running from IDE. When I build a standalone package, there is no screen keyboard appear.
I manually modified the build/bin/release_java_modules.txt, added params from the start of file like this:
So now I have screen keyboard in release mode.
But I have to do this manually before all single case of building standalone package.
Is there some automatic method to do this?
thank you
Steven
I have to use a screen keyboard. I found the javafx keyboard, works well (I needed accented characters also őúűöüóáéí) with my program running from IDE. When I build a standalone package, there is no screen keyboard appear.
I manually modified the build/bin/release_java_modules.txt, added params from the start of file like this:
B4X:
-Duser.country=HU -Duser.language=hu -Dcom.sun.javafx.isEmbedded=true -Dcom.sun.javafx.touch=True -Dcom.sun.javafx.virtualKeyboard=native
But I have to do this manually before all single case of building standalone package.
Is there some automatic method to do this?
thank you
Steven
Last edited: