> -----Original Message-----
> From: Andreas Eklund [mailto:[EMAIL PROTECTED]]
> Subject: Text doesn't show when list is scrolled

Problem solved!

I had the strings for the list in static variables in a local function (and
was probably put on the stack), and when the list updated the strings where
gone.

Having the strings in a global variable or in allocated memory did the
trick.


Regards,
Andreas

Reply via email to