Re: [Paraview] paraviewweb, linked views, mouse handler

2018-06-20 Thread Sgouros, Thomas
Hi Sebastien: Actually no, that doesn't change this behavior. One view moves with the cursor when I click on it, while the other only moves when the mouse button is lifted. This is true on your example, as well as my code, and I seem unable to control which one is which. Are you saying your exampl

Re: [Paraview] paraviewweb, linked views, mouse handler

2018-06-20 Thread Sgouros, Thomas
Ok, thanks. I'll give that a try. -Tom On Wed, Jun 20, 2018 at 5:44 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > You need ParaView 5.5.2 or master as I said last time, I fixed some stuff > on the python side to properly register animation on a given view. > Or you may have

Re: [Paraview] paraviewweb, linked views, mouse handler

2018-06-20 Thread Sebastien Jourdain
You need ParaView 5.5.2 or master as I said last time, I fixed some stuff on the python side to properly register animation on a given view. Or you may have patched your ParaView. But for sure, you need Python code along with the pvw change I made. On Wed, Jun 20, 2018 at 1:12 PM Sgouros, Thomas

Re: [Paraview] paraviewweb, linked views, mouse handler

2018-06-20 Thread Sgouros, Thomas
On Wed, Jun 20, 2018 at 10:43 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > Hi Tom, > > - The mouse handler seems to listen only to one view... > > I though the example in https://github.com/Kitware/paraviewweb-examples > was taking care of that. Or maybe I don't understand wha

Re: [Paraview] paraviewweb, linked views, mouse handler

2018-06-20 Thread Sebastien Jourdain
Hi Tom, - The mouse handler seems to listen only to one view... I though the example in https://github.com/Kitware/paraviewweb-examples was taking care of that. Or maybe I don't understand what you mean here. - The behavior I observe is that one of the views moves... That could be possible but

[Paraview] paraviewweb, linked views, mouse handler

2018-06-20 Thread Sgouros, Thomas
Hi All: I'm working on a ParaViewWeb client talking to a pvpython server that shows two linked renderviews. The link works, and it all looks great, but there remain a couple of oddities I can't seem to squeeze out: - The mouse handler seems to listen only to one view, and I can't seem to control