<div dir="ltr"><div><div>Hi Vince,<br><br></div>This is expected.  Essentially ParaViewWeb allows you to remotely view the ParaView output with your browser.  If you launched the Visualizer without pointing a browser at it and then went to another computer and pointed a browser at the first computer, you would see the ParaViewWeb output.  The window would still pop up on the computer running ParaViewWeb.  Essentially the problem is that ParaView needs an OpenGL context to do its rendering and on most operating systems this requires a window.  So it creates a window to get the OpenGL context and uses onscreen OpenGL.<br><br></div><div>You can change it to use offscreen rendering by finding where it creates its render view and setting view.UseOffscreenRendering = 1.  But you still get a window that pops up (it is just a blank window now).  I'll let you know if I figure out how to get rid of the window altogether.<br></div><div><br></div>Shawn<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 14, 2016 at 4:26 PM, Vincent Perry <span dir="ltr"><<a href="mailto:vperry@fandm.edu" target="_blank">vperry@fandm.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>When running ParaViewWeb on a Mac, a pvpython window entitled 'Visualization Toolkit - Cocoa #1' pops up on start-up. This window displays the exact same output as the Visualizer in the browser, but there is no way to interact with it directly.  If I quit out of this window, the entire application fails. I am wondering what launches this window, and why is it necessary? Is there any way to launch ParaViewWeb without having this extra window pop up?</div><div><br></div><div>Thanks,</div><div>Vince</div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>