Re: Update zone out side main thread

2014-09-03 Thread Chung Khanh Duy
Thanks everyone. I will try. Duy. On Sep 4, 2014 8:21 AM, "Geoff Callender" < geoff.callender.jumpst...@gmail.com> wrote: > How about making onActionFromALink() return a zone that contains a > ProgressiveDisplay, and have the ProgressiveDisplay do "do something"? > > > http://jumpstart.doublenega

Re: Update zone out side main thread

2014-09-03 Thread Geoff Callender
How about making onActionFromALink() return a zone that contains a ProgressiveDisplay, and have the ProgressiveDisplay do "do something"? http://jumpstart.doublenegative.com.au/jumpstart7/examples/ajax/progressivedisplay Cheers, Geoff On 4 Sep 2014, at 10:56 am, Chung Khanh Duy wrote

Re: Update zone out side main thread

2014-09-03 Thread Thiago H de Paula Figueiredo
On Wed, 03 Sep 2014 21:56:28 -0300, Chung Khanh Duy wrote: Thanks for your answers. Does any one have example for that ? I went through all samples in jumpstart site but it looks like does not have any sample that I am looking for. For the non-async-request option, any Java solution will do

Re: Update zone out side main thread

2014-09-03 Thread Chung Khanh Duy
Thanks for your answers. Does any one have example for that ? I went through all samples in jumpstart site but it looks like does not have any sample that I am looking for. Thanks. Duy On Wed, Sep 3, 2014 at 10:09 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 03 Sep 20

Re: Update zone out side main thread

2014-09-03 Thread Chris Poulsen
Could this be a case for ProgressiveDisplay? -- Chris On Wed, Sep 3, 2014 at 5:09 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 03 Sep 2014 08:51:29 -0300, Chung Khanh Duy < > chungkhanhduy1...@gmail.com> wrote: > > Hi experts, >> > > Hi! > > > So now I would like t

Re: Update zone out side main thread

2014-09-03 Thread Thiago H de Paula Figueiredo
On Wed, 03 Sep 2014 08:51:29 -0300, Chung Khanh Duy wrote: Hi experts, Hi! So now I would like to do something in another thread and after this thread completed, I will render resultZone. Is that possible ? Yes and no. Yes if you don't mind the AJAX request being blocked until the ot