[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: openEditor call inside a Job ?

You have to use Display#syncExec() or asyncExec() to reach back into the UI thread.

Later,
PW