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