[Paraview] File parameter in plugin?

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Apr 26 16:04:53 EDT 2013


The FileListDomain will do the trick...

 <StringVectorProperty animateable="0"
                            command="SetFileName"
                            name="FileName"
                            number_of_elements="1"
                            panel_visibility="never">
        <FileListDomain name="files" />
      </StringVectorProperty>


On Fri, Apr 26, 2013 at 1:35 PM, Cory Quammen <cquammen at cs.unc.edu> wrote:

> I am working on a ParaView plugin that has a file as a parameter. What
> would be the best property type to use for this? A string property
> would work, but it would be great if there were a property that
> brought up a file browser to locate the file. Does one exist?
>
> Thanks,
> Cory
>
> --
> Cory Quammen
> Research Associate
> Department of Computer Science
> The University of North Carolina at Chapel Hill
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130426/607c09f4/attachment.htm>


More information about the ParaView mailing list