Re: Wacky Bitmap Family Question

2002-06-03 Thread r. zane rutledge
--- "Kevin OKeefe" <[EMAIL PROTECTED]> wrote: > hRes = DmGetResource(); > MemHandleSize(hRes); Ah yes. "Forest for trees" sometimes, ya know. ;-) Thanks, zane - r. zane rutledge - http://www.rzanerutledge.com/palm/ -- For information on using the Palm Developer Forums, or to unsubscribe, p

RE: Wacky Bitmap Family Question

2002-06-03 Thread Kevin OKeefe
hRes = DmGetResource(); MemHandleSize(hRes); -Original Message- From: r. zane rutledge [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 6:02 PM To: Palm Developer Forum Subject: Re: Wacky Bitmap Family Question "Scott Johnson" <[EMAIL PROTECTED]> wrote: > That

Re: Wacky Bitmap Family Question

2002-06-03 Thread Aaron Ardiri
On Mon, 3 Jun 2002, r. zane rutledge wrote: > "Scott Johnson" <[EMAIL PROTECTED]> wrote: > > That sounds very doable, since you would need to fixup only the > > single nextDepthOffset field of the bitmap you are modifying. > > Okay. I can see that. (And thanks for the quick reply.) > > One more im

Re: Wacky Bitmap Family Question

2002-06-03 Thread r. zane rutledge
"Scott Johnson" <[EMAIL PROTECTED]> wrote: > That sounds very doable, since you would need to fixup only the > single nextDepthOffset field of the bitmap you are modifying. Okay. I can see that. (And thanks for the quick reply.) One more implementation question then. If I attempt this, how do I

RE: Wacky Bitmap Family Question

2002-06-03 Thread Scott Johnson
From: r. zane rutledge [mailto:[EMAIL PROTECTED]] > ...Or would it still be possible to somehow traverse the linked list > of multiple bitmaps manually, duplicate them elsewhere in memory, then > resize the record, then DmWrite them all back, somehow adjusting all the > linked list pointers approp