Android Question [Solved] B4XFloatTextField.mbase.Enable = False doesn't work

joaquinortiz

Active Member
Licensed User
Longtime User
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!!!.
 

joaquinortiz

Active Member
Licensed User
Longtime User
Erel, Thanks. Deleting the following code line it works!!!!.

B4XFloatTextField1.NextField = txtContrasena

In this 4 weeks, that I dive into the B4A programming language, I realize that it can be improved, to make life more easier for programmer that has full experience in Vb.net.

For example, I suggest that B4A, should contain one command, just to enable/disable it.

In Addition, do you have a tutorial more detailed for XUIViews, that explain with more specific, each property or methods of B4XFloatTextField?. Well, I mean, all the objects contained in XUIViews.

Thanks a lot!.

PS. I hope not to be rude with my comment!.
 
Upvote 0
Top