Jump to content
Software FX Community

XML property must have some bugs?


User (Legacy)

Recommended Posts

I used CfxIEAx.cab Version 5,5,3,0.

It seems that the XML properties does not work propery.

My XML property file is as below.....

<?xml version="1.0" encoding="euc-kr" ?>

<CHARTFX>

<PROP NAME="ToolBar" VALUE="True"/>

<PROP NAME="LegendBox" VALUE="True"/>

<PROP NAME="TypeMask" VALUE="134217728"/>

<PROP NAME="LeftGap" VALUE="5"/>

<PROP NAME="Title(0)" VALUE="Units"/>

<PROP NAME="Title(2)" VALUE="Product Sales by Quarter"/>

<OBJECT NAME="Axis(2)">

<OBJECT NAME="Font">

<PROP NAME="Name" VALUE="Verdana"/>

<PROP NAME="Size" VALUE="6"/>

</OBJECT>

<PROP NAME="LabelAngle" VALUE="45"/>

</OBJECT>

</CHARTFX>

I set ...."ToolBar" VALUE="True ...

but toolbar didn't appear.

I tried some another changes in XML property file, but no changes in chart

(all charts are same).

All chart seems to be shown with default property.

And also chartfx XML sample doesn't work well.

you can click below URL, and you can see that chart title "Product Sales by

Quarter" is not shown and so on....

http://support.softwarefx.com/Samples/CfxIE/Extensions/XML/XMLClient.htm

please check the XML property.

<OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

TYPE="application/x-oleobject"

WIDTH="600" HEIGHT="300" ID="Chart1"

CODEBASE=./activex/CfxIEAx.cab#Version=5,5,3,0

>

<PARAM NAME="LICENSE" VALUE="./activex/CfxIE.lic">

<PARAM NAME="TEMPLATE" VALUE="TestProp.xml">

<PARAM NAME="TEMPLATEReader" VALUE="{9B6D6F4C-1F1A-48C2-8888-60B93002A445}">

<PARAM NAME="TEMPLATEReaderCodebase"

VALUE="./activex/SfxXMLData.cab#version=1,0,0,8">

<PARAM NAME="TEMPLATEReaderConfig" VALUE="BagTagName=PROP">

<PARAM NAME="DATAPATH" VALUE="TestData.xml">

<PARAM NAME="DATAPATHReader" VALUE="{9B6D6F4C-1F1A-48C2-8888-60B93002A445}">

<PARAM NAME="DATAPATHReaderCodebase"

VALUE="./activex/SfxXMLData.cab#version=1,0,0,8">

</OBJECT>

email : sujebee@nextel.co.kr

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...