Hi,

  I have problem of unmask the loading image after generating the pdf
report in new tab and my code is:

Ext.getBody().mask("Loading Report.....");

// code to open report on new TabPanel.
Frame frame = new Frame(url);
Panel jasperReportPanel = new Panel();
jasperReportPanel .setId("generateReport");
jasperReportPanel .setTitle("Report--PDF");
jasperReportPanel ("reports-pdf-display-icon");
jasperReportPane.ladd(frame);
jasperReportPane.doLayout(true);

Thanks in advance

Thanks and Regards,
Sushma

--

You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en.


Reply via email to