Hi,<div><br></div><div>I would like to have an input property for my plugin to allow the user to choose a vector from the input data source.  I add this to my XML (copied from the stream tracer):</div><div><br></div><div><div>
     &lt;StringVectorProperty</div><div>       name=&quot;SelectInputVectors&quot;</div><div>       command=&quot;SetInputArrayToProcess&quot;</div><div>       number_of_elements=&quot;5&quot;</div><div>       element_types=&quot;0 0 0 0 2&quot;</div>
<div>       animateable=&quot;0&quot;</div><div>       label=&quot;Vectors&quot;&gt;</div><div>           &lt;ArrayListDomain name=&quot;array_list&quot; attribute_type=&quot;Vectors&quot;&gt;</div><div>             &lt;RequiredProperties&gt;</div>
<div>                &lt;Property name=&quot;Input&quot; function=&quot;Input&quot;/&gt;</div><div>             &lt;/RequiredProperties&gt;</div><div>           &lt;/ArrayListDomain&gt;</div><div>           &lt;Documentation&gt;</div>
<div>             This property contains the name of the vector array from which to generate streamlines.</div><div>           &lt;/Documentation&gt;</div><div>     &lt;/StringVectorProperty&gt;</div></div><div><br></div>
<div>This only gives an empty combo box.  What else do I need to do?</div><div><br></div><div>Thanks in advance,</div><div>Paul</div>