Android Question how to hide cursor in edittext

AmirPYTHON

Member
hi guys
i have this code:
private void disableEditText(EditText EditText1) {
EditText1.setCursorVisible(false);
}
But I don't know how to use it in B4A
help me!
 
Last edited:
Solution

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 1
Solution
Top