Jump to content
Software FX Community

<AXCompat> setting in ChartFX.Internet.Config


MattB

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

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...