Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-25 Thread Sebastien Jourdain
Hi Debopam, Here is the link for the live the documentation: => http://kitware.github.io/paraviewweb/docs/windows_10.html The source file for it is available below: => https://github.com/Kitware/paraviewweb/blob/master/documentation/content/docs/windows_10.md Thanks again for your

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-24 Thread Debopam Ghoshal
Hi Seb, Please go ahead and put the information in the ParaView Web Repo. I think this will help anyone interested in setting up a ParaView Web Server on Windows. Cheers & Best Wishes, Debopam --- Cell: +91 98304 10041 On Tue, Jan 24, 2017 at 9:00 PM, Sebastien

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-24 Thread Sebastien Jourdain
Thanks Debopam for putting it together. If you feel that could be useful, we can move/copy your gist to the main paraviewweb web site. Let me know if you want me to put that information in the ParaViewWeb repo. Thanks, Seb On Tue, Jan 24, 2017 at 5:10 AM, Debopam Ghoshal

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-18 Thread Sebastien Jourdain
Well we fixed that issue last time in another thread. Here is the difference: Launcher configuration (Not working) "C:/paraview/ParaView5.2.0/data" Command line (Working) "C:\paraview\ParaView5.2.0\data" Do you notice any difference? Do you see what you should try next? On Wed, Jan 18, 2017 at

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-17 Thread Sebastien Jourdain
No worries. Thanks Claude for your help on the mailing list... ;-) On Tue, Jan 17, 2017 at 8:52 AM, claude wrote: > Thank you Sebastien! Good catch. > > One addition to make sure the path to the file is correct: in the JS of > the HTML file in the gist, I specified data as

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-13 Thread Claude
Hi Debopam, Thanks for the added details on the gist and congratulations for setting up the server, you are almost there. For Visualizer to be able to load a file, it will need the argument --load-file (it seems to have disappeared in your config launcher). The option --data specifies the

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-13 Thread Debopam Ghoshal
Hi Claude, I followed your instructions with some modifications since I was having problems. Finally, I was able to configure the Apache front end with the ParaView Web launcher, and now I can view the index page of the visualizer. However, when I choose any of the sample files, they are not

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-13 Thread Debopam Ghoshal
Hi Claude Thank you so much for your detailed explanation. The gist has been very useful. I am working on it at present, and is in the process of smoothening out a few creases because of the operating system I am using (Windows 10). Will let you know once I am able to use paraview web properly.

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-11 Thread Sebastien Jourdain
Thanks Claude, Here is the add-on of what functions can be called on Visualizer. (All the function with export) https://github.com/Kitware/visualizer/blob/master/src/app.js We are planning to add some helper for extracting arguments from the URL. We actually add a class in the ParaViewWeb repo,

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-11 Thread claude
Hi Debopam, I think there is one thing to consider first before taking care of data being passed through: if you manually start one instance of pvw-visualizer, it means all people connecting to port 8080 will see the same thing and act on the same viewer, which means potentially conflicting with