On Mon, Aug 8, 2011 at 12:43 PM, Zwiebel <[email protected]> wrote:

>  if (counter == 5) {
>                        again.post(r3);
>                        next.post(r4);
>                }
>                else if (counter_foe == 5) {
>                        again.post(r3);
>                        next.post(r4);
>                }
>
> But it doesn't do anything when counter or counter_foe reach the 5.


Have you stepped through your debugger to verify you get to that point and
check the value of "counter" and "counter_foe" ?

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to