Hello, everyone!<br>I have written a reader plugin for my oew data format, and I just built it.Now I want to add the extension in the Files of type in the Open File dialog.<br>I have written my GUI xml and SERVER xml and my CMakeLIsts.txt file like below:<br>
<br>FIND_PACKAGE(ParaView REQUIRED)<br>INCLUDE(${PARAVIEW_USE_FILE})<br><br>#define the server-side portion of the reader plugin<br>ADD_PARAVIEW_PLUGIN(SgnReaderPlugin &quot;1.0&quot;<br>  SERVER_MANAGER_XML SgnReaderSM.xml<br>
  SERVER_MANAGER_SOURCES vtkSgnReader.cxx<br>  GUI_RESOURCE_FILES SgnReaderGUI.xml)<br>  <br>My GUI.xml like this:<br><br>&lt;ParaViewReaders&gt;<br>  &lt;Reader name=&quot;SgnReader&quot;<br>    extensions=&quot;sgn&quot;<br>
    file_description=&quot;My Sgn Files&quot;&gt;<br>  &lt;/Reader&gt;<br>&lt;/ParaViewReaders&gt;<br><br>and My SERVER xml like this:<br><br>  &lt;ProxyGroup name=&quot;sources&quot;&gt;<br>    &lt;SourceProxy name=&quot;SgnReader&quot;<br>
                 class=&quot;vtkSgnReader&quot;&gt;<br>      &lt;StringVectorProperty<br>        name=&quot;FileName&quot;<br>        command=&quot;SetFileName&quot;<br>        number_of_elements=&quot;1&quot;&gt;<br>        &lt;FileListDomain name=&quot;files&quot;/&gt;<br>
      &lt;/StringVectorProperty&gt;   <br>    &lt;/SourceProxy&gt;<br>  &lt;/ProxyGroup&gt;<br><br>But, after I load the plugin. It does NOT show the extension in the files of type. I just want to know what&#39;s wrong with my files?<br>
Thank you so much!<br><br>-Seven<br><br><br clear="all"><br>-- <br><a href="mailto:shenyanwen@gmail.com">shenyanwen@gmail.com</a><br>Mobile Phone:13476177952<br>Tel: 027-87558144<br>