--- "Edward P. Ross" wrote: > > Thanks to everyone that responded, I have used a callback > function which works great. My issue now is how do I > retrieve the selected item? > > After reading the following regarding LstGetSelectionText: > > "If your application uses a callback function that dynamically > generates the list text, this function returns NULL. " > > Can someone point me in the right direction?
Use LstGetSelection() to find out which item number was selected. Then use the code from your callback function that dynamically generates the list text for that item number. __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
