> I have a list on a form that is populated via a list draw function and
> LstSetDrawFunction. The list is populated with the correct values
> from the draw function.
The draw function *doesn't* populate the list. The draw function just draws.
If you don't provide the list items via LstSetListChoices, the list doesn't
know what strings are in the list.
That's why LstGetSelectionText fails.
Your draw function already has some way of figuring out what the text of
each list item is. Use that same logic (or even a shared routine) instead
of calling LstGetSelectionText.
--
Neil Rhodes
Calliope Enterprises, Inc.
1328 Clock Avenue
Redlands, CA 92374
(909) 793-5995 [EMAIL PROTECTED] fax: (909) 793-2545
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html