Jump to content
Software FX Community

RenderFormat=".NET" generates column in cfx_replace


igor

Recommended Posts

Hi,

I am using ChartFX 7 with VS 2005 on IE 7 browser. I have an app that uses master pages and we put in a chart. We set scrollable position to auto to see scrollbars as well as set RenderFormat=".NET" to make scrollbars work.

 When the page renders I get JS error : "(" expected. Upon further examination it looks like ChartFX generates a dynamic JS function(below) in Temp folder. If you look at the name you will see that it has colons, which is what I think crashes JS. Any help on this is appreciated, as this is causing us delays:

 

function cfx_replace_ctl0:ContentPlaceHolder1:chart1() {

document.write('<object codetype="application/octet-stream" id="_ctl0:ContentPlaceHolder1:chart1" classid="/chartfx70/download/ChartFX.NetIEClient.dll#ChartFX.NetIEClient.Chart" standby="Downloading Chart FX control please wait ..."  WIDTH="780px" HEIGHT="500px" >');

document.write('<param name="Cookies" value="QQBTAFAALgBOAEUAVABfAFMAZQBzAHMAaQBvAG4ASQBkAD0AaABvAGMANQAwAHkAcgAzAHIAMgA1AHIAMABlADUANQBvAHEAZgA1ADQAawB1ADUAOwAuAEEAUwBQAFgARgBPAFIATQBTAEQARQBNAE8APQA1AEQARQA0ADEANQBGADEAMwBCADYAQQBFAEIANAA1ADQANAAwADMAMABEADcAOABGADIAMgA5AEUANgA5AEYAMwBDADAANQAzADYAOQBGADIAQwAxADYANwBEADEAMgBCADAAQQBBAEUANAA2ADUAQQBGAEMAOQAxADMAMAA4ADAARQBFAEUARQBEAEYAQwBCAEEAOAA0ADYAMgBBADcARQBCAEUANABBAEQAQgA1ADQAOQAyADIARAAyADIAMQBDAEYARQAyADIANwBCAEMANwBFADIAQwA0ADMAQwA5AEEAMwBDADIAQQA5AEEANwBGADAAMwAyAEQAQQBDADkANAA5AEMANAA2ADYAMAAxADkAOQAyAEIAMgBGADEANQAyADUAOAA1ADAARgA3ADAANABFAEEARQA3ADYAMAA2AA=="/>');

document.write('<param name="DataPath" value="/chartfx70/temp/CFV0428_0324331E055.chw"/>');

document.write('[Chart FX: .NET Active client requires Internet Explorer and .NET Framework 2.0 or greater installed on the client computer.]');

document.write('</object>');

Link to comment
Share on other sites

Hi,Could you please report this problem to support at softwarefx dot com?

We will try to replicate the issue on our side so we can confirm it as a bug. However we would appreciate that you send an email detailing what happens at your end so we can properly track the incident.

Regards,

RandyJ

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...