[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[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

Heikhaus wrote:
Hello again,

I still failed to find a solution. Noone here, who can tell me something about that??

Thanks

André