Defect #457
Plugin do not block the screen
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/08/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Firefox 10.0.2
Description
I use the Busy Plugin to black the screen while JasperReport creates the report.
If I use the Plugin in a version of 2.1.x, in Smart client the Plugin works fine. In Web client, the screen would be black just for a very short flash, before the open/save dialog of the report will be displayed.
If I use the Plugin in a Version of 2.2.x with the same code, it works in Web Client fine, but in Smart Client the screen never will be black.
History
Updated by Patrick Talbot about 13 years ago
- Status changed from New to Closed
In the processFunction, before you start anything, try adding:
application.updateUI();
To leave the time to the plugin to show