[Paraview] Information Only Property Parameters

Brian Panneton brian.panneton at gmail.com
Wed Mar 23 11:32:40 EDT 2011


Okay, my attempt to push the variable to the server using
immediate_update="1" seems to not update the server variable when I change
my current index of a combobox. I also tried to call Modified() on the
currentIndexChanged event, but it seems to ignore the changes from the GUI
and reset the combobox as if I just loaded it.

How should I be pushing the variable to the server?


On Wed, Mar 23, 2011 at 11:11 AM, Sebastien Jourdain <
sebastien.jourdain at kitware.com> wrote:

> Unfortunately that's the way you have to do it. Or the other way is to
> use GatherInformation() but it won't be much better.
>
>
> On Wed, Mar 23, 2011 at 10:23 AM, Brian Panneton
> <brian.panneton at gmail.com> wrote:
> > If I have an information_only property with a command to get a
> > vtkStringArray, is there a way to pass a parameter to the fuction? And,
> can
> > that parameter be from another property? Otherwise, it seems that I would
> > need to push the variable to the server in order for it to be available
> for
> > the command called from the information_only property.
> >
> > 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
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110323/02cbb59e/attachment.htm>


More information about the ParaView mailing list