[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] About widgetSelected

Hello everyone,
    I have a problem when I want to update a label in a widgetSelected 
method, what I found is this update only take effect after this method 
invoked. But I want to do serveral thing in this method and the label shows 
the status as a status bar.
    And I also can't use UI component in a thread, How can I hanle these 
things?
    Thanks very much!