Have u tried this
final ExtElement element = Ext.get("elementID");element.unmask(); see if this works On Sat, Dec 12, 2009 at 11:29 AM, sushma <[email protected]> wrote: > 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]<gwt-ext%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gwt-ext?hl=en. > > > -- Thanks and Regards, Deepak Kumar Mallapu, IT Associate, Center for Education Technology and Learning Sciences, IIIT-Hyderabad, Mobile :9866976686. -- 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.
