Okay, so my multiple text sizes work great (italic, too! - total of 14
options, not including underline modes), I have dozens of animations ready
for my new, kick-ass game... but I can't draw a single frame.  WTF?

// These work perfectly (but draw the entire animation as a vertical
strip... not good)
WinDrawBitmap (sprite->bitmap, 128, 128);
WinDrawBitmap (WinGetBitmap (sprite->window), 192, 128);

// This doesn't work - but it /should/ draw the first frame!
RctSetRectangle (&r, 0, 0, 10, 12);
WinCopyRectangle (sprite->window, NULL, &r, 64, 128, winPaint);

Anyone have any ideas?  Note that all my work so far is in HD mode...



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to