I was forgetting to syncronize this works
publice Vector doInBackground()
{
// do some work here
synchronized(this)
try
wait(5000);
}
catch(Exception ex){}
Message was edited by:
mrun