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)
{
    Boolean retValue = false;

    if(lstP) {
        LstSetListChoices(lstP, listString, size);
        LstDrawList(lstP);
        retValue = true;
    }
    return retValue;
}


Steve K

"Steve K" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> 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 PROTECTED]
> >
> > 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 Combee <[EMAIL PROTECTED]>
> > CodeWarrior for Palm OS technical lead
> > Palm OS programming help @ www.palmoswerks.com
> >
> >
> >
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to