[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] SWT Error
|
- From: vikram <vik_ram@xxxxxxxxxxx>
- Date: Tue, 14 Mar 2006 17:07:56 -0500
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
Hi,
I am trying to populate an SWT Table with data coming from an object
that is running in a different thread. ( CORBA Object )
I get the following exception :
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
when I try to write the data into the table.
Thanks in advance.