[web2py] Re: Temporarily Poll View

2014-01-07 Thread EW
Answered in https://groups.google.com/forum/#!msg/web2py/4G8TBqqy33c/QqMMS31DSFMJ On Thursday, January 2, 2014 11:49:14 AM UTC-8, EW wrote: > Thanks, but I don't understand..how would I know when the insert > (scheduler task) has completed? > > > > On Thursday, January 2, 2014 11:14:00 AM

[web2py] Re: Temporarily Poll View

2014-01-02 Thread EW
Thanks, but I don't understand..how would I know when the insert (scheduler task) has completed? On Thursday, January 2, 2014 11:14:00 AM UTC-8, Anthony wrote: > You can set a component to reload indefinitely and then stop the reloading > by doing: > >jQuery('#mydiv').addClass('w2p_com

[web2py] Re: Temporarily Poll View

2014-01-02 Thread Anthony
You can set a component to reload indefinitely and then stop the reloading by doing: jQuery('#mydiv').addClass('w2p_component_stop'); However, in this case, rather than continually reloading the entire grid while waiting for the database insert, it might be better to simply poll the server e

[web2py] Re: Temporarily Poll View

2014-01-02 Thread EW
Anybody have any suggestions? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "