Hi again,<div><br></div><div>sorry for the previous mail, i wrote it very bad :)</div><div><br></div><div>Ok, i want to see something in the client side, and i use the previous code for that.</div><div>When i go to <a href="http://localhost:8080/PWService/test/index.jsp">localhost:8080/PWService/test/index.jsp</a> only &quot;<span style="font-family:&#39;Times New Roman&#39;;font-size:medium;text-align:-webkit-center">Page used for testing purpose&quot; </span>message is showed.</div>
<div>Every time i reload the webpage i can see a new &quot;Active process&quot; in localhost:8080/PWService/ , when i click in &quot;View&quot; link the renderer is showed right.</div><div><br></div><div>The same is happening with the new line, and nothing is showed in localhost:8080/PWService/test/index.jsp, only &quot;<span style="font-family:&#39;Times New Roman&#39;;font-size:medium;text-align:-webkit-center">Page used for testing purpose&quot;</span> . I would like to show the renderer in client side</div>
<div><br></div><div>do you know how?</div><div><br></div><div>I try with other renderers with the same result.</div><div><br></div><div>Thanks :)</div><div>Víctor.</div><div><br><div class="gmail_quote">2012/7/14 Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You need to enable the webgl exporter on the server side as by default<br>
we only generate images...<br>
<br>
paraview.updateConfiguration(true, &quot;JPEG&quot;, &quot;WebGL&quot;);<br>
<div><div class="h5"><br>
On Fri, Jul 13, 2012 at 9:03 AM, victor sv &lt;<a href="mailto:victorsv@gmail.com">victorsv@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I&#39;m trying to show something in the client side, but i can see the renderer<br>
&gt; in PWService. I use the following javascript code:<br>
&gt; &lt;script type=&quot;text/javascript&quot;&gt;<br>
&gt; var serverURL = &#39;<a href="http://localhost:8080/PWService" target="_blank">http://localhost:8080/PWService</a>&#39;;<br>
&gt; var paraview = new Paraview(serverURL);<br>
&gt; paraview.createSession(&#39;testing&#39;,&#39;basic-test&#39;);<br>
&gt; var activeView = paraview.CreateIfNeededRenderView();<br>
&gt;<br>
&gt; var cyl = paraview.Cylinder();<br>
&gt; cyl.setResolution(1024)<br>
&gt; paraview.Show();<br>
&gt;<br>
&gt; var renderer = new webGLScriptRenderer(&quot;webgl&quot;, serverUrl);<br>
&gt; renderer.init(paraview.sessionId, activeView.__selfid__);<br>
&gt; renderer.setSize(&#39;640&#39;,&#39;480&#39;);<br>
&gt; renderer.bindToElementId(&quot;container-1&quot;);<br>
&gt; renderer.setForceSquareSize(true);<br>
&gt; renderer.start();<br>
&gt;<br>
&gt; &lt;/script&gt;<br>
&gt;<br>
&gt; What am i doing wrong?<br>
&gt;<br>
&gt; Best regards,<br>
&gt; Víctor.<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Paraview-developers mailing list<br>
&gt; <a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
&gt; <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
&gt;<br>
</blockquote></div><br></div>