I have an issue, where drawing to an offscreen window seems to work fine on 3.3 and 3.5, but gives "ScrDriverNew.c", Line:500, Invalid Params on 3.0 and 3.1, and color 3.5. basically, the code is: WinHandle window1; window1 = WinCreateOffscreenWindow(320,320, genericFormat, &error); WinSetDrawWindow (window1); ...setup a pointer to a bitmap resource... WinDrawBitmap(bitmapPtr, 0, 0); and this is when I get the error on 3.0 and 3.1 anyone seen this before??? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
