Hi Dennis, The documentation that is available in the online help is generated at build time from the sources/filters/readers that ship with ParaView. The same is true for binary pluginsthat are built into a shared library.
Unfortunately documentation from purely XML plugins is not added to the online help. It could be, but it would take some effort to implement. The good news is that you *can* create a shared library plugin from a pure XML filter. Just follow a couple steps in the ParaView Plugin HowTo, specifically, sections [1] and [2]. Cory [1] http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Compiling_into_a_Shared_Library [2] http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_plugins_to_ParaView_source On Tue, Sep 29, 2015 at 11:00 AM, Dennis Conklin < [email protected]> wrote: > All, > > > > It appears that the help or Documentation provided in the xml file is not > accessible from Paraview. I could not access it for the original files > from the blog, or from mine. Perhaps I just don’t understand the proper > way to access it, but all I got with clicking on ? or hitting F1 was the > Paraview manual. Is there any way to have help text from my xml file > accessible in Paraview? > > > > Thanks > > > > Dennis > > > > > -- Cory Quammen R&D Engineer Kitware, Inc.
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
