"Rick Gadbois" <[EMAIL PROTECTED]> wrote in message
news:28130@palm-dev-forum...
>
> I have a need to display an ever changing variation of 6 simple bitmaps in
> 36 locations dynamically.
> I would like to do this with 6 bitmaps, displaying for example, bitmap1 in
3
> locations, bitmap 2 in 5 locations, bitmap3 in 0 locations etc...all at
> once.
> In the past for single bitmaps, I have drawn them with constructor, then
> used FrmHideObject/ShowObject, but that it is only good if I draw 216
> bitmaps....(36 locations times 6 bitmaps)....yuck.
Draw your 6 bitmaps in Constructor, then use WinDrawBitmap to directly draw
them into the screen window. You'll need to be sure to handle
frmUpdateEvents to redraw things, but its a lot easier than relying on the
form manager to draw/undraw everything.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/