The lstSelectEvent is generated by LstHandleEvent.  Are you calling that API
in your handler somewhere?  Also, do you have a break statement at the end
of your lstSelectEvent case?

Regards,

Steve

> -----Original Message-----
> From: McCollister, Mike [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 23, 2000 3:38 PM
> To: Palm Developer Forum
> Subject: I can't get lstSelectEvent to work
> 
> 
> Hi,
> 
> I have some code that tries to capture the lstSelectEvent 
> event. For some
> reason, I am not getting that event. I can manipulate the 
> list (add and
> remove items) but I am not getting an event when an item is selected.
> 
> Here is a code fragment:
> 
>       case lstSelectEvent:
>          switch (event->data.lstSelect.listID) {
>             case listID_bitDepth:
>               DisplayAboutForm(formID_about);  // ??? debug
>               break;
> 
>             default:
>                handled = false;
>                break;
>          }
> 
> Any ideas on what the problem might be?
> 
> Thanks,
> 
> Mike McCollister
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to 
> unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
> 
> 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to