> I emulated my program for Palm IIIc and 3.5 color debug rom.
> It turns out that the system does not redraw screen after
> alerts and dialogs.  Is this a known problem?
> 
> It is funny that other games which I checked (Scott Ludwig's
> chess, IMR checkers, Lines by Beiks) also report problems.
> Maybe there is some problem with emulator?

This is a debugging feature. The bits behind a popup window
are only being saved if there is "enough memory" left. If not,
bits are not being saved. Instead the underlying form receives
an frmUpdate(?) event afterwards in order to redraw itself. The
debugging ROM triggers this behaviour as well.

Apparently you do not handle frmUpdate properly. In the easiest
case you just have to call FrmDrawForm.

HTH,
        Holger Klawitter
--
Holger Klawitter                                    +49 (0)251 484 0637
[EMAIL PROTECTED]                            http://www.klawitter.de/



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

Reply via email to