User (Legacy) Posted October 16, 2002 Report Share Posted October 16, 2002 Hello, I'm generating an ActiveX Chart using client-side XML. It works ok, but the legend box is not always showing (I have - of course - enabled the legend box in the XML config file). Has anyone encountered this problem? Thanks, Soren Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 16, 2002 Author Report Share Posted October 16, 2002 I see that this problem is also described as long back as 25-10-2002. My code is very simple. Here it is: *******TestData2.xml********* <?xml version="1.0"?> <DATA> <COLUMNS> <COLUMN NAME="Workgroup" TYPE="String"/> <COLUMN NAME="Load" TYPE="Integer"/> </COLUMNS> <ROW Workgroup="ORS" Load="9200"/> <ROW Workgroup="SIM" Load="2300"/> <ROW Workgroup="CRM" Load="1000"/> <ROW Workgroup="VCS" Load="3400"/> <ROW Workgroup="DAD" Load="800"/> <ROW Workgroup="MIN" Load="1340"/> <ROW Workgroup="QRR" Load="6270"/> </DATA> ************************ ************XMLClient************** <OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA" TYPE="application/x-oleobject" WIDTH="800" HEIGHT="400" ID="ChartFX1" CODEBASE=CfxIEAx.cab#Version=4,5,17,0 > <PARAM NAME="LICENSE" VALUE="CfxIE.lic"> <PARAM NAME="TEMPLATE" VALUE="TestProperties.xml"> <PARAM NAME="TEMPLATEReader" VALUE="{9B6D6F4C-1F1A-48C2-8888-60B93002A445}"> <PARAM NAME="TEMPLATEReaderCodebase" VALUE="SfxXMLData.cab#version=1,0,0,5"> <PARAM NAME="TEMPLATEReaderConfig" VALUE="BagTagName=PROP"> <PARAM NAME="DATAPATH" VALUE="TestData2.xml"> <PARAM NAME="DATAPATHReader" VALUE="{9B6D6F4C-1F1A-48C2-8888-60B93002A445}"> <PARAM NAME="DATAPATHReaderCodebase" VALUE="SfxXMLData.cab#version=1,0,0,5"> </OBJECT> ***************************** "S Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 16, 2002 Author Report Share Posted October 16, 2002 I'm using the newest server component (but they are not used since it is client side XML) and the newest ActiveX-components. I've enclosed some screenshots. Link to comment Share on other sites More sharing options...
Software FX Posted October 16, 2002 Report Share Posted October 16, 2002 Can you post TestProperties.xml ? The object tag in your post does not force a redownload of our most recent client component (5.5.9.0), are you sure you are using the most recent version of the client component ? -- Regards, JC Software FX Support "S Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.