Hello In my VTK application, there is a main loop in which frames are grabbed continuously. I'd like add an interactor, but when I do it the main loop stops because interactor is waiting for an event. How can I resolve this? Thanks in advance