I'm diligently trying to make my app run quietly under the OS3.5 debug Roms. I'm now trying to figure out what I can do about the following warning: 'Form.c line 801, Windows cannot be under forms because they can't be redrawn.' I checked the source and I saw a reference to a window member value named 'windowFlags.offscreen' but I'm not sure how to make use of that bit of information. I get the error whenever I close a dialog or alert and return to my main form. I typically call a function called 'ReturnToMainForm' where I initialize some things and call FrmDrawForm. I tried moving the FrmDrawForm to the frmUpdateEvent section of my main form event handler to eliminate the warning, but that wasn't enough to eliminate the warning. Mitch -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
