Hi,

I would like to use the panel_widget option in the servermanager XML with a
String Array, but whenever I try to do it, it doesn't display anything. So,
I'm wondering how it can be done even though it works with a normal
StringVectorProperty for the default widget. Thank you. The XML and
screenshot is given below.

XML:

<StringVectorProperty
       name="CPOList"
       label="CPOList"
       command="SetCPOList"
       number_of_elements="1"
       panel_visibility="default"
       panel_widget="list">
       <StringListDomain name="array_list">
        <RequiredProperties>
        <Property function="ArrayList"
                name="CPOListInfo"/>
        </RequiredProperties>
        </StringListDomain>
        <Documentation>
          This property specifies the CPO on the UAL Database.
        </Documentation>
     </StringVectorProperty>


     <StringVectorProperty
       name="CPOListInfo"
       label="CPOListInfo"
       command="GetCPOList"
       information_only="1">
        <StringArrayHelper />
     </StringVectorProperty>

Screenshot of option working with default widget:

https://imageshack.com/i/eyhM3mFKp

Regards,
Girish
_______________________________________________
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://public.kitware.com/mailman/listinfo/paraview

Reply via email to