Hi!

http://www.palm.com/devzone/docs/pptdg/TableOfContents.htm  Check out the
chapter about forms and you should find the answer to your problem :)

        Sven.

> 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

Reply via email to