Hi,<div><br></div><div>I have a reader and would like to have a list box in the object panel to select which zones to read in from the file.  The number of zones can change depending on the file.  Does anyone have any suggestions for how to do this?  My ideas were:</div>
<div><ul><li>add a new vtkSM*Domain</li><ul><li>I don&#39;t think this is possible in a plugin because pqSMAdaptor needs to be updated for any new class (is that right?)</li></ul><li>create a custom panel and have one information only property to get the number of zones and another property to set the zones</li>
<ul><li>would the set property need to be a string that I put comma-separated zone indexes or is there a way to change the number of elements in an integer vector?</li></ul></ul></div><div>Thanks in advance,</div><div>Paul</div>