Hi to all
the attached file is a jar file that show a nice onscreenkeyboard.
It's a possible to make a lib or bas module from it?
A lib/bas where i can set the position (left and top), possibly also the dimensions
and show separately only the numeric keyboard, only alphabetical or both and use it in
a B4x code.
I decompiled the jar file and put all the classes in one section
(to try to use them inline java)
#If Java
......
#End If
When I compile this error appears:
Thanks you all
the attached file is a jar file that show a nice onscreenkeyboard.
It's a possible to make a lib or bas module from it?
A lib/bas where i can set the position (left and top), possibly also the dimensions
and show separately only the numeric keyboard, only alphabetical or both and use it in
a B4x code.
I decompiled the jar file and put all the classes in one section
(to try to use them inline java)
#If Java
......
#End If
When I compile this error appears:
B4X:
Compiling generated Java code. Error
javac 1.8.0_212
src\b4j\example\main.java:4098: error: lambda expressions are not supported in -source 1.7
EventQueue.invokeLater(() -> (new KeyboardUI()).setVisible(true));
^
(use -source 8 or higher to enable lambda expressions)
1 error
Thanks you all