I need at least two SoQtExaminerViewer. Each viewer should have it's own window, own event handler method (e.g. mouse, keyboard) and scene graph.
The problem I have now is that only one viewer is really working. For one viewer everything is fine and the right points get updated by a click. By not working I mean that clicking does not update the viewer where I clicked but instead the not active viewer gets updated. This is quite a little bit strange to me because the methods I use for updating the dispay and handling the mouse events are not the same for the viewers.

Any ideas?