I try to change a displayable (list to a form) and than leave it on the screen for 5 seconds.
In order to implement it I call to Thread.sleep(5000), just after the setCurrent.
The problem isthat the delay does occur but without changing the disply.
Any suggestions?

Reply With Quote

