Re: [Paraview] Custom Panel still not recognized

2008-09-29 Thread Samuel Crow
> code is now being called. But did you give the correct > string in the > constructor of the pqLoadedFormObjectPanel? > > Clint > > On Monday 29 September 2008 9:04:03 am Samuel Crow wrote: > > After having exchanged a few messages off-list, Mike > Jackson f

[Paraview] Custom Panel still not recognized

2008-09-29 Thread Samuel Crow
After having exchanged a few messages off-list, Mike Jackson found an error in my CMakeLists.txt file that was causing it to use the default panel instead of my custom panel. Now I have a blank panel instead. Has there been any testing of whether it possible to have a custom panel on an extern

Re: [Paraview] Getting a custom panel to be recognized

2008-09-26 Thread Samuel Crow
Debug versus Release binaries > > ALL of those things MUST match for a plugin to load. Last > Time I had > that error I was trying to load a Debug version of a plugin > against a > release version of Qt. > > Mike > > On Sep 26, 2008, at 12:25 PM, Samuel Crow wrote:

Re: [Paraview] Getting a custom panel to be recognized

2008-09-26 Thread Samuel Crow
EMAIL PROTECTED]> > Subject: Re: [Paraview] Getting a custom panel to be recognized > To: [EMAIL PROTECTED] > Cc: paraview@paraview.org > Date: Friday, September 26, 2008, 4:14 PM > Do you get an error message when the plugin tries to load? > > Mike > > On Sep 26,

Re: [Paraview] Getting a custom panel to be recognized

2008-09-26 Thread Samuel Crow
of Qt. --- On Fri, 9/26/08, Samuel Crow <[EMAIL PROTECTED]> wrote: > From: Samuel Crow <[EMAIL PROTECTED]> > Subject: [Paraview] Getting a custom panel to be recognized > To: paraview@paraview.org > Date: Friday, September 26, 2008, 3:07 PM > Hello, > > I

[Paraview] Getting a custom panel to be recognized

2008-09-26 Thread Samuel Crow
Hello, I've created a custom panel in QT_Designer to replace an auto-generated panel that was too large on my reader. The reader plugin currently compiles but when I load the plugin into ParaView, it still shows the auto-generated panel. Making a child class of pqLoadedFormObjectPanel was fair

[Paraview] ParaView on MacOSX 10.3.9?

2008-09-23 Thread Samuel Crow
Hello again, I'm trying to build a 10.3.9 installable version of ParaView 3.3.1 . I've already replaced the part of the build script that used @loader_path with @executable_path . I'm building on a newer system using the backward compatibility of the frameworks setup and the -mmacosx-version-

Re: [Paraview] Relocatable Mac plugins saga continues

2008-09-19 Thread Samuel Crow
e equal to > their installed > path. Can you rebuild the Qt libraries and try again? > > > --- > Mike Jackson - Principal Software Engineer > www.bluequartz.net > > > > > On Sep 18, 2008, at 4:15 PM, Samuel Crow wrote: > > > Greetings, > >

Re: [Paraview] Filter with Personalized "Properties" tab

2008-09-19 Thread Samuel Crow
Hello Rafael March, If you have the ParaView Guide version 3 I've found chapter 18 on Server Manager XML to be a good reference to all of the different tags that are supported. I haven't even had to write a custom GUI panel since the default gadgets work well enough for most instances. What k

Re: [Paraview] Fw: [CMake] Unable to load file in Modules directory

2008-09-19 Thread Samuel Crow
Cancel that, no it wasn't. --- On Fri, 9/19/08, Samuel Crow <[EMAIL PROTECTED]> wrote: > From: Samuel Crow <[EMAIL PROTECTED]> > Subject: [Paraview] Fw: [CMake] Unable to load file in Modules directory > To: paraview@paraview.org > Date: Friday, September 19, 200

[Paraview] Fw: [CMake] Unable to load file in Modules directory

2008-09-19 Thread Samuel Crow
I think this was sent to the CMake mailing list by mistake. --- On Fri, 9/19/08, Mike Jackson <[EMAIL PROTECTED]> wrote: > From: Mike Jackson <[EMAIL PROTECTED]> > Subject: [CMake] Unable to load file in Modules directory > To: "Cmake Mailing List" <[EMAIL PROTECTED]> > Date: Friday, September 1

[Paraview] Relocatable Mac plugins saga continues

2008-09-18 Thread Samuel Crow
Greetings, In our quest to find out why my plugins don't work on other people's ParaView installs on the Mac version, my boss and I have identified a problem with the Qt frameworks in the ParaView package. They don't list an @executable_path/../Frameworks/ in front of them or even an absolute

Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-17 Thread Samuel Crow
least. > > > --- > Mike Jackson - Principal Software Engineer > www.bluequartz.net > > > > > On Sep 15, 2008, at 1:19 PM, Samuel Crow wrote: > > > Any news on this? > > > > > > --- On Tue, 9/9/08, Mike Jackson > <[EMAIL PROTECTED]> wrote: >

Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-15 Thread Samuel Crow
X > 10.5.4 > currently for my testing. > > I have a batch of changes already that I will probably > submit as a bug > report. Mainly just organizing the paraview.app bundle a > bit more to > Apple's standards. > > --- > Mike Jackson - Principal

Re: [Paraview] 3D view update issue

2008-09-15 Thread Samuel Crow
Yes, I've been seeing this. I have had bigger problems lately so I didn't really make a note of it but you're right. --- On Mon, 9/15/08, Moreland, Kenneth <[EMAIL PROTECTED]> wrote: > From: Moreland, Kenneth <[EMAIL PROTECTED]> > Subject: [Paraview] 3D view update issue > To: "ParaView" > Da

Re: [Paraview] Cube axes format

2008-09-11 Thread Samuel Crow
Hello Ham Nath, What I had to do was to make a custom source that would draw the text and 3 axes in 3d in order to get custom labeling for printing-related axes. It would have been nice if the existing axes source supported this as well. --Sam Crow --- On Thu, 9/11/08, Hom Nath Gharti <[EMAI

Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-09 Thread Samuel Crow
Assistant > (compatibility > > version > > 4.3.0, current version 4.3.5) > > .. and so on. > > > > With just library names, doesn't the Mac loader > use the ones that > > are already > > loaded? > > An exception to removing

Re: [Paraview] Writer example

2008-09-08 Thread Samuel Crow
Hello Rafael, Did you build ParaView from the source to link against? What version of CMake are you using? --Sam --- On Mon, 9/8/08, Rafael March <[EMAIL PROTECTED]> wrote: > From: Rafael March <[EMAIL PROTECTED]> > Subject: Re: [Paraview] Writer example > To: paraview@paraview.org > Date: M

Re: [Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-08 Thread Samuel Crow
eer | > | BlueQuartz Software | > | [EMAIL PROTECTED] | > | www.bluequartz.net | > --- > > > On Sep 8, 2008, at 12:17 PM, Samuel Crow wrote: > > > Hello ag

[Paraview] Relocatable plugins on ParaView CVS for Mac?

2008-09-08 Thread Samuel Crow
Hello again, I've written a BASH script that translates the paths of any libraries that have been accessing from the ParaView executable to use @executable_path but unfortunately the GUI plugins don't work on the destination computer. I am using the RPath feature of MaxOSX to generate the .Dyl

Re: [Paraview] Paraview Plugin

2008-09-08 Thread Samuel Crow
Hello Lee Shi Yun, Any plugins that you make must be built from the source code. Plugin source codes are upward compatible so you can build a plugin for 3.2.3 and it will recompile to work on 3.3.1 . To build a plugin from source code requires that you have built ParaView from source code as

Re: [Paraview] Paraview writer doesn't work

2008-09-02 Thread Samuel Crow
Hello Rafael, Did you compile paraview from the source? --Sam --- On Tue, 9/2/08, Rafael March CastaƱeda Neto <[EMAIL PROTECTED]> wrote: > From: Rafael March CastaƱeda Neto <[EMAIL PROTECTED]> > Subject: [Paraview] Paraview writer doesn't work > To: paraview@paraview.org > Date: Tuesday, Septem

[Paraview] Fw: Re: Can sources use filenames in property panels?

2008-09-02 Thread Samuel Crow
Update: I've written the source and it seems to work on the Macintosh except when I select a file in either file selector it doesn't register the filename in the set method specified in the command entry in the XML. --- On Mon, 8/25/08, Samuel Crow <[EMAIL PROTECTED]> wrote:

Re: [Paraview] Can sources use filenames in property panels?

2008-08-25 Thread Samuel Crow
> show="1"/> > > > > Clint > > On Monday 25 August 2008 1:20:47 pm Samuel Crow wrote: > > Hello again, > > > > I'm trying to make a source that can read in two > files and generate output > > based on those files and a

Re: [Paraview] Buiding Paraview 3.2.3 with openmpi 1.2.6

2008-08-25 Thread Samuel Crow
Hello Bruce, Did you try clearing the cache in CMake? Sometimes it complains needlessly when it has residual cache information from a previous build. --Sam --- On Mon, 8/25/08, Bruce Pennypacker <[EMAIL PROTECTED]> wrote: > From: Bruce Pennypacker <[EMAIL PROTECTED]> > Subject: [Paraview] Bui

[Paraview] Can sources use filenames in property panels?

2008-08-25 Thread Samuel Crow
Hello again, I'm trying to make a source that can read in two files and generate output based on those files and a few other selection boxes on the panel describing the file processing. I cannot use file readers for the two files because there are already readers registered to both file types

[Paraview] Fw: RE: Building a filter fails on CVS Paraview

2008-08-19 Thread Samuel Crow
--- On Tue, 8/19/08, Samuel Crow <[EMAIL PROTECTED]> wrote: > From: Samuel Crow <[EMAIL PROTECTED]> > Subject: RE: [Paraview] Building a filter fails on CVS Paraview > To: "Moreland, Kenneth" <[EMAIL PROTECTED]> > Date: Tuesday, August 19, 2008, 6:55 PM

[Paraview] Building a filter fails on CVS Paraview

2008-08-19 Thread Samuel Crow
I've built Paraview from last Wednesday's CVS and the CVS from the Thursday before that. On the Mac I get a linker error: Undefined Symbols: "vtkIntantiatorvtkDistanceFilterNew()", refrerenced from: __Z35vtkInstantiaqtorvtkDistanceFilterNewv$non_lazy_ptr in vtkSMDistanceFilterInstantiator.cx

Re: [Paraview] Will using RPath interfere with CPack on a Mac?

2008-08-14 Thread Samuel Crow
I thought that "make install" just called that script internally. It has been working on the stable release source. Does the stable release do more that doesn't get done when invoking the script from the terminal? Also, whether you do "make install" or invoke the script you have to be logged

Re: [Paraview] Will using RPath interfere with CPack on a Mac?

2008-08-14 Thread Samuel Crow
braries find the paraview > libraries. We > discussed in the past installing the ParaView libraries as > a > framework. That would fix your issue but would require more > than a > drag and drop on the user part to install ParaView. > > On Wed, Aug 13, 2008 at 5:28 PM, Samue