How about creating a little popup that shows 'Loading..' ? Then let it close by the resulthandler.
--jeetee --- In [email protected], "Mark" <[EMAIL PROTECTED]> wrote: > > I have a web service that's getting data to fill comboBoxes then the "real" data. This takes a > few seconds. I'm using the showBusyCursor on the service, but the user can actually still > click buttons. Is there a way to blur the screen out during this time like when using a pop- > up window? > > Thanks, > Mark >

