--- Sridhar Venkataraman <[EMAIL PROTECTED]> wrote: > Hi All > > I have a strange problem in my application. My application is not > able to handle popSelectEvent. I am quite perplexed. The popup > triggers work fine in other applications, and I am not able to > comprehend what is happening. > > Any help would be appreciated. >
You don't say what actually happens. Try looking at your source code. Make sure that each case of your select statement in your event handler ends with a break or a return, that you don't return true unless you actually handled an event, and that braces match properly, etc. __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
