Skip to main content



      Home
Home » Archived » 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
Eclipse UserFriend
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
Eclipse UserFriend
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.

[Updated on: Thu, 24 January 2013 12:32] by 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
Eclipse UserFriend
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 Mar 23 05:14:03 EDT 2025

Powered by FUDForum. Page generated in 0.02607 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top