Have you traced the events through your event loop?
(i.e. put a breakpoint in your event loop for non-nil events
and then watch what happens when you tap in the table?)

Is it possible that you are missing a break; in one of your
switches, causing the event handler to flow into the next
event in the switch statement, or is there a chance that
for the pen event your handler is somehow returning true, 
preventing the OS handler from handling the event and selecting
the table?

Bman

Craig Schofield wrote:
> 
> > What exactly isn't happening?  When you tap, do rows highlight but not fire
> > the tblEnter and tblSelect events; or do the tapped rows not even highlight
> > at all?  If the latter, is there any chance your event loop is eating
> > penDown events and not passing them through to the operating system?
> 
> The rows don't even highlight.  I suppose the pen events may not be getting
> through, but I don't think I did anything to cause that to happen.  Like
> Dave, I pretty much just made the 'name' changes required to compile with
> 3.5.

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