[Paraview] Information Only Property Parameters

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Mar 23 12:15:42 EDT 2011


Hi Brian,

could you send the (part of) XML proxy definition and the piece of
code you are calling to that proxy to make that push...
So I could be sure that both side are corrects.

Thanks,

Seb

On Wed, Mar 23, 2011 at 11:32 AM, Brian Panneton
<brian.panneton at gmail.com> wrote:
> 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
>> >
>> >
>
>


More information about the ParaView mailing list