in designer i created LABEL form with label1 name,
how to add text to label from program or how to change label text when pressing button.
tried everything but does not work
in globals
Dim Label1 As Label
in activity create
Label1.Initialize("")
Label1.TextSize= 30
Label1.text= "b4a"
text "b4a" doesnt appear
how to add text to label from program or how to change label text when pressing button.
tried everything but does not work
in globals
Dim Label1 As Label
in activity create
Label1.Initialize("")
Label1.TextSize= 30
Label1.text= "b4a"
text "b4a" doesnt appear