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 Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
