04-19-2010 08:23 PM
Probably best to start a new Thread with a new problem.
Do you have an 'enterEventDispatcher' in your background process? You need on before you can use:
Application.getApplication().invokeLater(new Runnable() {
Actually you do not need this, so I would suggest you try the code directly.
04-20-2010 04:58 PM
Hello,
I tried different ways, but sometimes I got nothing and another time I got an IllegalStateException.
I can't understand, what I can do to avoid that.
04-20-2010 05:08 PM
Start a new Thread.