Export to GitHub

ofcgwt - issue #35

How to incorporate the Loading image of OFC in ofcgwt ?


Posted on Apr 3, 2009 by Grumpy Bird

What steps will reproduce the problem? 1. The loading message is appearing in the swf command as below - swfobject.embedSWF( "open-flash-chart.swf", "my_chart", "550", "400", "9.0.0", "expressInstall.swf", {"data-file":"gallery/loading.php","loading":"Customise the loading message..."} );

What is the expected output? What do you see instead? no loading message.

What version of the product are you using? On what operating system? 1.3.0 xp

Please provide any additional information below.

Comment #1

Posted on Apr 3, 2009 by Quick Horse

Loading message in OFCGWT should never really be shown - as the source for the OFC chart comes from GWT/Javascript and will be shown ASAP.

Loading is for when the data is plain JSON and is loaded by URL by the chart itself - ie a feature that only non-OFCGWT users need.

Please explain why this feature is needed and how it will be used.

Comment #2

Posted on Apr 6, 2009 by Grumpy Bird

2 cases 1-when the chart is actually taking some time to load with bulk data. Always helps to show loading image.

2-To show an auto refresh functionlaity where a chart is being reloaded periodically after some time.

Please Grant, This is can be done by only you so please get this done. I've broken my head around it a lot.

Comment #3

Posted on Apr 8, 2009 by Grumpy Bird

Comment deleted

Comment #4

Posted on Apr 8, 2009 by Grumpy Bird

Are the above good enough reasons to have the loading affect?

Comment #5

Posted on Apr 9, 2009 by Quick Horse

both cases actually don't exist in real-life as the update is instant - please show me a real test case that has this problem. I'm not going to add a feature that won't be used as it diverts resources from other more important tasks. If you can show a valid case where this is needed for GWT applications, then I'll happily add it.

Alternatively you are welcome to supply a patch with this feature and I'll test and add to the standard release.

Status: WontFix

Labels:
Type-Defect Priority-Medium