Jump to content
Software FX Community

Get a grey box when trying to generate images


User (Legacy)

Recommended Posts

On a fresh install of Chart FX (CfxIeSrv.dll is version 5.5.1.0), the

following ASP page displays a grey box (rather than the chart) on my machine

(winxp sp1 / ie 6):

<html>

<head>

<title>Troubleshooting the Server Component</title>

</head>

<body>

<%

Set chart = Server.CreateObject("ChartFX.WebServer")

chart.RgbBk = RGB(255,255,255)

%>

<%= chart.GetHtmlTag(500,350,"image") %>

</body>

</html>

On another person's machine, the same code shows a chart. I can't determine

any major differences between the machine configs (though there must be

something).

Link to comment
Share on other sites

Magically, images started rendering correctly.  I am not sure what changed.

I guess that is a good thing, though it would be helpful to know the root

cause.

"snide" <snideclown@hotmail.com> wrote in message

news:wnW9SCb9DHA.200@webserver3.softwarefx.com...

> On a fresh install of Chart FX (CfxIeSrv.dll is version 5.5.1.0), the

> following ASP page displays a grey box (rather than the chart) on my

machine

> (winxp sp1 / ie 6):

>

> <html>

> <head>

> <title>Troubleshooting the Server Component</title>

> </head>

> <body>

> <%

> Set chart = Server.CreateObject("ChartFX.WebServer")

> chart.RgbBk = RGB(255,255,255)

> %>

> <%= chart.GetHtmlTag(500,350,"image") %>

> </body>

> </html>

>

>

> On another person's machine, the same code shows a chart. I can't

determine

> any major differences between the machine configs (though there must be

> something).

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...