I get the following error:
Illegal Argument java/lang/IllegalArgumentException Current Displayable is an Alert
I'm not sure what is means and why this exception is fired.
I get the following error:
Illegal Argument java/lang/IllegalArgumentException Current Displayable is an Alert
I'm not sure what is means and why this exception is fired.
I found an answer on the nokia forum!
It is an exception thrown when calling Display.setCurrent()
with an Alert as the argument, while an Alert is already displayed.