Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BIRT » How can I customise the "Processing, please wait..." dialogue box
How can I customise the "Processing, please wait..." dialogue box [message #1004832] Wed, 23 January 2013 19:26 Go to next message
Matthew Casperson is currently offline Matthew Casperson
Messages: 4
Registered: January 2013
Junior Member
I have a report that pulls down information from a rate limited REST API. This means the report can take upwards of 10 minutes to run.

I can accurately calculate the remaining time, and I would like to display this in the "Processing, please wait..." dialogue box as the report is being generated.

Is there some officially supported why to display information while the report is being generated, and if not does anyone have an example of how to modify the waiting dialogue box?
Re: How can I customise the "Processing, please wait..." dialogue box [message #1005236 is a reply to message #1004832] Thu, 24 January 2013 12:32 Go to previous messageGo to next message
Michael Williams is currently offline Michael Williams
Messages: 802
Registered: July 2009
Senior Member

Under BIRT\plugins\org.eclipse.birt.report.viewer_(version)\birt\webcontent\birt\pages\control\ there is a ProgressBarFragment.jsp. This is probably where I'd start looking.

Regards,

Michael Williams
BIRT Exchange
Michael's BIRT Blog

[Updated on: Thu, 24 January 2013 12:32]

Report message to a moderator

Re: How can I customise the "Processing, please wait..." dialogue box [message #1005252 is a reply to message #1004832] Thu, 24 January 2013 13:13 Go to previous message
Kristopher Clark is currently offline Kristopher Clark
Messages: 24
Registered: January 2013
Junior Member
In the file that Michael mentioned you'll find this code

<TD ALIGN="center">
<INPUT TYPE="BUTTON" VALUE="<%= BirtResources.getHtmlMessage("birt.viewer.dialog.cancel")%>"
TITLE="<%= BirtResources.getHtmlMessage( "birt.viewer.dialog.cancel" )%>"
CLASS="birtviewer_progressbar_button"/>
</TD>

You can add you're code above the </TD> and it will appear bellow the progress bar.
Previous Topic:Using JTable as datasource in BIRT report
Next Topic:Unable to parameterize excel sheet names
Goto Forum:
  


Current Time: Sun May 19 03:13:19 EDT 2013

Powered by FUDForum. Page generated in 0.01714 seconds