> From: Al Macy [mailto:[EMAIL PROTECTED]]
> LstSetListChoices takes a pointer to an array of text
> strings. Are those strings copied into storage for that list,
> or do they need to remain around
The strings are not copied, only the pointers to them. Your code needs to
keep them valid for the lifetime of the list.
Or consider using a draw callback, which lets you omit supplying strings at
all. Depending on your app, this may be easier.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html