I've found IProgressService.busyCursorWhile(..) to be extremely useful.
But in most cases, I'm not able to actually cancel the operation that is
executing. I just want to show the busy cursor, then show the "Operation
in progress.." shortly thereafter.
It looks like the "cancellable" flag inside the busyCursorWhile method is
hardcoded to true.
Is there any way I can use busyCursorWhile and disable the cancel button?
If not, is there an equivalent which grants me that sort of flexibility?
Thanks
Ben