[Paraview] server xml for drop down string list?

clinton at elemtech.com clinton at elemtech.com
Tue Nov 20 11:23:03 EST 2007


On Tuesday 20 November 2007 6:57:23 am John Biddiscombe wrote:
> If you have scalar names supplied using a construct using something like
> the PointArrayStatus which appears in many readers and allows the user
> to select which scalars to load, is there a way of producing a simple
> drop down list (combo box selection) using just the server xml. I want
> to let the user select one scalar array for processing, but can't find a
> simple string selection xml combination that works.
>
> thanks
>
> JB

I assume you have something like this:

<....  repeat_command="1" number_of_elements="0" ... >

patterened after the other PointArrayStatus properties.

Have you tried replacing that with this?

<....  number_of_elements="1" ... >

Clint


More information about the ParaView mailing list