Sorry was my fault. The Thread was wrong. I use now
try {
Thread.sleep(2500);
} catch (InterruptedException e) {
e.printStackTrace();
}And so everything works as expected. Thanks Per --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
