MattB Posted August 9, 2007 Report Share Posted August 9, 2007 Hi, Anyone know what the <AXCompat> setting in the ChartFX.Internet.Config does ? I'd hazard a guess at its something to do with COM/ActiveX and the way the browser behaves but I'm guessing. I know by setting the value to "False" it fixed a problem we were having with the non display of interactive chart but can anyone shed any more light on what it actually does ? Thanks in advance, Matt Quote Link to comment Share on other sites More sharing options...
Frank Posted August 9, 2007 Report Share Posted August 9, 2007 Check out the following KB article: Q7622003. Activation required for Chart controls after MS Update URL: http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/712/2/131.htm?_r=1 Quote Link to comment Share on other sites More sharing options...
JamesA Posted August 13, 2007 Report Share Posted August 13, 2007 Hi, I'm just looking at exactly the same thing. When I have a config file like this: < CfxIESettings> <Relative>/ChartFX62/Temp</Relative><AxCompat>True</AxCompat> </CfxIESettings> The chart will not reder at all. Looking at the generated HTML I notice that there is no <object id="ChartCtl1" classid="/chartfx62/download/ChartFX.Internet.Client.DLL#SoftwareFX.ChartFX.Internet.Client.Chart". We basically just get a blank page (where a chart used to be). If I switch this back to < AxCompat>False</AxCompat> Then the chart renders fine. The only down side is that the chart much be clicked to activate the control. The Server is a 2003 SP1. Is this a know problem? Regards James. Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 14, 2007 Report Share Posted August 14, 2007 When using AXCompat we will NOT generate the object tag (as this would require the user clicking the control to activate) but instead we should be inserting a script that will eventually add the chart. Can you post the result of using AXCompat in a clean page? JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.