Hi,<br><br>I am trying to use the "UseDirectoryName" hint for my source that requires a directory. Below is my xml file:<br><br>8<-----------------------------------------------------------<br><ServerManagerConfiguration><br>
<ProxyGroup name="sources"><br> <SourceProxy name="MySource" class="vtkMySource" label="MySource"><br> <br> <StringVectorProperty name="Directory"<br>
command="SetDirectory"<br> number_of_elements="1"><br> <FileListDomain name="files"/><br> <Hints><br> <UseDirectoryName /><br>
</Hints><br> </StringVectorProperty><br> <br> <Hints><br> <Property name="Directory" show="1"/><br> </Hints><br> </SourceProxy><br>
</ProxyGroup><br></ServerManagerConfiguration><br>----------------------------------------------------------->8<br><br>This isn'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 "ok", it will just open that directory and list the files in the dialog.<br>
<br>Any help would be appreciated,<br>Paul<br>