
trungsi
Members-
Content count
6 -
Joined
-
Last visited
About trungsi
-
Rank
Forum Newbie
-
Hi, I did some tests and it seems to work now. Thanks for your help!
-
I realize that by using setTimeout() function before submit form (ex : setTimeout("submitForm", 10)) i have the same effect. Regards.
-
No, here's my code : < OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="565" HEIGHT="400" id="FC2MSLine" ALIGN="" > < PARAM NAME="movie" VALUE="/flash/MSLine.swf" > < param name="FlashVars" value="&dataUrl=/jsp/lasouris/fund_performance_graph_data_2.jsp&XMLLoadingText=< bean:message key="chart.load.processing.message" />&ChartNoDataText=< bean:message key="chart.no.dataseries.found" />" > < PARAM NAME="quality" VALUE="high" > < PARAM NAME="bgcolor" VALUE="#FFFFFF" > < EMBED src="/flash/MSLine.swf?dataUrl=/jsp/lasouris/fund_performance_graph_data_2.jsp&chartWidth=650&chartHeight=400&XMLLoadingText=< bean:message key="chart.load.processing.message" />&ChartNoDataText=< bean:message key="chart.no.dataseries.found" />" quality="high" bgcolor="#FFFFFF" WIDTH="650" HEIGHT="350" NAME="MSLine.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" >< /EMBED > < /OBJECT > Thanks for your response.
-
in fact, the first two images is a scenario without confirmation message which works correctly. When i submit form with confirmation (the third one), flash display goes wrong.
-
Hi, I've found a really strange corner case bug of displaying fusionchart in IE6. When i use window.confirm() before submitting chart loading, the chart is not displayed any more. See attachments in order for details. But i've discovered that using EMBED tag instead of OBJECT resolve this problem. So is EMBED tag supposed to work correctly on IE6? Because, it's said in the documentation that EMBED tag is for Mozilla version only. Thanks for your help!
-
Hello, I want to upgrade my multi line charts to lastest version of FusionChart to use connectNullData feature. But features like dateRangeStart, datelines seem not to work any more. In my current version, i have xml data like this : < graph dateRangeState='...' dateRangeEnd='...' dateRangeLabels='1' ... > .... < datelines > < line .... / > < /datelines > < /graph > You can see that the sections in red in current version.gif are not showed in upgraded version.gif. Could someone please show me how to upgrade these features? Thank you very much!