#1: LoadFromFile: backgrounds with delphi 5? Author: HPW, Location: GermanyPosted: 27/02/06 11:38 Should a TSimpleGraph component under delphi 5 load the sample1.sgp and sample2.sgp with the contained backgrounds?
When I load them in delphi 5 I get no background in the middle eliptic node in sample1.sgp and no background in the round rectangle node on the left in sample2.sgp. The right eliptic node in sample2.sgp shows the background!
It the sgp-file version-specific?
#2: Author: Kambiz, Location: Tehran, IranPosted: 27/02/06 11:55 The images you mentioned are JPEG. Therefore, I think you didn't include JPEG unit in the uses clause of your unit.
#3: Author: HPW, Location: GermanyPosted: 27/02/06 12:14 That fix the problem.
Thanks for the info.
Maybe a nice info for the doc!