I have a QListWidget that is being filled by the following XML:

           <StringVectorProperty
                name="w3_DataList"
                command="GetReaderDataList"
                information_only="1">
                <StringArrayHelper />
            </StringVectorProperty>
            <StringVectorProperty
                name="w3_lbData"
                immediate_update="1"
                number_of_elements="0"
                repeat_command="1"
                number_of_elements_per_command="2"
                element_types="2 0"
                command="SetReaderData">
                <ArraySelectionDomain name="operation">
                    <RequiredProperties>
                        <Property name="w3_DataList"
                            function="ArrayList"/>
                    </RequiredProperties>
                </ArraySelectionDomain>
            </StringVectorProperty>

Everything seems to show up as expected, but I end up getting the following
error:

"had to make up a value for selection"

How can I provide a default for the selection?

Thanks,
Brian Panneton
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to