At 11:38 AM +0200 22-04-00, D. DeVecchio wrote:
>Please let me know what you find...

The whole thing looks like a bug to me.  What effect are you trying to make?

You're erasing before anything has been drawn.  That will almost always
cause some weird bug.

The reason FrmEraseForm (not WinEraseForm) works is because it's got a
check to see if the form has already been drawn.  If it has not been drawn
(if FrmDrawForm has never been called), then FrmEraseForm returns without
doing anything.

This should make sense, right?  If you haven't drawn, then there's nothing
to erase.  Drawing before FrmDrawForm breaks this (among other things.)

                                --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