I am using Window 7 with Lazarus 1.4.2. I have been testing my poker library for Lazarus, to see whether there are any problems using more current versions. I have not had problems using 0.9.26, 1.0.10 or 1.2.2.
Using 1.4.2 the list box control on two of my test programs has been acting weird. When the scroll bar is moved, the display shows black bars after the lines of text. In addition, when the scroll bar is moved back to the top, the blank portions of the lines are overwritten with text from other lines. If you take a look at the attached image, you'll get a better idea of what I mean. It includes two screen shots from the program compiled under 1.4.2 and one from an earlier version without the problem.
I wrote a simple example program to try to isolate the problem, but it functioned perfectly. At the moment I am stumped.