I'm writing an application and I've run into a problem that I can't seem to get around.
The main form of the application (call it form A) displays another form (call it form B) using a call to FrmPopupForm. Form B is a modal dialog box that only takes up half the screen. It has some tricky behavior so I have to use this call to get it going. When it is done, it calls FrmReturnToForm(0) to get back to form A. At this point, the data in form A has changed and I redraw the display on the frmUpdateEvent. Unfortunately, even though the whole screen is redrawn, only the part that was under form B is actually changed on the display. I've tried erasing the form, drawing it, and all sorts of combinations, but I can't get the whole display to be updated. My question is how do I get the whole screen to redraw when I return to form A? I don't know if it matters but the display in form A is a table that I'm trying to update. Thanks, Adam -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
