Sign in to follow this  
ranga swamy

Problem in batch export option(Urgent)

Recommended Posts

hi ,

i am trying using batch export option problem here is

export screen is coming but i am not able to see the export option (save as) in save box.

Can any body help with this issue.

Thanks in advance

Ranga

Share this post


Link to post
Share on other sites

Hi,

We are trying with your sent code and consuming lots of time in removing unwanted entries in order to make the code running.

This if for all users: it would be of greate help for us and for all users who are attaching code and wishes for fast debugging, please please please attach an otherwize working scaled down version of the code where we can identyfy the bug. Please try to configure simple folder paths, no extra code, dependencies (expect it is needed)

Instead of getting into the main issue, we are now editing unwanted code, just make the sample run.

So, please help us too.

Share this post


Link to post
Share on other sites

Hi,

Yes, located.:)

your setting in XML is exportHandler='fcBatchExporter'

whereas, your export component's id is this:

 var myExportComponent = new FusionChartsExportObject("fcExporter1", "FCExporter.swf");

Please change it to:

 var myExportComponent = new FusionChartsExportObject('fcBatchExporter', "FCExporter.swf");

And find its working like breeze....:Whistling:

NOTE: you need to add the Id of the export component as exportHandler in the XML otherwize the chart wont be able to locate where to push the exported data!:)

Share this post


Link to post
Share on other sites

great i found the mistake ...thanks for quick repsonse

and one more thing is that each time when ever i am saving its creating new charts...and adding to existing charts

how to avoid that one...

Thanks.

Ranga

Share this post


Link to post
Share on other sites

sorry ok let me explain

when i did explort batch option list(2)  of the files will be exported...

when i did for second time (Batch Export Option)(2) the previous files as well as present file are in the queue totally 4 files are coming

actually it should come ony 2 files each time.

regards

Ranga

Share this post


Link to post
Share on other sites

sorry let me explain..

when i am trying to export the chart with batch  export EX: 2 charts

2 charts will come in the queue.

now second time when i am trying to export the chart for EX: 2 charts

the second time generated charts are adding at the end of the queue and

now totally 4 charts are coming....actually output should be only 2 charts ...

Question :

How to remove the previous exported from the queue?

Hope you understood ... :)

Thanks in advance..

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this