views:

58

answers:

1

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.

A: 

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.

hsmit