Re: [qooxdoo-devel] Blocking user input during RPC call

2008-05-19 Thread Derrell Lipman
On Mon, May 19, 2008 at 12:31 PM, kanugula <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to block the user input while Rpc call is in progress. > > I am trying some simple generic solution rather than disabling submit > button > until RPC response arrives. > > I am wondering whether qx.ui.

[qooxdoo-devel] Blocking user input during RPC call

2008-05-19 Thread kanugula
Hello, I am trying to block the user input while Rpc call is in progress. I am trying some simple generic solution rather than disabling submit button until RPC response arrives. I am wondering whether qx.ui.popup.Popup which I am using to set AJAX status indicator can block the user from resub