> -----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
- Text doesn't show when list is scrolled Andreas Eklund
- Re: Text doesn't show when list is scrolled Frank 'Psycho' Spychalski
- Re: Text doesn't show when list is scrolled Dave Lippincott
- Andreas Eklund
