R Robert_Poland Member Licensed User Nov 18, 2015 #1 Hi, How to turn off the blinking cursor to the Edit Text?
Erel B4X founder Staff member Licensed User Longtime User Nov 19, 2015 #2 You can disable the cursor: B4X: Dim jo As JavaObject = EditText1 jo.RunMethod("setCursorVisible", Array(False)) Upvote 0
You can disable the cursor: B4X: Dim jo As JavaObject = EditText1 jo.RunMethod("setCursorVisible", Array(False))
R Robert_Poland Member Licensed User Nov 19, 2015 #3 Thanks for the quick reply it's called the library you want me to join? Method :set CursorVisible not found in: java.lang.String Last edited: Nov 19, 2015 Upvote 0
Thanks for the quick reply it's called the library you want me to join? Method :set CursorVisible not found in: java.lang.String
Erel B4X founder Staff member Licensed User Longtime User Nov 19, 2015 #4 You need to add a reference to the JavaObject library. If it still doesn't work then please upload your project (File - Export as zip). Upvote 0
You need to add a reference to the JavaObject library. If it still doesn't work then please upload your project (File - Export as zip).