On Mon, Aug 2, 2010 at 12:03 PM, <[email protected]> wrote: > Hi, > > > > As I am likely to require customized GUI controls in the near future, I > decided to look at the example in the Paraview documentation: > > > > http://www.paraview.org/Wiki/Plugin_HowTo#Adding_an_object_panel > > > > I am finding that the plugin generated by this example compiles fine, and > appears to load without issue but the custom panel is never initialized. I > was expecting that generating a ConeSource after loading this plugin would > result in an additional widget on the object panel. > > > > Does anyone know of any ways in which I could determine why no instances of > the ConePanel are generated? > > > > Thanks in advance, > > > > Owen > > -- > Scanned by iCritical. > > > _______________________________________________ > 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 > > Hi Owen,
I just tested the cone example and it is working on my machine (Windows 7 64bit and Visual Studio 2010). To determine why are you not getting the custom panel I would start debugging in pqObjectInspectorWidget::setProxy(pqProxy *proxy) at line 434. -- Robert Maynard
_______________________________________________ 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
