Hello again.
I'm trying to disable B4XFloatTextField to prevent type in values.
Any way to do this?
B4XFloatTextField.mbase.Enable = False
I also try with txtUsuario.TextField.Enabled = False, but it doesn't work, because the objet let erase the value, despite it don't let me type in any value.
I'm currently using V2.31 version from HERE
Thanks in advance for your help!!!.
I'm trying to disable B4XFloatTextField to prevent type in values.
Any way to do this?
B4XFloatTextField.mbase.Enable = False
I also try with txtUsuario.TextField.Enabled = False, but it doesn't work, because the objet let erase the value, despite it don't let me type in any value.
I'm currently using V2.31 version from HERE
Thanks in advance for your help!!!.