Label1.Text = Label2.Text
Have you added the views with the designer? Have you loaded the layout file?getting an " should first be initialized err"
If SelectedPanel = 2 Then ' Copy value of selected meter to keyboard result box
'ERROR *******
Log(lbl.Tag)
'Create Meter Inputs labels
Cd.Initialize2 (Colors.ARGB (255,255,255,255),0,2, Colors.Black)
For X =0 To 13 <-------
lblMRinput(X).Initialize("MeterInput")
Activity.LoadLayout("Main")
here is an example:So how do you define an array of views in the designer?
'BELOW 2 LINES IN GLOBALS
Dim C1pr, Chem1pr, C2pr, Chem2pr, C3pr, Chem3pr, C4pr, Chem4pr, C5pr, Chem5pr As Label
Dim CChem() As Label
'Then after you load the layout in Activity_Create with these views, you enter this line:
CChem = Array As Label(C1pr, Chem1pr, C2pr, Chem2pr, C3pr, Chem3pr, C4pr, Chem4pr, C5pr, Chem5pr)