Re: [Paraview] PV client-server: browsing remote files

2018-01-08 Thread Robert Sawko
Sebastien and Utkarsh, Thanks for both of your suggestions. I have now looked at them and they both look pretty good to me. I'll practice with these solutions and see which one I like best. Kind Regards, Robert -- Science personalities series: calculus and charity

Re: [Paraview] PV client-server: browsing remote files

2018-01-06 Thread Sebastien Jourdain
You can find another way to do it here as well: https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L2692-L2695 https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L2715-L2716 [...] On Sat, Jan 6, 2018 at 12:03 PM, Utkarsh Ayachit

Re: [Paraview] PV client-server: browsing remote files

2018-01-06 Thread Utkarsh Ayachit
Robert, Sorry I missed the email earlier. What you have as an alternative is indeed a reasonable approach. Once can also use ParaView's infrastructure used by the file dialog, but it's a little clunky currently, since it needs to be pythonified for easier user. Here's how you'd do this with

Re: [Paraview] PV client-server: browsing remote files

2018-01-05 Thread Robert Sawko
Hi, I will bump my own post from a month back (see below) and just will answer the question in case anyone else was looking for something similar. I haven't found a way to remotely navigate the file system through ParaView Python API objects, but of course there are other Python packages which