B4J Question [SOLVED]B4xFloatTextField at runtime

micro

Well-Known Member
Licensed User
Longtime User
Good morning to all
why if I create from code and not from designer a B4xFloatTextField element it tells me that it is not initialized?
B4X:
Dim txt As B4XFloatTextField
txt.Initialize(Me, "txtpoints")
txt.HintText = "this work"
B4X:
txt.TextField.Text = "??" '< java.lang.RuntimeException: Class instance was not initialized (b4xfloattextfield)

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
why if I create from code and not from designer a B4xFloatTextField element it tells me that it is not initialized?
 
Upvote 1
Top