In another post, I was looking at a way to use a custom keyboard.
Erel pointed me to a solution with a custom keyboard, but when I set the EditText to keyboard None, I don't get the cursor.
I found this where different calls to Java should enable that cursor and even change the color, but still no luck:
I will appreciate any pointer.
TIA
Erel pointed me to a solution with a custom keyboard, but when I set the EditText to keyboard None, I don't get the cursor.
I found this where different calls to Java should enable that cursor and even change the color, but still no luck:
EditText Utils
Subject: Routines for selecting text and cursor management. The result of these routines is visible only if the EditText has the focus ! Reminder of existing methods: EditText.RequestFocus : Tries to set the focus to this view. Returns True if the focus was set. EditText.SelectAll : Selects...
www.b4x.com
I will appreciate any pointer.
TIA