At 12:19 PM +0100 28-01-00, Alexander Foborg wrote:
>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).

I think your form must not be modal.  Make sure the modal box is checked in
constructor.  Or, if you're creating the form dynamically with FrmNewForm,
make sure you pass 'true' for the form.

The form code does NOT erase the bits under non-modal forms.  it's an
optimization, because we assume the screen is already cleared when you
switch apps.

                                --Bob



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to