[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Refreshing Table in Property Section (Property View)

Hi,

I apologize beforehand for cross posting this on two groups, but I am not sure if my problem is related to properties or swt...

In my plug-in (3.3) I have a Properties View that is associated to selections on another View, etc... The selectable view, is a tree based view that has different kind of objects, which on provider their own PropertySource.
I am implementing a TabbedPropertiesView. In one of the tabs, I have two sections:
The first section has Text boxes that display properties of the selected object (e.g.: client)
The second section has a 3 Columns table that display a list of messages that is associated to the same client displayed on the first section.


Both sections handle the same kind of PropertySource object.

The problem I am having is that if I click on client 1 and he has 15 messages, his information is displayed correctly in both sections. Next if I click in another client (e.g.: client 2), client 2 information will be displayed on the first section, but the table from second section will still display the messages from client 1. In summary the table does not get refreshed when switching the selection between different clients.

Any suggestions/and or ideas on what is going wrong here ?

Thanks,

--MD.