Hi,
I am using a HTMLPane to load a xls report. I have registered a ContentLoadedHandler to this HTMLPane.
I am expecting that once xls report is generated and browser prompt user to save/open this xls file, ContentLoadedHandler's onContentLoaded method should get fired but it does not?
Am i missing something? Or is there a better way to find out that xls report has been generated and browser has prompted user to save\open it?
Kindly suggest.
Thanks,
I am using a HTMLPane to load a xls report. I have registered a ContentLoadedHandler to this HTMLPane.
I am expecting that once xls report is generated and browser prompt user to save/open this xls file, ContentLoadedHandler's onContentLoaded method should get fired but it does not?
Am i missing something? Or is there a better way to find out that xls report has been generated and browser has prompted user to save\open it?
Kindly suggest.
Thanks,
Comment