i want to paint on the whole 128x128 screen of my 6610 using canvas, how do i set this canvas to the wole screensize ? i have tried set clip, but my guess is that it only sets the clippingsize inside the canvas...
i want to paint on the whole 128x128 screen of my 6610 using canvas, how do i set this canvas to the wole screensize ? i have tried set clip, but my guess is that it only sets the clippingsize inside the canvas...
You need to subclass com.nokia.mid.ui.FullCanvas instead of the regular Canvas to do this. Read the documents about the Nokia UI API for more information.