[Paraview] PV 3.6.1 Mac OSX Plugin error: "Cannot set parent, new parent is in a different thread"

2009-08-13 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
I have build ParaView 3.6.1 under Mac OSX. I have created a simple GUI plugin for a data reader. The paraview client seems to run fine, but when it imports the plugin I get the error: " Cannot set parent, new parent is in a different thread ". Any suggestions on debugging this? -- Tom

[Paraview] Qt version ( was: gui trash )

2009-08-18 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
I tried building ParaView 3.6.1 on Mac OSX with QT 4.5.2. Cmake gave me a warning that this was not the supported version. I then tried to load a plugin I built into the client I built (both with Qt 4.5) and it said this plugin uses an incompatible version of Qt. So what version of ParaView

[Paraview] Plugin link error

2009-08-21 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
I've rebuilt a NetCDF3 reader plugin to read NetCDF4/HDF5 files. I'm having problems getting it to link to the NetCDF libraries. When I run the plugin I get a server-side symbol lookup error on one of the NetCDF4 symbols. I've pasted (below) the CMakeLists.txt file I use to build the serv

[Paraview] NetCDF4 timeseries reader

2009-09-04 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
I am implementing a native NetCDF4/HDF5 reader that will read a timeseries of grids, with each grid stored in a different nc4 file. I am constructing the timeseries by doing a recursive search through a directory tree for a glob pattern with start and end dates. I would like to enable the us

[Paraview] Push/pull parameter?

2009-09-10 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
When configuring a parameter for a reader plugin in the server manager XML, it is possible to define a single SourceProxy parameter that does both data "push" and data "pull" to/from the reader? If so, can you point to (or supply) an example? Thanks, Tom _

[Paraview] reader plugin error

2009-09-14 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
I have implemented a NetCDF4 reader plugin under MacOSX. When the client plugin is loaded into the paraview client it appears in the "local plugins" list of the "Plugin Manager" with an "Error" property. Is there any way to obtain some feedback on what error is being registered? -- Tom

Re: [Paraview] reader plugin error

2009-09-14 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
e description of the error. Is there any status text reported? Utkarsh On Mon, Sep 14, 2009 at 1:35 PM, Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP] wrote: > I have implemented a NetCDF4 reader plugin under MacOSX. When the client > plugin is loaded into the paraview client

[Paraview] data server reverse connection in python?

2009-10-13 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
Is there a way to accept a (reverse) connection from a remote data server using the paraview modules in a python shell? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please