Re: [Paraview] Correct ActiveMQ server version or config with ParaviewWeb SuperBuild

2013-06-01 Thread Sebastien Jourdain
You should find the solution here: http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/apache_setup On Thu, May 30, 2013 at 5:48 AM, Antti Vanne wrote: > Thanks for the tips. I started working on http-proxy, but there seems to > be an issue with websocket proxying. On t

Re: [Paraview] ParaView 4.0.0-RC2 starts behind current window on OS X Lion (10.7.5)

2013-06-01 Thread Felipe Bordeu Weldt
hi I use the ParaViewSuperBuild all the time to test my plugin. you can do something like this to bring paraview to the foreground (from http://stackoverflow.com/questions/11248284/mac-os-x-bring-non-bundle-gui-applications-to-foreground-when-launched-from-t). >$ pwd /Users/fbordeu/ParaView/buil

Re: [Paraview] ParaView 4.0.0-RC2 starts behind current window on OS X Lion (10.7.5)

2013-06-01 Thread Michael Schlottke
Hi Sean, Ok, so that means there is no way to run it in the foreground without having an app bundle? The problem is, that somehow I get an "The application cannot be opened because its executable is missing." error even though the executable is there AND the Info.plist file is identical to ano

Re: [Paraview] ParaView 4.0.0-RC2 starts behind current window on OS X Lion (10.7.5)

2013-06-01 Thread Michael Schlottke
The dynamic library path is empty. Yep, the stuff I posted is just a snippet, this is the full file (minus some file type associations): http://www.apple.com/DTDs/PropertyList-1.0.dtd";> CFBundleDevelopmentRegion English CFBundleExec

Re: [Paraview] Help with batch processing and loops

2013-06-01 Thread Ian Krukow
Hi Nikos, I think, there are basically two different ways of doing this. You can set up your visualization in the ParaView GUI, and then write a small python script, that changes the filename and saves the images. That would look something like this (not tested): filenames = [list of filenam