Hello,
Using Teechart 7.04 with Delphi 7.
I have a cgi compiled with Kylix which makes a TChart graph, exports this graph to jpg and sends the jpg as a stream in response of a Httprequest. The cgi is multi-Thread. On the first HttpRequest the graph background gradient is quite nice. After the first HttpRequest I get painted stripes instead of a nice gradient. Seems like my X server goes in a bad state.
Does anyone have an idea about what could cause this problem?