[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: progress monitor trouble

I would expect a clear SWTError if running in the wrong thread too. 
However, this can easily be tested.

To see if running in a non-UI thread is the problem, try passing false as 
the first argument to run.
i.e. getContainer().run(falses, true, op).
This runs the operation in the UI thread, but still does progress 
reporting.

Does this fix the problem?