<HTML>
<HEAD>
<TITLE>Re: [Paraview-developers] GlobalResultArrayInfo AND GlobalResultArrayStatus returning NULL</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Jon,<BR>
<BR>
You neglected to specify what type of proxy meshReaderProxy is. &nbsp;I assume it is pointing to an Exodus reader based on the property you are trying to access.<BR>
<BR>
I think this is my fault. &nbsp;I recently made changes to the Exodus XML definition to make the names of the properties conform to their labels. &nbsp;Having different names and labels was creating havoc with Python scripting. &nbsp;Thus, the names of properties like GlobalResultArrayInfo were changed be the same as their label. &nbsp;Try &#8220;GlobalVariablesInfo&#8221; instead.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 10/13/09 2:47 PM, &quot;Goldman, Jon&quot; &lt;<a href="jgoldma@sandia.gov">jgoldma@sandia.gov</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I am seeing a problem with a 10-12-2009 CVS checkout of ParaView (trunk), where calls to GetProperty(&quot;GlobalResultArrayInfo&quot;) and GetProperty(&quot;GlobalResultArrayStatus&quot;) are returning NULL.<BR>
<BR>
So this call:<BR>
<BR>
&nbsp;&nbsp;&nbsp;vtkSMProperty * prop;<BR>
&nbsp;&nbsp;&nbsp;prop = meshReaderProxy-&gt;GetProperty(&quot;GlobalResultArrayInfo&quot;);<BR>
<BR>
Used to return a valid pointer (from an August 4 or 5 ParaView checkout on trunk).<BR>
meshReaderProxy-&gt;GetProperty(&quot;GlobalResultArrayStatus&quot;) is also returning Null.<BR>
I didn't dig too deep but for some reason<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vtkSMProxy::GetProperty(const char* name, int selfOnly)<BR>
<BR>
can't find the GlobalResultArrayInfo property (in my 10/12 checkout) and is returning NULL.<BR>
Is this a bug, or am I doing something wrong?<BR>
<BR>
-Jon<BR>
<BR>
<BR>
_______________________________________________<BR>
Paraview-developers mailing list<BR>
<a href="Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><BR>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers">http://public.kitware.com/mailman/listinfo/paraview-developers</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:7.5pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>