Hi,<br>I am writing a new vtk source and I need to programmatically 
populate a drop down list in the object-inspector/Properties from 
RequestInformation(). Are there any examples/code snippets that I could 
look at to help me do this?<br>
I defined the static drop down list this way so far,<br>&lt;code&gt;<br>-&lt;IntVectorProperty name=&quot;Studies&quot; default_values=&quot;1&quot; number_of_elements=&quot;1&quot; command=&quot;SetStudyList&quot;&gt;<br>

    -&lt;EnumerationDomain name=&quot;enum&quot;&gt;<br>    &lt;Entry text=&quot;Study 1&quot; value=&quot;6&quot;/&gt;<br>    &lt;Entry text=&quot;Study 2&quot; value=&quot;7&quot;/&gt;<br>    &lt;Entry text=&quot;Study 3&quot; value=&quot;12&quot;/&gt; <br>

    &lt;/EnumerationDomain&gt; <br> &lt;Documentation&gt; <br> This property indicates which transform mode will be used.<br> &lt;/Documentation&gt;<br> &lt;/IntVectorProperty&gt;<br>&lt;code&gt;<br><br>Thanks,<br>Janaki Duggirala