<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. 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. I recently made changes to the Exodus XML definition to make the names of the properties conform to their labels. Having different names and labels was creating havoc with Python scripting. Thus, the names of properties like GlobalResultArrayInfo were changed be the same as their label. Try “GlobalVariablesInfo” instead.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 10/13/09 2:47 PM, "Goldman, Jon" <<a href="jgoldma@sandia.gov">jgoldma@sandia.gov</a>> 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("GlobalResultArrayInfo") and GetProperty("GlobalResultArrayStatus") are returning NULL.<BR>
<BR>
So this call:<BR>
<BR>
vtkSMProperty * prop;<BR>
prop = meshReaderProxy->GetProperty("GlobalResultArrayInfo");<BR>
<BR>
Used to return a valid pointer (from an August 4 or 5 ParaView checkout on trunk).<BR>
meshReaderProxy->GetProperty("GlobalResultArrayStatus") is also returning Null.<BR>
I didn't dig too deep but for some reason<BR>
<BR>
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>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <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>