Hi,<br><br>I am trying to use the &quot;UseDirectoryName&quot; hint for my source that requires a directory.  Below is my xml file:<br><br>8&lt;-----------------------------------------------------------<br>&lt;ServerManagerConfiguration&gt;<br>
  &lt;ProxyGroup name=&quot;sources&quot;&gt;<br>    &lt;SourceProxy name=&quot;MySource&quot; class=&quot;vtkMySource&quot; label=&quot;MySource&quot;&gt;<br> <br>      &lt;StringVectorProperty name=&quot;Directory&quot;<br>
                            command=&quot;SetDirectory&quot;<br>                            number_of_elements=&quot;1&quot;&gt;<br>          &lt;FileListDomain name=&quot;files&quot;/&gt;<br>          &lt;Hints&gt;<br>              &lt;UseDirectoryName /&gt;<br>
          &lt;/Hints&gt;<br>      &lt;/StringVectorProperty&gt;<br>  <br>      &lt;Hints&gt;<br>          &lt;Property name=&quot;Directory&quot; show=&quot;1&quot;/&gt;<br>      &lt;/Hints&gt;<br>  &lt;/SourceProxy&gt;<br>
  &lt;/ProxyGroup&gt;<br>&lt;/ServerManagerConfiguration&gt;<br>-----------------------------------------------------------&gt;8<br><br>This isn&#39;t doing what I would expect - it is just giving a file dialog where any file can be selected.  If I select a directory and click &quot;ok&quot;, it will just open that directory and list the files in the dialog.<br>
<br>Any help would be appreciated,<br>Paul<br>