Hello,
I am new to Java ME, and I am trying to display a simple Canvas, which can react on touch actions. I have created a class extending Canvas, and simply added the pointerPressed(), pointerReleased() and pointerDragged() methods.
It works fine on my Nokia 5800 (S60 5th edition), but the phone displays under my Canvas a pad and four buttons. It seems to be a retro-compatibility paramater. How can I avoid the display of this buttons ?
Thank you

Reply With Quote

