Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Thu, 24 January 2013 00:26 Go to next message
Matthew Casperson is currently offline Matthew CaspersonFriend
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 17:32 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
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.

Michael

Developer Evangelist, Silanis

[Updated on: Thu, 24 January 2013 17: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 18:13 Go to previous message
Kristopher Clark is currently offline Kristopher ClarkFriend
Messages: 130
Registered: January 2013
Senior 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: Thu Apr 25 02:21:38 GMT 2024

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

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

Back to the top