Strangeness using FrmNewBitmap

2002-02-26 Thread Dave Brown
I accidentally posted this in the Conduit forum. Ooop's. Original message: I'm trying to use FrmNewBitmap to dynamically display a bitmap on a form. The bitmap displays fine but my lists become corrupted. If I take the FrmNewBitmap call out the lists are fine so I know it's the cause.

Re: Strangeness using FrmNewBitmap

2002-02-26 Thread Terry Dennis
Depending on what version of Palm OS you're running, you could be tripping on the infamous PrvFixUpPtrs bug. Any time a new object was added to a form, the form grew and was possibly relocated. If Palm OS had to relocate the form, it also adjusted pointers within the form structure that pointed

RE: Strangeness using FrmNewBitmap

2002-02-26 Thread Dave Brown
: Strangeness using FrmNewBitmap Depending on what version of Palm OS you're running, you could be tripping on the infamous PrvFixUpPtrs bug. Any time a new object was added to a form, the form grew and was possibly relocated. If Palm OS had to relocate the form, it also adjusted pointers

Re: Strangeness using FrmNewBitmap

2002-02-26 Thread Matt Hebley
I'm trying to use FrmNewBitmap to dynamically display a bitmap on a form. The bitmap displays fine but my lists become corrupted. If I take the FrmNewBitmap call out the lists are fine so I know it's the cause. I'm using the POL library so I'm not sure if the problem is because I'm going

Re: Strangeness using FrmNewBitmap

2002-02-26 Thread Terry Dennis
Interesting. I'm not sure which release fixed that PrvFixUpPtrs glitch. How corrupted are your lists? Can you provide an example of before after? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Strangeness using FrmNewBitmap

2002-02-26 Thread John Marshall
On Tue, Feb 26, 2002 at 10:17:55AM -0700, Dave Brown wrote: I'm trying to use FrmNewBitmap to dynamically display a bitmap on a form. The bitmap displays fine but my lists become corrupted. If I take the FrmNewBitmap call out the lists are fine so I know it's the cause. And later: It

RE: Strangeness using FrmNewBitmap

2002-02-26 Thread Danny Epstein
Can someone tell us what's in the 3.5.2 patch? The dynamic UI fixes are in the 3.5.3 update and in the 4.0 ROM. Jim has posted descriptions of the 3.5.3 update on this forum: http://www.escribe.com/computing/pcpqa/m42487.html http://www.escribe.com/computing/pcpqa/m49866.html The official

RE: Strangeness using FrmNewBitmap

2002-02-26 Thread Dave Brown
:22 AM To: Palm Developer Forum Subject: Re: Strangeness using FrmNewBitmap Interesting. I'm not sure which release fixed that PrvFixUpPtrs glitch. How corrupted are your lists? Can you provide an example of before after? -- For information on using the Palm Developer Forums