My bet is you may be messing up memory somewhere. Either copying too much into a variable or screwing up a pointer. I would debug using either Pose or the Simulator and see if it complains your using memory you haven't allocated. You can debug while using the serial port but if for some strange reason you can't, disable your serial calls and see if another area of your app is doing something wrong.
----- Original Message ----- From: "Jeff Yates" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 3:13 PM Subject: Intercepting ctlSelectEvent > Hi, > > I have a popup trigger on my form. When my event loop receives the ctlSelectEvent, it requests some information from a server over a serial link and returns true to prevent the system from showing the popup list. Once I have received the information from the server, I invoke the list. > > The problem I have is that after 3 times through this, the system starts to lose it...the menus become messed up and form items start painting strangely. I am assuming that this has something to do with eating up resources but I don't know how. If I let the system handle the event it all seems fine as long as I don't popup my list at any time. > > Has anyone got any idea what is going on? It is always the third time through?! > > Kind Regards, > Jeff Yates > Pi research > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
