> Can someone tell me what's wrong? In my program, when LstSetListChoices is
> hit, the emulator dies with an array index out of bounds.
As the others said, the variables has an implizit "auto" modifier and it is 
not longer valid when the list is drawn. I think you should add the modifiers 
"const" and "static" to keep the list alive.

Concerning your other problem, I think you have to call LstSetHeight() also.

Bodo


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

Reply via email to