Can I create a virtual keyboard to type text in TextField form?
Hi Michelle,
- Select File > Import and open Keyboard.pmc
- Add the following action in the Action Editor:
How can I make the keyboard be hidden and show only when I need to write? (and then hide again?).
Thanks
-
Hide keyboard in the Navigator
-
Add Form widget and enable Checkable
-
Add following action on check/uncheck button:
See the example show_hide_keyboard.pma (520.2 KB)
1 Like
Thanks!!!