ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

ZK3.0.4 - Bug on Clients.showBusy

admin
26 Mar 2008 08:22:05 GMT
26 Mar 2008 08:22:05 GMT


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4864303

By: tommasofin

For long operation I use:

Clients.showBusy("Wait please...", true);

// launch thread

Clients.showBusy(null, false);

Today I update to zk 3.0.4 stable and the first time I call this statements all works, but all the other executions give me:

error on showBusy execution (I've translate this) E has no properties

false

admin
27 Mar 2008 01:43:30 GMT
27 Mar 2008 01:43:30 GMT


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4866226

By: jebberwocky

Hello Tommasofin

What u mean by "but all the other executions"?

admin
27 Mar 2008 07:15:42 GMT
27 Mar 2008 07:15:42 GMT


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4866508

By: tommasofin

I use that code when I launch a thread for the elaboration of a PDF. The first time I produce the PDF I have no problems, but if I try the elaboration again I have that error.