Can I add a panel below the PrefDialog and appear in the same level (Modal) ?
I created a custom keyboard so I can use to input the key to the TextFields inside the Dialog.
Hi there you can make it (the keyboard) different app standalone and have it in top.. like virtual keyboard of windows...
Or you must modify the b4x preferencesdialog... I don't know if somehow you can find the events of prefitems.. and listen them... so not need to modify...
I ll check that because I need to change some things too..
Most platforms have their on-screen keyboard (for touch display) but I found the on-screen keyboard on Linux (Ubuntu and Debian) does not show up and that’s why I try to create my own keyboard. My keyboard works for B4XTable search field but once I clicked on the Edit button to show the PrefDialog, the panel appears below the Overlay background and not clickable. If I can’t find a solution then I will avoid using PrefDialog and use a CustomListview to populate the input fields.
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...
www.b4x.com
edit: The javafx keyboard is working but look ugly