Hi,
I have three functions, a(), b() and c().
In function a() I need to call function b() and then after a 2 second delay call function c().
However, I can't use Thread.sleep(2000) as I need to be able to keep clicking on other buttons.
I think I need to use Threads a bit more, but I can't see how to delay the thread from starting
Thanks for any and all help.
Andrew.