I get the following error:
for these lines
in the list there are buttons, togglebuttons and a label.
I tried also without the quotes.
edit: I managed by single allocations: vw(0) = zplus ....
I tried to do the animation on the whole array but it works only by an indexed loop:
this failed: ani.start(vw) , this works: ani.start(vw(i))
Compiling code. 0.08
Generating R file. 0.00
Compiling generated Java code. Error
B4A line: 97
vw = Array As View(\
javac 1.6.0_22
for these lines
B4X:
Dim vw() As View
vw = Array As View("zplus","zminus","mark","tgtplus","tgtminus","scalelabel","rotate","stopwatch","visit")
I tried also without the quotes.
edit: I managed by single allocations: vw(0) = zplus ....
I tried to do the animation on the whole array but it works only by an indexed loop:
this failed: ani.start(vw) , this works: ani.start(vw(i))
Last edited: