Is that supposed to be &#39;menu_label&#39; ?<br><br>Pat<br><br><div class="gmail_quote">On Mon, Feb 22, 2010 at 1:14 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have some custom filters that I have developed. I use the &quot;PARAVIEW_EXTRA_EXTERNAL_MODULES&quot; to compile them directly into ParaView. I know they are getting compiled as I can see the compile command go by on the command line. The problem is that they do not show up when I run ParaView in the filter list. Here is an example XML File:<br>

<br>
&lt;ParaViewFilters&gt;<br>
  &lt;Category<br>
    name=&quot;Microstructure&quot;<br>
    menu_lable=&quot;&amp;amp;Microstructure&quot;&gt;<br>
    &lt;Filter<br>
      name=&quot;IPFFilter&quot;/&gt;<br>
  &lt;/Category&gt;<br>
  &lt;Filter<br>
    name=&quot;IPFFilter&quot;/&gt;<br>
&lt;/ParaViewFilters&gt;<br>
<br>
Which is added like so in my CMake files:<br>
# -- Add the Client side xml<br>
set(IPFFilterClient_XML ${PVMXADataModel_SOURCE_DIR}/Source/Client/IPFFilter/Resources/IPFFilter_GUI.xml)<br>
PARAVIEW_INCLUDE_GUI_RESOURCES( &quot;${IPFFilterClient_XML}&quot; )<br>
<br>
This works just fine with ParaView 3.6.2. This was a completely clean build.<br>
<br>
Suggestions? Thanks.<br>
___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software               Dayton, Ohio<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>