I have created a modal form with save behind disabled. When I try to display
it with the code below, the area where the modal form is to be displayed is
not erased, so the old form is still visible in the same area as the modal
form, as if the modal form where transparent). If I enable save behind for
the modal form, everything looks fine. How do I solve this problem, without
enabling save behind?
When the modal form is closed, the area is erased, but the old form is not
redrawn. This problem can be solved by inserting the line
FrmDrawForm(FrmGetActiveForm());
after the FrmDeleteForm-call. Is this the right way to handle it, or is
there an event I should handle in the old forms eventHandler?
A pointer to some documentation (I haven't found anything relevant in
companion.pdf or reference.pdf), or some source would be perfect.
/Alex/
---------------------
FormPtr aboutPtr;
aboutPtr = FrmInitForm(AboutForm);
FrmDoDialog(aboutPtr);
FrmDeleteForm(aboutPtr);
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html