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?
Thanks
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