Re: How do I create a list pointer that can be passed to LstSetListChoices from a string resource?

2003-07-30 Thread Sun ribo
and now what should i do if just like #define LIST_ITEMS 3 #define MAX_STRING_LEN50 Char szList[LIST_ITEMS][MAX_STRING_LEN] = {"abcdefg", "hijklmno", "pqrstuvw"}; "Markus Dresch" <[EMAIL PROTECTED]> дÈëÏûÏ¢ÐÂÎÅ:[EMAIL PROTECTED] > > > how? > > you need a string-array to f

Re: How do I create a list pointer that can be passed to LstSetListChoices from a string resource?

2003-07-30 Thread Markus Dresch
> how? you need a string-array to fill the list. example1: #define LIST_ITEMS 3 #define MAX_STRING_LEN50 Char szList[LIST_ITEMS][MAX_STRING_LEN] = {"abcdefg", "hijklmno", "pqrstuvw"}; if you want to use string resources to fill the list, simply load the strings in a string a

How do I create a list pointer that can be passed to LstSetListChoices from a string resource?

2003-07-29 Thread Sun ribo
how? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/