Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT and Threads


Use syncExec().



"Matthieu Bacqueville" <mbacqueville@xxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

07/15/2003 11:36 AM
Please respond to platform-swt-dev

       
        To:        <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-swt-dev] SWT and Threads



I have an application using SWT. This application launch a thread that is doing some things...
i would like that this thread writes some text into my SWT application...
i have a problem that is : "org.eclipse.swt.SWTException: Invalid thread access"
i don't find another way to do that...
is there someone who has a good idea ???
thanks a lot
regards
 
matthieu


Back to the top