All,
I'm writing an application that has a form containing a (normal) list (not
a popup). The contents of the list are determined at runtime by the
program, and not based on anything in a database. I'm reading the
samples from the (great) Palm Programming book by O'Reilly. Unfortunately,
I can't get it to work (on the resource side). Additionally, the sample
is not completely relevant, because my strings cannot be defined (statically)
in a resource file anyway.
Two questions:
1) What would the resource file entry look like for the string (a tSTR
resource), which is actually multiple strings concatenated(?) together.
2) Does anyone have some sample code or a reference to sample code
to do something like the following:
build strings in a chunk of memory
set an array of pointers into the pool of strings above
call LstSetListChoices
I have everything else about the list working correctly. I just can't
set its content.
Thanks in advance for any help.
Dave.
--
Dave Smith
Colorado Springs, CO USA