Hi,
I have a view part containing a tree viewer, which works as a service provider.
getSite().setSelectionProvider(myTreeViewer);
When the user selects a node in the tree, the details of this node should be shown in three other listener views in the same folder layout.
getSite().getWorkbenchWindow().getSelectionService().addSelectionListener(mySelectionListenerViewPart);
Only two views, which are activated first, can listen for the selection. The third one does not listen anything. Never mind which two of them I activate first.
It just happens by the first selection in the tree.
Thanks for help,
Nguyen
[Updated on: Tue, 31 August 2010 05:20]
Report message to a moderator