[Paraview] Custom GUI Not Loading for Plugin

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Nov 28 10:25:06 EST 2011


Are you using ADD_PARAVIEW_OBJECT_PANEL() macro? Make sure you specify
the XML_GROUP as "sources" for readers.

Utkarsh

On Wed, Nov 23, 2011 at 1:48 PM, Michael Jackson
<mike.jackson at bluequartz.net> wrote:
> I have a custom plugin which implements a couple of readers and a couple of filters. I have a custom GUI for each of them which inherits from pqLoadedFormObjectPanel. The filters will load their custom QtPanels BUT it seems the readers will not. The constructors are not ever called. All the code is compiled from what I can tell. The plugins are loading when ParaView launches so I am at a loss as to why they are NOT loading. This is with the 3.12.0 sources for ParaView running on OS X 10.6.8.
>  Could someone enlighten me as to some possible reasons why a custom gui panel would NOT get loaded?
>
> Thanks
> ___________________________________________________________
> Mike Jackson                    Principal Software Engineer
> BlueQuartz Software                            Dayton, Ohio
> mike.jackson at bluequartz.net              www.bluequartz.net
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list