<html><div style='background-color:'><DIV class=RTE>
<P>Ok, replacing the usual brackets with "" seems to work, assuming there is no newline in the text. BUT what I understood by reading the coment "# The source modified is: vtkTemp1358" is that vtkTmp1358 was the Tcl command for the selected "source". I selected a vtkThreshold objects and, as a test, I would like to change the selected components at the middle of the animation, so I wrote:<BR>&nbsp; if " $globalPVTime &gt; 0.5"&nbsp; " vtkTemp1358 ThresholdBetween 0 2 "<BR>and I get&nbsp;the following&nbsp;error "Object named: vtkTemp1358, could not find requested method: ThresholdBetween"<BR>What's wrong?</P></DIV>
<DIV></DIV>&gt;From: Brad King &lt;brad.king@kitware.com&gt;
<DIV></DIV>&gt;To: valdo meyer &lt;valdo13@hotmail.com&gt;
<DIV></DIV>&gt;CC: ParaView Users &lt;paraview@paraview.org&gt;
<DIV></DIV>&gt;Subject: Re: [Paraview] Is scripting working?
<DIV></DIV>&gt;Date: Fri, 19 Nov 2004 13:44:25 -0500
<DIV></DIV>&gt;
<DIV></DIV>&gt;valdo meyer wrote:
<DIV></DIV>&gt;&gt;Hello,
<DIV></DIV>&gt;&gt;the script interface seems to be necessary beyond the point one try
<DIV></DIV>&gt;&gt;to make something out of the classical interface-based
<DIV></DIV>&gt;&gt;manipulations with Paraview. ut unfortunately there is nothing
<DIV></DIV>&gt;&gt;about is in the doc nor in the tutorials. So since I do know Tcl
<DIV></DIV>&gt;&gt;this is not really a problem, or at least I was expecting that! But
<DIV></DIV>&gt;&gt;actually I did not manage to have it running. Concretely:
<DIV></DIV>&gt;&gt;&nbsp;&nbsp; - when I write something like:
<DIV></DIV>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if { globalPVTime &gt; 0.5 } {
<DIV></DIV>&gt;&gt;as soon as I type the CR at the end of the line that the brackets
<DIV></DIV>&gt;&gt;are removed! although this is a correct Tcl line. And then the "&gt;"
<DIV></DIV>&gt;&gt;sign is not recognized (seems that a command name is expected
<DIV></DIV>&gt;&gt;here). So where am I wrong?
<DIV></DIV>&gt;
<DIV></DIV>&gt;The command prompt is meant as a minimal interface for debugging
<DIV></DIV>&gt;purposes.&nbsp;&nbsp;It is not a full Tcl prompt.&nbsp;&nbsp;You can work around the
<DIV></DIV>&gt;curly issue by using quotes instead:
<DIV></DIV>&gt;
<DIV></DIV>&gt;if " $globalPVTime &gt; 0.5" " .... "
<DIV></DIV>&gt;
<DIV></DIV>&gt;-Brad
<DIV></DIV></div></html>