Table viewer update problem [message #467053] |
Fri, 27 April 2007 12:43 |
Eclipse User |
|
|
|
Hi all,
I am the newbie of RCP development. I faced the below question and hope that you all can help me. Thanks ..
I have a table viewer in my application which display some information and such information will be updated dynamically at the real time.
I used tableview.insert(), tableviewer.update() and tableviewer.remove 3 methods to maintain the viewer display. however, I got a problem when I added the sorting function on the tableviewer. That is, for example, at the real time, I received a dynamic update of the row of tableviewer. Then I called tableviewer.update() to update the row and the new/updated information can be shown in the display. However, then I click on the column of the tableviewer which can provide sorting function. The rows in the tableviewer can be sorted in order, but the previous updated row (the above row) show a OLD information instead of the udpated information. I traced for a long time and can't get the reason and solution. Please please help. Thanks thanks .....
|
|
|
Powered by
FUDForum. Page generated in 0.57681 seconds