daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Show spinner #131

Open rv8470 opened 1 year ago

rv8470 commented 1 year ago

Hello,

Is it possible to show a spinner while the report is generating? I have tried the showWait in the apex_submit but the spinner is not removed after processing.

Thanks

daust commented 11 months ago

Hi @rv8470,

typically, when I submit the page, I use a simple trick. I submit the page using a dynamic action, then I simply activate "show processing". This will handle everything automatically.

Greenshot 2023-09-14 14 18 20

Does that help?

Best, ~Dietmar.