Hi!
I'm starting to loose my mind over a problem!
Since the J2ME implementation on the P800 is somewhat... special (the irritating soft keypad) I've started all over in pJava. And since there's no API function for rotating the canvas (I want to use the display sideways) I figured out I could do it "manually" by creating an image (width=270, height=208), get the graphics from that image, draw onto that and then finally rotate the whole thing pixel by pixel using the PixelGrabber and some math...
The app works fine as standard Java app, but when run on the P800, the rotated image is just black...
Maybe PixelGrabber isn't implemented in pJava, and if so; does anybody have any ideas about what to do???
Thankful for all ideas!!
// Tom A