Your best bet is to go to the palm web site and download the code recipe that talks about lists.
It inlcudes use of static and dynamic content showing the use of custom drawn lists ( Easier IMHO ) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mohammad Afshari Sent: Monday, March 01, 2004 12:49 PM To: Palm Developer Forum Subject: help with SysFormPointerArrayToStrings!!! Hello I'm having problem with using the function SysFormPointerArrayToStrings This is the way I'm using the function: MemHandle temp = SysFormPointerArrayToStrings (Pointer2D4->Courses, 5); The Pointer2d4->Courses : contains the string which I want to be placed inside the list. Now Courses is an array of size 200 ( Char Courses [200] ) inside a database. The number of characters inside Courses[200] varies, for example it may contains: Computer Graphics EMM4076\0Digital Signal Proces.. ETM4096\0 So the rest of the array is set to NULL. LstSetListChoices (listP,(char**) MemHandleLock(temp), numItems ); LstDrawList (listP) ; After the above code is executed there will be only one line inside the list, which in my case there should be 2!! Can anyone please help me with this. Thanks Mohammad -- 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/
