----- Original Message ----- From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 6:57 PM Subject: Re: FrmDoDialog draws on the behind form
> At 06:44 PM 3/12/2004, you wrote: > >>But when that form closes ( and disappears ), it leaves texts on the behind > >>form ( the form that calls FrmDoDialog ), no matter if I set the option > >>SaveBehind or not. > > > >Try doing a FrmEraseForm before deleting. > > That won't help -- FrmEraseForm happens as part of closing the form. The > problem is that he's writing to the screen before the form has been drawn > and the "behind-bits" are saved. Doing a FrmDrawForm first prevents this. > Ben, Steve, thanks. This FrmDrawForm helps. It solves my other similar problem with FrmPopupForm. Yes, I put the FrmDrawForm in the wrong place. [ Ben, do you remotely look into my code ? :-) ] Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
