If you have Palm OS Programming from the ground up, chapter seven deals with
something similar.  In the event handler they have

case lstSelectEvent:
{
    file://set the db cursor to the selected item
    cursor = event->data.lstSelect.selection;

    file://go to details
    FrmGoToFrom( ContactDetailForm );
}
cursor is used as the record number in the db.

Andrew

Charles Rezsonya <[EMAIL PROTECTED]> wrote in message
news:21938@palm-dev-forum...
>
> hi,  theres an event popSelectionEvent (or something simular) that is used
> when the list isn't a popup?  what i'm doing is i have constructed a list
> that is displayed to the user.  but if the user taps on one of the items
i'd
> like to catch that.
>
> tia
>
> Charles Rezsonya
> Palm Developer
> ICQ 6470210
> [EMAIL PROTECTED]
>
>
>
>



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