Hi,
Sorry for the silly question.
I have created a layout with a single label called jbox.
I simply want to set the text of the label in the program but cant seem to do it.
My code ..
Sub Activity_Create(FirstTime As Boolean)
activity.LoadLayout("Layout1")
jbox.Text="test"
When I compile, it complains that I am using a varible without setting it?
Help!
Many thanks.
Jason
Sorry for the silly question.
I have created a layout with a single label called jbox.
I simply want to set the text of the label in the program but cant seem to do it.
My code ..
Sub Activity_Create(FirstTime As Boolean)
activity.LoadLayout("Layout1")
jbox.Text="test"
When I compile, it complains that I am using a varible without setting it?
Help!
Many thanks.
Jason