Hi!
I am making my first j2me game, it runs fine on S30 and S40 devices.
It also runs on the "Nokia_Series_60_MIDP_Concept_SDK_Beta_0_2".
But on the "Series_60_MIDP_SDK_for_Symbian_OS_v_1_0" no of my classes derived from Canvas or FullCanvas can display anything. Unfortunatley also on a real device (7650) nothing gets displayed.
Other Displayables like lists,... are displayed.
The paint method is called (i checked this with System.out), also the repaint() and serviceRepaints() methods. When i derive from FullCanvas, i get a white background, and the softkey labels are displayed (shouldn't they disappear when using FullCanvas ?).
When i derive from Canvas, nothing gets displayed, the menu screen remains.
I don't understand why all runs fine on other phones and emulators and not on the symbian series 60 devices.
Any ideas ?
Thanks
McMc

Reply With Quote

