Thanks Ricardo, Now I can draw my items in the listbox, but now what can I do to have the scrolls working?
Sergio. -----Original Message----- From: Desenvolvimento 3 [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 26 de abril de 2004 18:48 To: Palm Developer Forum Subject: RES: Drawing a list Hi Sergio To populate the list you must create a array of strings and pass it to the LstSetListChoices function. The tables resources are better when you need more than one column to be shown at same time. In fact I think table is prettier but List is better if you want it like a combobox. Well, it depends of your design. Best Regards! Ricardo - Brasil -----Mensagem original----- De: Sergio Uyeda [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 26 de abril de 2004 18:24 Para: Palm Developer Forum Assunto: Drawing a list Hi people, 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? Tanks. Sergio. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
