Appending Text to SWT Textbox from multiple threads.
Jacob Carlborg
doob at me.com
Tue Mar 18 00:20:05 PDT 2014
On Tuesday, 18 March 2014 at 07:19:05 UTC, Jacob Carlborg wrote:
> What exact problems do you have?
>
> Note that SWT is not thread safe. All UI changes need to be
> made on the UI thread. This is usually done using the
> "Display.asyncExec" method.
Forgot the link to the example:
http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet56.java
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list