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

2018-06-21 Thread Sebastien Jourdain
We missed 5.5.2, but it will be in 5.6.x which should be out in less than 3 months. On Thu, Jun 21, 2018 at 10:05 AM Sgouros, Thomas wrote: > Forgot to ask: When do you think that will make it into the codebase? > > Thanks, > > -Tom > > On Thu, Jun 21, 2018 at 12:04 PM, Sgouros, Thomas < > thom

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

2018-06-21 Thread Sgouros, Thomas
Forgot to ask: When do you think that will make it into the codebase? Thanks, -Tom On Thu, Jun 21, 2018 at 12:04 PM, Sgouros, Thomas wrote: > Got it. I had misunderstood that message to only refer to the PVW changes. > I found the protocol.py file and made the change and it seems to work fine

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

2018-06-21 Thread Sgouros, Thomas
Got it. I had misunderstood that message to only refer to the PVW changes. I found the protocol.py file and made the change and it seems to work fine now. Thank you, -Tom For those who are interested, it involves changing the /Applications/ParaView-5.5.2.app/Contents/Python/paraview/web/proto

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

2018-06-21 Thread Sebastien Jourdain
So ParaView 5.5.2 still don't have the correct code base, but ParaView/master works exactly as expected... If you look back at our previous email thread, I must have highlighted to you what was the change I had to do on the server side, which you can easily pick since it is just Python code with

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