> From: Timothy Astle [mailto:[EMAIL PROTECTED]]
> when I try to use the StrPrintF(...) function to fill the list
> with strings instead of numbers, it crashes.

It looks like the list is a strict 1-to-1 view of all the records in the
database.  If so, consider this: don't create an array of strings at all,
but just use a list draw callback function that fetches and draws each
record only at draw time.  This technique is simpler and uses far less
memory.  See LstSetDrawFunction.

-slj-


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