Steve,

> I've got a main form with a list. When the user 
> taps on a list item, I go to a detail form. It 
> works fine on POSE with a 4.1 ROM.
> 
> Here's the problem:
>
> When I load it onto a Treo 180, and tap a list 
> item, I get a lstEnterEvent (which I respond false 
> to), but I never get the lstSelectEvent for the 
> line I tapped on.

I just tried it in one of my apps.  I added
this code to the form event handler:

switch (eventP->eType) 
  {
     case lstSelectEvent:
        FrmAlert(ListSelectedAlert);
        handled = true;
        break;

     [...]

  }

It works just fine for me (i.e., the alert comes
up when I select a list entry), both in POSE with 
a 4.0 debug ROM and on my Treo 180 in real life.

Oliver


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus � Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to