Alan,

I ran in to the same error message the other day.  My problem was that I was
passing an invalid pointer in the second parameter of LstSetListChoices().
You might also verify that your List pointer is correct, if you haven't
already.

Mark Douglas


"Alan Hand" <[EMAIL PROTECTED]> wrote in message
news:49560@palm-dev-forum...
>
> I am using a debug ROM (Palm Vx version) and trying to set the selection
on
> a pupop trigger that has a static list which was populated using
constructor
> associated with it.  When I call LstSetSelection(pList, nIndex) with any
> value of nIndex (-1, 0, 1, etc) I get a debug ROM error message saying
> "Invalid font" with a line number of 198 in font.c
>
> In addition to the annoying debug error message, the list selections is
not
> "set".  I have even tried redrawing the list after setting the selection
and
> that doesn't work either.  Does anyone know what may be causing this?
>
> Thanks,
> Alan
>
>
>
>



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

Reply via email to