| [news.eclipse.platform] Re: How to use ProgressMonitorDialog in Action ? (IActionDelegate2) |
What you described should work. That is:
Display.getDefault().asyncExec(new Runnable() {
run() {
// create and open a dialog
}
});should work.
Michael
Hello again,
I still failed to find a solution. Noone here, who can tell me something about that??
Thanks
André