> From: Essell [mailto:[EMAIL PROTECTED]]
> when the user scrolls the list, currItem keeps on getting
> incremeneted & then the function references  unallocated
> memory & my application goes for a toss.

Don't have that currItem variable.  The itemNum parameter to your draw
function tells you which item to draw.  It will *not* always be called in
strict top-to-bottom order.  In fact the draw order is officially undefined
behavior.

-slj-


-- 
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