Hello,<div><br></div><div>My team and I are working on creating a new method to interact with ParaView. Our library currently has a skeleton framework with events of its own to be called for zoom or pan or rotate (more will be added when we get one of them working). We are having immense difficulty interacting with ParaView, however. We found the vtkPVInteractorStyle class and have been attempting to access it (our library was set as a friend) but most recently ran into a problem when calling &quot;OnButtonUp&quot;. The exact error was related to X - &quot;X Error: BadAccess (attempt to access private resource denied)&quot;. We&#39;ve found that ParaView hangs for about 5 to 10 seconds on this line &quot;this-&gt;InvokeEvent(vtkCommand::EndInteractionEvent);&quot; of this method &quot;void vtkPVInteractorStyle::OnButtonUp(int button)&quot; in vtkPVInteractorStyle.cxx.</div>
<div><br></div><div>There must be some way to control the renderer using something other than a mouse and keyboard. Are we going about this the correct way? Is there an entirely different method we should be using? Any and all help is appreciated.</div>
<div><br></div><div>Thanks,<br>David Zemon</div>