Re: Java Timer
I have tried using Thread.sleep() but I would like to use a loop of
some kind, as i dont want to try it that way. any other ideas?.
something which is not very resource intensive and all it does is loop
a variable for 10 secs and once thats over does what i want it to do.
.
Relevant Pages
- copy error
... each time through loop ... It also returns a '1' which I dont not understand since it ... Shouldnt it be '0'? ... Prev by Date: ... (comp.lang.perl.misc) - Re: break statement
... possible setting a boolean flag" ... > NO GOTO PLEASE ... > dont achieve things any better then using while/loops/fors.... ... > inner loop and a flag to get off the outer one or yet anothe break. ... (microsoft.public.dotnet.framework) - Re: Linked lists
... I dont know how you manage your linked list, ... You also need to "nullify" some pointers when you delete an item, ... endless loop. ... I suck in ASM ... (alt.lang.asm) - Re: wxPython.button.disabled still catching clicks
... for i in range: ... nothing happens but when loop ends another one is started because ... is to reposition button outside frame instead of disabling it but this ... I dont know how it works because i ... (comp.lang.python) - Re: accessing other array indexes other than the current of a foreach
... Use foreach but keep a counter as well: ... the previous line of the foreach loop. ... I dont like the idea of copying alot of data around because there ... I have found a way to do it copying variables if ... (perl.beginners) |
|