- assigned_to: nobody --> scottlu
From Mike McCollister ():
Just one quick comment on a bug that I just found. If you bring up the menu, the level text gets
drawn.
Not sure what he means, here's a followup note:
I am using a Palm IIIxe with Palm OS 3.5.3. Right now I can't reproduce this bug. However, I've
had
this bug before in a program called TikTok (http://MikeMcCollister.com/palm/#TikTok). If you look
at
the source and search for this section of code:
case winEnterEvent:
bCanUpdate = (e->data.winExit.exitWindow !=
(WinHandle)FrmGetFormPtr(ID_FrmTikTok));
break;
you will guarantee that nothing gets written to the screen when the menu is up.
If I find a way to reproduce it consistently, I'll let you know.
Regards,
Mike McCollister