Is there a way of making an EditText READ ONLY?
BPak Active Member Licensed User Longtime User Nov 30, 2010 #1 Is there a way of making an EditText READ ONLY?
Erel B4X founder Staff member Licensed User Longtime User Dec 1, 2010 #2 You can disable it by changing the Enable property: B4X: EditText1.Enable = False