Re: how to change cursor to hourglass during async event handling

2007-09-14 Thread Andreas Andreou
nice! On 9/14/07, Mike Oestereter <[EMAIL PROTECTED]> wrote: > > Thanks > > This is what I did at the end. Its a bit in your face but it mostly > (besides the IE6 div bug) prevents users from clicking on something > else while the request is processing. > > style="display:none; curso

Re: how to change cursor to hourglass during async event handling

2007-09-14 Thread Mike Oestereter
Thanks This is what I did at the end. Its a bit in your face but it mostly (besides the IE6 div bug) prevents users from clicking on something else while the request is processing. Loading... On 9/13/07, andyhot <[EMAIL PROTECTED]> wrote: > Use @contri

Re: how to change cursor to hourglass during async event handling

2007-09-14 Thread Mike Oestereter
Thanks a lot!! On 9/13/07, andyhot <[EMAIL PROTECTED]> wrote: > Use @contrib:AjaxStatus > http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/ajaxstatus.html > > ... or, for more control, see > http://tapestry.apache.org/tapestry4.1/jsdoc/index.html > the tapestry.fx.attachA

Re: how to change cursor to hourglass during async event handling

2007-09-13 Thread andyhot
Use @contrib:AjaxStatus http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/ajaxstatus.html ... or, for more control, see http://tapestry.apache.org/tapestry4.1/jsdoc/index.html the tapestry.fx.attachAjaxStatus method Mike Oestereter wrote: Hi During a async call to a