Hi,

I draw text on the screen at regular intervals, but if the menu is popped
down my text gets draw in the menu, then when I tap the screen to clear the
menu, only the previous text is display.

I draw to the screen every 8 seconds, with text, bitmaps and linesetc.

Heres an example of what happens:

        Draw Screen 1
        Wait 8 seconds
        Draw Screen2
        Popdown Menu
        Wait 8 seconds
        Draw Screen3 - draws messed up in popped down menu
        Wait 8 seconds
        Draw Screen4 - draws messed up in popped down menu
        Tap screen - closed menu
        Screen 2 is displayed.

I assume that the menu has become the active draw area or something. I need
one of two solutions (I think):

1. Programatically close the menu before I draw a new screen (cant work out
how to do this)
2. Draw my screen behind the menu, so that when the menu is close my new
screen is there. (cant work out how to do this either). This would be my
prefered solution.

If anyone know how to do the above, or any better ideas please let me know.

Thanks

Rik





-- 
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