[Paraview] Problems with external modules
Berk Geveci
berklist at nycap.rr.com
Thu Jun 3 09:38:18 EDT 2004
What do you mean by "the same problem"? Are you trying to load your
own VTK filter or a ParaView GUI object?
On Thu, 2004-06-03 at 03:19, ALIZIER Julien AUSY wrote:
> Hi Berk, hi all,
>
> I am just facing the same problem...
> I was wondering wether this has been modified in 1.4.2 ?
>
> Thanks
>
> -- Julien
>
> -----Message d'origine-----
> De : Berk Geveci [mailto:berklist at nycap.rr.com]
> Envoyé : mercredi 3 mars 2004 20:11
> À : David Thompson
> Cc : ParaView Mailing List
> Objet : Re: [Paraview] Problems with external modules
>
>
> I am afraid you can't do that with current ParaView. However, I think
> that it is a good idea and we should add something similar to
> <Library name=""> or modify it to load Tcl shared libraries on the
> client side (note that the ClientServer wrapped libraries have to be
> loaded only on the server side).
>
> On Wed, 2004-03-03 at 13:57, David Thompson wrote:
> > Hi,
> >
> > I've checked in some changes to ParaViewConfig.cmake that let me
> build
> > a paraview module external to paraview, but there is still a problem. Is
> > there any way to force a TCL wrapper library to be loaded from within an
> > XML Module description? Here's why I ask:
> >
> > I've created a widget which inherits from vtkPVWidget and has some
> > callbacks. Unfortunately, the callbacks don't work; they generate an
> > error message:
> >
> > Object named: vtkTemp1130, could not find requested
> > method: BlahCallback or the method was called with
> > incorrect arguments.
> >
> > This is because the Tcl wrapper for the widget class hasn't been loaded.
> > It's in a different library from the client server wrappers. If I open
> > the ParaView command window and run
> >
> > package require vtkblah
> >
> > (which loads libvtkBlahTCL.so), then everything works. So, is there any
> > way to force a load of libvtkBlahTCL from within an XML module
> > description?
> >
> > Thanks,
> > David
> >
> > _______________________________________________
> > ParaView mailing list
> > ParaView at paraview.org
> > http://www.paraview.org/mailman/listinfo/paraview
--
Berk Geveci <berklist at nycap.rr.com>
More information about the ParaView
mailing list