<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>1) The Wiki's xml for the GUI includes the line<br><br>&nbsp;&nbsp; &lt;ServerManagerFile name=&quot;
vtkCellDerivatives.pvsm&quot; /&gt;<br><br>This didn't work for me until I added the attribute &quot;directory&quot;. Changing<br>&quot;name&quot; to be the full path didn't work. Should &quot;directory&quot; always be added?
</blockquote><div><br>I think as long as the .xml and the .pvsm files are in the same directory, it should work fine with the directory attribute. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2) &quot;The ParaView Guide&quot; (2004), p.193, says &quot;Proxy groups ... are only used<br>for organizational purposes; it is perfectly valid to store all proxy<br>descriptions in one group.&quot; I arbitrarily used group &quot;filters&quot; in the xml
<br>for the server manager and ParaView could not find my reader - it had to be<br>changed to &quot;sources&quot;. Is that line in the book wrong?</blockquote><div><br>It is not wrong. The part describes the server manager in general. As far as the server manager is concerned, proxies can be stored in any group. However, ParaView does assume that all sources will be in sources, filters in filters, readers in readers etc.
<br><br></div><br></div><br>