Patrick Felt wrote:

I am using the FrmPopupForm() call on a palm app. The program works
correctly on 3.5+, but on OS versions < 3.5 the poped up form is
transparent, although it has focus.. When it is closed the form that was
underneath, and is now active, does not get redrawn.

I have advice only on the form-not-redrawing bit.

I was frustrated by a similar problem until I learned that the debug ROMs for POSE are designed specifically *not* to save the form being drawn over by the pop-up. This is to help you catch cases where you need to be handling frmUpdateEvent, but aren't. I started handling frmUpdateEvent and things were fine after that.

--Larry


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


Reply via email to