I have a QListWidget that is being filled by the following XML:<br><br> <StringVectorProperty <br> name="w3_DataList"<br> command="GetReaderDataList"<br> information_only="1"><br>
<StringArrayHelper /><br> </StringVectorProperty><br> <StringVectorProperty <br> name="w3_lbData"<br> immediate_update="1"<br>
number_of_elements="0"<br> repeat_command="1"<br> number_of_elements_per_command="2"<br> element_types="2 0"<br> command="SetReaderData"><br>
<ArraySelectionDomain name="operation"><br> <RequiredProperties><br> <Property name="w3_DataList" <br> function="ArrayList"/><br>
</RequiredProperties><br> </ArraySelectionDomain><br> </StringVectorProperty><br><br>Everything seems to show up as expected, but I end up getting the following error:<br>
<br>"had to make up a value for selection"<br><br>How can I provide a default for the selection?<br><br>Thanks,<br>Brian Panneton<br>