Very unlikely that it's a problem in the API or compiler. Much more likely it is a problem with your code:
Missing break in a switch? Using FrmCopyLabel to overwrite a label with a label that is too big? It sounds to me like you are doing something while initializing the form that is corrupting the form's data structures. Kevin -----Original Message----- From: Joe Siebenmann [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 12:18 PM To: Palm Developer Forum Subject: Definite 'Object not in form' problem! Hi All, Using the 4.0 debug ROM ( thanks John M. ) I'm able to see 'Object #5780 in form #2252 is missing' when trying to do the frmOpen in that form. But, trust me, it can't be happening.. I dumped the form resource and double checked, not there.. I stripped-down the form to just the empty "if ( event )" and still gets the error dialog. There is NOTHING between my "FrmGotoForm(2252);" and the frmOpenEvent of that form. I even "fixed" any memory accesses it complaned about in the hope I was maybe corrupting something.. nothing! The app is pretty big, I'm using PRC-Tools and have three code sections 96K, and the RCP file is pretty large also, 35K. Early on, before I started digging to see what was wrong, it displayed part of the form, but didn't print a SINGLE debug message I put in the frmOpenEvent section.. how is that possible!? Now it doesn't even get to the point where it displays anything.. I can't help but think this is a bug in the API, compiler, or something.. All I know is it's really driving me nuts, and the project is due very soon. I could try and disassemble the beast, but I doubt it would reveal anything.. If anyone has any suggestions on further tests I could try or any other insights, please let me know. Thanks, Joe Siebenmann __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ ------------------------------------------ All information contained within or attached to this email transmission is Confidential. ------------------------------------------ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
