<div dir="ltr">The arguments are managed by the server script not pvpython.<div>So you should look in any pv_web_*.py files that are used to define the server side of current sample web application.</div><div><br></div><div>
Here is the on-line documentation for one of them.</div><div><a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/paraview.web.pv_web_file_loader.html">http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/paraview.web.pv_web_file_loader.html</a><br>
</div><div><br></div><div>Moreover, now in JavaScript you don&#39;t have the full proxy API available. You will need to create what we call a protocol and register it inside you server script which will then expose only the set of methods that you want to expose.</div>
<div><br></div><div><br></div><div>Seb</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 4, 2013 at 4:53 PM, kyr <span dir="ltr">&lt;<a href="mailto:akyrieleis@gmail.com" target="_blank">akyrieleis@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If I download Paraview-Linux-64bit-glibc-2.3.6-NIGHTLY then pvpython --help<br>
does not show the option file-to-load. It seems the option --state=opt would<br>
allow loading a state file. Which one should one use ?<br>
<br>
I have another question, there used to be javascript wrappers of the python<br>
paraview functions available. Where can I find which functions are available<br>
in the current version of paraview ?<br>
<br>
Thanks<br>
k.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/load-pvsm-file-in-LiveArticles-tp2573p2577.html" target="_blank">http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/load-pvsm-file-in-LiveArticles-tp2573p2577.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</div></div></blockquote></div><br></div>