Board index » delphi » TImage doesn't always display, depending on computer
Doug MacLean
![]() Delphi Developer |
Sat, 03 May 2003 03:00:00 GMT
TImage doesn't always display, depending on computer
I have an irritating problem with an app -- it's an installer shell, and I have a pretty logo with some text (label) that scrolls
across it. The logo is a JPEG file loaded into a TImage (at design time), which resides on a TPanel. I put it on the TPanel and set DoubleBuffered to True in the OnCreate proc so that my text scrolls nicely across it without flickering. OK, enough background... The problem is that on *some* systems (and, of course, they're the ones at my customer's plant), when the program starts, the nice I'm using D4.03 Pro and I'm going crazy. Any suggestions greatly appreciated. TIA, |