[Solved] Java ME help displaying calendar canvas from Nokia tutorial

…it just says it’s running in the background. I guess I’m not initializing it properly. Without seeing your code it’s hard to tell for sure but assuming that you did not introduce errors copying tutorial code, the most likely reason for the behavior like you describe is that you didn’t invoke Display.setCurrent. This would indeed … Read more