Emulate mobile keyboard
Posted: Thu Jan 14, 2016 4:58 pm
Droid LiveCode App or iPhone App
In a PERFECT world I would like the cursor to be visible in an unlocked field, the soft keyboard to be disabled (or just not visible), and place my own buttons representing the keys on the keyboard to enter text into a field. Is any of this doable?
Right now I'm looking at my next best solution of locking the field, moving the cursor (so to speak) by hiliting (selecting) a character at a time either moving left or right, noting which char is selected and then hitting one of my "keyboard" buttons which replaces the hilited character. For example, if a letter is hilited in my field and I hit the "B" key button, the hilited character gets replaced by the letter "B".
Kludgy but I think I can get this to work. Ideally though I would like to use my own "keyboard" buttons to enter text in an unlocked field and use left/right keys to move the cursor.
Thanks for any ideas you might have.
In a PERFECT world I would like the cursor to be visible in an unlocked field, the soft keyboard to be disabled (or just not visible), and place my own buttons representing the keys on the keyboard to enter text into a field. Is any of this doable?
Right now I'm looking at my next best solution of locking the field, moving the cursor (so to speak) by hiliting (selecting) a character at a time either moving left or right, noting which char is selected and then hitting one of my "keyboard" buttons which replaces the hilited character. For example, if a letter is hilited in my field and I hit the "B" key button, the hilited character gets replaced by the letter "B".
Kludgy but I think I can get this to work. Ideally though I would like to use my own "keyboard" buttons to enter text in an unlocked field and use left/right keys to move the cursor.
Thanks for any ideas you might have.