I have a form (listForm) whoes main element is a table with a custom drawing
routine. The resource is not set to Save Behind, and I switch forms with the
following code, passing in the new form I want to go to:

void SwitchForm(UInt16 formID)
{
        FrmGotoForm(formID);
        gCurrentView = formID;
}

When I switch out of the listForm, any pixels from the listForm not covered by
an object on the new form remain (at least on the emulator). Is this a problem
with my custom drawing routine for the table, or something else? It happens for
objects (such as labels) which weren't part of the table, so I suspect something
other than the custom drawing function.

Steve Cochran

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to