| [news.eclipse.platform.swt] Re: When can setFocus return false? |
If I get it correctly, the lesson learn is that no "rich" (i.e. involving unknown listeners) code should be executer directly from SWT event handlers, but rather display.asyncExec should be used to run them with "clean" stack trace. Is this correct?
Eric