Using FrmCopyLabel instead of CtlSetLabel to change the contents of my label
solved my problem by not requiring a call to FrmDrawForm (which was erasing
all of my custom drawing).  But, now I'm having a similar problem when using
Alert dialogs -- they're causing the custom drawing in my Main form to be
erased.

> For the redrawing problem, are you (Rich) handling
> the frmUpdateEvent event, i.e., are you re-doing
> your drawing?

I hadn't been, but I just added the case to my handler for when the Alert
dialog was opened, but the frmUpdateEvent wasn't fired (I'm not too savvy
about when this event should be fired and may be doing something wrong).

My Form dialogs don't erase the custom drawing in my Main form, is there any
reason an Alert dialog would?

~Rich


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

Reply via email to