Re: Please Help LstSetListChoices not working

2003-08-14 Thread Ben Combee
At 05:14 PM 8/13/2003, Steve K wrote: I tried your suggestion still I get nothing. I've tried adding a LstDrawList still get nothing. Have you stepped through with a debugger and verified that the system call that makes your list of string pointers is correctly formatting up the list? -- Ben

Re: Please Help LstSetListChoices not working

2003-08-14 Thread Steve K
I tried your suggestion still I get nothing. I've tried adding a LstDrawList still get nothing. Still at a loss... thanks, steve The bug is that you unlock the gStringH handle after you've passed it's locked pointer to LstSetListChoices. That handle needs to remain locked until after

Re: Please Help LstSetListChoices not working

2003-08-14 Thread Steve K
Got her all working. I had a strange pointer problem elsewhere that was causing a lot or problems throughout my program. I think it was the way I was getting lstP. Thanks for all your help. finalized function: static Boolean PopulateList(ListType* lstP, char** listString, UInt16 size) {

Re: Please Help LstSetListChoices not working

2003-08-14 Thread Ben Combee
At 04:31 PM 8/13/2003, Steve K wrote: I am trying to set the choices in a list using LstSetListChoices, and know I am getting very close to getting it to work. I call my function to populate the list and I receive no error and I get no data displayed in my list. Here is the function. static char*

Re: Please Help LstSetListChoices not working

2003-08-14 Thread Steve K
Using the debugger and an emulator as opposed to just running it on the palm gives me an error message on the LstSetListChoices call: Inventory (1.0) called SysFatalAlert with the message: Font.c, Line:248, Invalid font. thanks Steve Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL

Please Help LstSetListChoices not working

2003-08-14 Thread Steve K
I am trying to set the choices in a list using LstSetListChoices, and know I am getting very close to getting it to work. I call my function to populate the list and I receive no error and I get no data displayed in my list. Here is the function. static char* gPlateString =