At 10:23 AM 2/4/2002 -0800, you wrote:
>This works like a champ.  However, if I select any area *except* one of
>the items on the list, the List disappears leaving behind a blank area
>(no repainting of the Form).
>
>Todd

Set a breakpoint in the form handler and check to see whether you get a 
frmUpdateEvent when the list is closed. You should get several events like 
winExitEvent, which you should let the system handle.

Do you handle the update? Redraw the form?

Also, have you made your list popup save behind itself? This should redraw 
the hold in your form, and suppress the update event. However, a robust app 
does not rely on this.

Matt


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

Reply via email to