[Paraview] paraview3 wiki

Takuya OSHIMA oshima at eng.niigata-u.ac.jp
Fri Aug 8 20:45:53 EDT 2008


I'm considering the same thing as requested in #7314:
"reload button wold be really nice for watching simulations"
http://paraview.org/Bug/view.php?id=7314
which has been discussed in the list so many times.

With a combination of the reload button and the immediate_update
attribute as proposed by Utkarsh, the feature will be much easier to
implement in the reader side.

Takuya OSHIMA, Ph.D.
Faculty of Engineering, Niigata University
8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN

From: "Berk Geveci" <berk.geveci at kitware.com>
Subject: Re: [Paraview] paraview3 wiki
Date: Fri, 8 Aug 2008 17:01:15 -0400

> What is the use case if I may ask?
> 
> -berk
> 
> On Mon, Aug 4, 2008 at 11:06 AM, Takuya OSHIMA
> <oshima at eng.niigata-u.ac.jp> wrote:
> > Hi,
> >
> > If the feature is to be added, is it possible to have a simple push
> > button in the panel only by writing the server manager XML? I know the
> > ExodusII reader has this feature but it has a complete custom UI
> > panel.
> >
> > As to Mark's particular case I believe the feature request is closely
> > related to the tracker entries #7298 and #7314 (and I would like this
> > feature too).
> >
> > Takuya OSHIMA, Ph.D.
> > Faculty of Engineering, Niigata University
> > 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN
> >
> > From: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
> > Subject: Re: [Paraview] paraview3 wiki
> > Date: Mon, 04 Aug 2008 09:41:08 -0400
> >
> >> One possibility is that we use the "immediate_update" attribute
> >> specified on the property to indicate to the auto-generated GUI that the
> >> property needs to be pushed immediately when the GUI changes, without
> >> waiting for (or affecting) "Apply".
> >>
> >> Wonder what the rest of the team thinks about it? Are there many
> >> use-cases where this could be useful?
> >>
> >> Mark, why don't you add a feature request to the bug tracker?
> >>
> >> Utkarsh
> >>
> >> Olesen, Mark wrote:
> >> > Hi Utkarsh,
> >> >
> >> >> In the XML you can add a <Hints /> element as follows:
> >> > ...
> >> >> Then the GUI will not create a widget for it when generating a panel.
> >> >> The changes to that property should not result in Apply button
> >> >> becoming green.
> >> >
> >> > But I'd actually like exactly the opposite - to have a widget shown on
> >> > the GUI that I can interactively change without the rest of the GUI
> >> > noticing the change (and affecting the Apply button).
> >> >
> >> > The hand-waving settings:
> >> >
> >> >    <Hints>
> >> >      <Property name="MyProperty" show="1" GUImodificationTime="0"/>
> >> >    </Hints>
> >> >
> >> > I also thought that is_internal="1" on an IntProperty might have done
> >> > the trick, but the also suppresses creation of the widget.
> >> >
> >> >> For Rescan, you can always call
> >> >> "vtkSMSourceProxy::UpdatePipelineInformation()" which should result in
> >> >> a call to RequestInformation() on the algorithm.
> >> >
> >> > Okay, that answers that 'callback' part of the question ... I just need
> >> > the other bits of magic.
> >> >
> >> >
> >> > /mark
> >> > This e-mail message and any attachments may contain
> >> > legally privileged, confidential or proprietary Information,
> >> > or information otherwise protected by law of EMCON
> >> > Technologies, its affiliates, or third parties. This notice
> >> > serves as marking of its "Confidential" status as defined
> >> > in any confidentiality agreements concerning the sender
> >> > and recipient. If you are not the intended recipient(s),
> >> > or the employee or agent responsible for delivery of this
> >> > message to the intended recipient(s), you are hereby
> >> > notified that any dissemination, distribution or copying
> >> > of this e-mail message is strictly prohibited.
> >> > If you have received this message in error, please
> >> > immediately notify the sender and delete this e-mail
> >> > message from your computer.
> >> >
> >> >
> >> _______________________________________________
> >> ParaView mailing list
> >> ParaView at paraview.org
> >> http://www.paraview.org/mailman/listinfo/paraview
> > _______________________________________________
> > ParaView mailing list
> > ParaView at paraview.org
> > http://www.paraview.org/mailman/listinfo/paraview
> >


More information about the ParaView mailing list