Hello, The startpick() method in vtkOpenGLRenderer does not call MakeCurrent() before accessing openGL. I believe this is a bug as it seems to cause me many problems when I attempt to interact with multiple windows. If I add MakeCurrent() at the beginning of this function there is no problem. -Tony