Case 0
If page2.a2=0 Then page3.a3=0 Then
Label1.Text="page3 AAAAA clicked"
OK .. !
B4X:
Case 0
If page2.a2=0 Then
If page3.a3=0 Then
Label1.Text="page3 AAAAA clicked"
Else
'............
What are you trying to do ?? The sample now works OK ..
I have renamed your activities .. Again ! >>> Activity Page1 , Activity Page2 , Activity Page 3 >>>
NOTE : If you add more Items to ANY Page List this Code will NOT Work !
Case 0
If page2.a2=0 Then page3.a3=0 Then
Label1.Text="page3 AAAAA clicked"
OK .. !
B4X:
Case 0
If page2.a2=0 Then
If page3.a3=0 Then
Label1.Text="page3 AAAAA clicked"
Else
'............
What are you trying to do ?? The sample now works OK ..
I have renamed your activities .. Again ! >>> Activity Page1 , Activity Page2 , Activity Page 3 >>>
NOTE : If you add more Items to ANY Page List this Code will NOT Work !