Hi! I know is silly question but....
I'm trying to put some textfield on my app,
when I tested the app (I've a button that changes the values in these textfields) I get some errors regarding textfield initialization, so I put this in the code
the error doesn't come up, but the textfield has not the value "test" and I don't know how to assign values to the textfield by code....
let me know...regards,
ciro
I'm trying to put some textfield on my app,
when I tested the app (I've a button that changes the values in these textfields) I get some errors regarding textfield initialization, so I put this in the code
B4X:
Private EditText1 as TextField
.....
Private Sub Application_Start.....
EditText1.Initialize("test")
.....
the error doesn't come up, but the textfield has not the value "test" and I don't know how to assign values to the textfield by code....
let me know...regards,
ciro