Android Question (SOLVED) ' FloatLabeledEditText1.Enabled = False ' fail ? (ViewsEx)

Seneca

Active Member
Licensed User
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
You must make reference to the underlying edit text.
B4X:
FloatLabeledEditText1.EditText.Enabled = False
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…