B4J Question [PreferenceDialog] A Panel same level and below PrefDialog

aeric

Expert
Licensed User
Longtime User
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.

keyboard.png
 

Magma

Expert
Licensed User
Longtime User
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..
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
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.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I found the solution to the Virtual Keyboard not shown.


edit: The javafx keyboard is working but look ugly :(

1646671279296.png
 
Last edited:
Upvote 0
Top