Don't know what version of IE you have, but there have been issues with IE 
6.0.28 (SP1) not reading flash properly.  Sometimes, IE simply will not display 
the flash chart no matter what you do.

Also, This blog helped me out once before on charts not displaying. (on a CFMX 
7 install)
http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=998
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18516 (step 4 - 
Create zero-byte files for internal CF processes)

If you're still having problems, try these steps as well:
1. change to png or jpg format see if chart displays
2. place cfchart code inside <cfsavecontent> tags and change some of the java 
output that is displayed to browser, this will clear up some script that IE is 
not interpreting correctly:
        <cfsavecontent variable="chart_output">...</cfsavecontent>
        <cfset chart_output = REReplaceNoCase(chart_output, "</?NOSCRIPT>", 
"","all")>
        <cfset chart_output = REReplaceNoCase(chart_output, 
"(?:<script.*?>)((\n|\r|.)*?)(?:<\/script>)", "", "all")>
        <cfoutput>#chart_output#</cfoutput>
3. you may need to create a folder called cfide/scripts in your site's root, 
then copy cf_runactivecontent.js from the "real" CFIDE directory


Blake Kiser

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
Sent: Tuesday, June 24, 2008 1:48 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] no cfchart display in IE

I'd first suspect a cache issue, following that maybe a flash player issue, 
assuming you are using the Flash based charts.

DK

On Tue, Jun 24, 2008 at 1:19 PM,  <[EMAIL PROTECTED]> wrote:
> Anyone know why cfchart displays correctly in FireFox but not IE?
> CF 7 on shared windows hosting.
>
> cfchart with static values, i.e no query.
>
> RL
>
>
> -------------------------------------------------------------
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists Archive @
> http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
>
>
>
>



--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists Archive @ 
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------





-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to