Well the only thing on the form is the bitmap, ive checked the resource, and it seems to be in order. The bitmap is also 36K in size, so I don't think that that is an issue...
Is it possible that a form cannot have a bitmap placed in it? Also the bitmap is a little larger than the screen, but should that make a difference? ----------------- Well since you've narrowed it down to crashing on drawing the form, try eliminating form objects until FrmDrawForm doesn't crash. If it's being caused by a corrupt form element, you will find it with this method. If you find it's the bitmap causing the problem, then the bitmap data in the resource file must be corrupt. Try another bitmap. Using a bitmap with size >64k might cause this. -- Tim Kostka http://www.nuprograms.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
