[Paraview] Legend location and Euler's number

2010-06-04 Thread Emanuele T.
Hi, i'm using Paraview 3.8.0 reading VTK data (produced by foamToVTK script from OpenFOAM data) but i have to problem: 1) If i change legend location it appears always on top right position 2) Calculator doesn't recognize Euler's number e. It gives me this error ERROR: In

Re: [Paraview] Fail to build vtkIO in 3.8.0 on Windows7 64bit MSVC2008

2010-06-04 Thread Dr. X
Hi All, Could any one please help? Thanks a lot. Best, xunlei On 6/2/2010 7:25 PM, Dr. X wrote: Hi All, I am building ParaView 3.8.0 from source on a Windows7 64bit machine with MSVC2008 and Windows SDK7.1. I ran into a lot of compilation errors regarding redefinitions in ws2def.h and

Re: [Paraview] Fail to build vtkIO in 3.8.0 on Windows7 64bit MSVC2008

2010-06-04 Thread Dave Partyka
I don't think changing the SDK that Visual Studio is using is supported. VS 2008 uses the 6.0A SDK. If you want to use the 7.1 SDK then you probably need to use VS 2010. I suspect there are configuration checks that CMake assumes if VS 2008 then use SDK 6.0A conventions. That said, ParaView

Re: [Paraview] ParaView 2.4 Tcl error

2010-06-04 Thread Eduardo - LNCC
Hi Berk, Thanks for the reply but I can not migrate to newer versions of Paraview. Paraview 2.4 was used as the basis for the development of another project and would be good not to have to rewrite our code for newer versions and using the QT. I will continue seeking a solution Eduardo

Re: [Paraview] Write and read a vtk file (in python)

2010-06-04 Thread Utkarsh Ayachit
It should now affect all paraview executables. commit cd1b14208b79b8c7773c4bbc10eaf25c680b65c5 Author: Utkarsh Ayachit utkarsh.ayac...@kitware.com Date: Fri Jun 4 13:51:23 2010 -0400 setlocale to avoid locale related numeric issues. This now affects all executables, not merely

Re: [Paraview] Legend location and Euler's number

2010-06-04 Thread Emanuele T.
Thanks for reply. I mean the position of color legend on the chart: it always appear at the top right even if i changed location in settings panel. For the second question, i ll submit a bug in the next days Regards 2010/6/4 Scott, W Alan wasc...@sandia.gov 1) Color legend works for me. I

Re: [Paraview] Fail to build vtkIO in 3.8.0 on Windows7 64bit MSVC2008

2010-06-04 Thread Dr. X
Hi Dave, I tried it with both 6.0A and 7.1 SDK by running a tool coming with the SDK. But the compilation problem stays. Best, x On 6/4/2010 12:52 PM, Dave Partyka wrote: I don't think changing the SDK that Visual Studio is using is supported. VS 2008 uses the 6.0A SDK. If you want to use

Re: [Paraview] Fail to build vtkIO in 3.8.0 on Windows7 64bit MSVC2008

2010-06-04 Thread Scott, W Alan
Not sure if this helps, but I don't have any SDK's explicitly installed at all on my machine. I am 64 bit windows 7, using the MSVC 2008 (9.0) compiler. I also looked in my path settings, and no SDK is to be found. Maybe try uninstalling the SDK, be sure to remove the SDK references in your

Re: [Paraview] Particle tracer: output particle coordinates for every time step to file?

2010-06-04 Thread Andy Bauer
Hi, I'm not sure how the enable particle writing works in that filter. I would just use either the VTK legacy writer or VTK Polydata file writer and check Write all timesteps as file-series.. You'll get a series of files from that. Andy On Fri, Jun 4, 2010 at 10:19 AM, Florian Rathgeber