Sergio Uyeda wrote:

Whats the best manner to draw items from database in the list ? According to the PalmOS Reference doc, I need to use the functions
LstSetDrawFunction, LstDrawList... but Im not understanding the logic.
Can anyone help me?

If you have to filter your database at all, it might be easier to build the string array and pass it to LstSetListChoices().
If you don't need to do any filtering or sorting, it might be easier to grab whatever string you need out of the record in a custom draw function.


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to