<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Okay I solved the problem, had a small mistake in the xml file, and no
error was being raised. Thanks for the help.<br>
<br>
Moreland, Kenneth wrote:
<blockquote
cite="mid:0BA5ECE2D409814B9A324DDEDA2C29FC210777AD9D@ES04SNLNT.srn.sandia.gov"
type="cite">
<pre wrap="">Yes. You just have to expose properties of the target reader in the SM XML proxy.
As I hope you already know, to use vtkFileSeriesReader, you create a proxy object with the FileSeriesReaderProxy tag (in lieu of SourceProxy) and, among other things, you have a SubProxy named "Reader" which is the type of the target reader. Just add ExposedProperties for the Reader SubProxy and they will be exposed to the GUI.
I made a Wiki page recently concerning using the vtkFileSeriesReader that has a few more details. I would consult that if you have not yet.
<a class="moz-txt-link-freetext" href="http://www.paraview.org/Wiki/Restarted_Simulation_Readers#Customized_Restart_Reader">http://www.paraview.org/Wiki/Restarted_Simulation_Readers#Customized_Restart_Reader</a>
-Ken
</pre>
<blockquote type="cite">
<pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a> [<a class="moz-txt-link-freetext" href="mailto:paraview-bounces@paraview.org">mailto:paraview-bounces@paraview.org</a>]
On Behalf Of Robert Maynard
Sent: Thursday, June 26, 2008 12:09 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:paraview@paraview.org">paraview@paraview.org</a>
Subject: [Paraview] vtkFileSeriesReader Question
When wrapping a reader with vtkFileSeriesReader, is there anyway to get
any user options into the qt panel? Or should I just extend
vtkFileSeriesReader for my needs?
_______________________________________________
ParaView mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>