I've got my list generating dynamically... HOORAY! However now I'm trying to get the text that the user selects...
I'm not sure what I'm doing wrong in the text memory allocation side of things or how to do it properly anyways...but I know that's my problem... ***************************************************************** Char *listText; ListType *list = GetObjectPtr(ListOrderList); listText = MemPtrNew(50); StrCopy(listText, LstGetSelectionText(list,LstGetSelection(list))); ***************************************************************** Now, this compiles okay, of course. But it's saying: "just read from memory location .....blah blah....which is in low memory....blah" So now this tells me I'm not allocating the memory properly... correct? Can anyone tell me what I'm doing wrong? Thanks. :) Nole -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
