I was afraid of that. I know that generally charts have a limited life -
they're created for the request only exist for long enough to be rendered.
You may have to look at manually caching the charts. Someone in the general
ColdFusion lists may have some ideas of ways to work around it too. This
can't be the first time the problem has been encountered.


On Tue, May 25, 2010 at 2:52 PM, AJ Mercer <[email protected]> wrote:

> /CFIDE/GraphData.cfm?graphCache=wc50&graphID=Images/2293917890100156.PNG
>
> returns
> Image Expired
>
>
> On 25 May 2010 12:49, Blair McKenzie <[email protected]> wrote:
>
>> If you access the image path from the inserted source directly does that
>> work?
>>
>> Blair
>>
>> On Tue, May 25, 2010 at 2:44 PM, AJ Mercer <[email protected]> wrote:
>>
>>> This is sooo finge I am not sure if anyone else has seen this issue ...
>>>
>>> I have a webskin that contains a chart.
>>> The template is called with bAxax set to true
>>>
>>> <skin:view typename="stockbroker"
>>>
>>> webskin="displayMarketInformationSecurityChart"
>>>                                bAjax="false"
>>>
>>> This works in all the cool browsers
>>> but fails in IE8
>>>
>>> if I turn on ajax it works
>>>
>>> I can call the template directly and it works
>>>
>>> /stockbroker/view/portfolio-chart/accountType/patersons/accountnumber/tester
>>>
>>> Charts are saved as PNG - not Flash
>>>             <cfchart showlegend="false" format="png" showMarkers="false"
>>> show3d="false" chartwidth="300" chartheight="300" pieslicestyle="solid"
>>> title="Account Value by GICS" labelformat="percent" >
>>>                 <cfchartseries
>>> colorlist="#ValueList(qryGICS.gicsParentColourCode)#" type="pie"
>>> query="qryGICS" valueColumn="MARKETVALUE" itemColumn="gicsDisplayName" />
>>>             </cfchart>
>>>
>>>
>>> Anyone got any ideas?
>>> --
>>>
>>> AJ Mercer
>>> http://webonix.net
>>> http://twitter.com/webonix
>>>
>>> --
>>> You received this message cos you are subscribed to "farcry-dev" Google
>>> group.
>>> To post, email: [email protected]
>>> To unsubscribe, email: 
>>> [email protected]<farcry-dev%[email protected]>
>>> For more options: http://groups.google.com/group/farcry-dev
>>> --------------------------------
>>> Follow us on Twitter: http://twitter.com/farcry
>>
>>
>>  --
>> You received this message cos you are subscribed to "farcry-dev" Google
>> group.
>> To post, email: [email protected]
>> To unsubscribe, email: 
>> [email protected]<farcry-dev%[email protected]>
>> For more options: http://groups.google.com/group/farcry-dev
>> --------------------------------
>> Follow us on Twitter: http://twitter.com/farcry
>
>
>
>
> --
>
> AJ Mercer
> http://webonix.net
> http://twitter.com/webonix
>
> --
> You received this message cos you are subscribed to "farcry-dev" Google
> group.
> To post, email: [email protected]
> To unsubscribe, email: 
> [email protected]<farcry-dev%[email protected]>
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to