I am porting a MIDlet onto the S60 (Nokia N95 8Gb device). One of the MIDlets screens is a Canvas-based, on which i am painting various things manually. When I run this MIDlet directly on the device, the N95 is rendering a sort of MIDlet 'title bar' on the top this particular Canvas screen showing:
- The 'jigsaw puzzle' icon (e.g. MIDlet icon)
- the MIDlet name
- a small grey "x" on the very left
This top part seems to be overlapping/hogging the screen that i really wanted to use - e.g., it is overlapping the pixels i'm trying to paint in the region x=[0,WIDTH], y=[0,~20].
Why does this appear ? And how can i get rid of it? Am i missing something?

Reply With Quote

