Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Cannot able to update TableItem dynamically from a thread written inside asyncexec Method

Hi All,
 
I'm into the development of a pluging which monitors others system and updates its resources in the Table View.
 
I'm using a thread written inside aysncexec method which monitiors the system and gets the result from ResultAdapter class. Upto this everything works fine.
 
The problem occurs, when I try to update the result from ResultAdapter into Tableview. The result doesn't gets updated into TableView, It expects me to create one new column every time to update the new TableItem and the plugin hangs indefinetly because of the thread written inside the asyncexec method.
 
Can any one please help me on this stating how to proceed or where I'm going wrong.
 
Thanks in Advance
 
Muthu.


Muthu Velappan
Aspire Systems || India
Tel:+91-44-24610149
www.aspiresys.com


The Outsourced Product Development Company.™

This e-mail message and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade secret or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.

JPEG image


Back to the top