"Keith Wolcott" <[EMAIL PROTECTED]> wrote in message news:66168@palm-dev-forum... > > Dave, > > My guess is that you are not clear about what FrmEraseForm() does. It > does not erase the pixels on the form, but erases the form itself so > that there would then be no valid draw window. You do not want to > call FrmEraseForm() before FrmDrawForm().
Exactly. If you just want to clear the window, get the dimensions of the form, then use WinEraseRectangle to clear it to the background color. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
