Hey,
I'm a beginner
this code example works with b4a
not with b4J
can someone help?
1.
Private view as Label
For i = 0 To Activity.NumberOfViews - 1
view=Activity.GetView(i)
view.Enabled=false
Next
2.
Private lbl as Int
Private view as Label
lbl=2
view=Activity.GetView(lbl-1)
I'm a beginner
this code example works with b4a
not with b4J
can someone help?
1.
Private view as Label
For i = 0 To Activity.NumberOfViews - 1
view=Activity.GetView(i)
view.Enabled=false
Next
2.
Private lbl as Int
Private view as Label
lbl=2
view=Activity.GetView(lbl-1)