Seneca Active Member Licensed User Jul 21, 2018 #1 Hi, I've verified that the following code does'nt work. What can be the cause? B4X: FloatLabeledEditText1.Enabled = False
Hi, I've verified that the following code does'nt work. What can be the cause? B4X: FloatLabeledEditText1.Enabled = False
Claudio Oliveira Active Member Licensed User Longtime User Jul 22, 2018 #2 You must make reference to the underlying edit text. B4X: FloatLabeledEditText1.EditText.Enabled = False Upvote 0
You must make reference to the underlying edit text. B4X: FloatLabeledEditText1.EditText.Enabled = False