<div dir="ltr"><div class="gmail_extra">You surely should be populating your list of arrays in RequestInformation(), but you may want to always preserve what the user chose. The way you have it setup, the user-choice of arrays will be cleared anytime RequestInformation() gets called and that method can get called for several reasons during the lifetime of the reader.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Utkarsh<br><br><div class="gmail_quote">On Tue, Feb 19, 2013 at 9:07 PM, Joshua Murphy <span dir="ltr">&lt;<a href="mailto:Joshua.Murphy@lasp.colorado.edu" target="_blank">Joshua.Murphy@lasp.colorado.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word"><div>Hello,</div><div><br></div><div>Hopefully this can be answered quickly by someone in the know…</div><div><br></div><div>I am tracking down a restore state bug in my reader, and I have nailed it down to the following situation:</div>
<div><br></div><div>When restoring state, ParaView is using my setArrayStatus() function before I have finished initializing my array list within RequestInformation().</div><div><br></div><div>This causes the on/off status of the arrays in the state being restored to be ignored, as I clobber them when I initialize the list.</div>
<div><br></div><div>My question is this: where should I be populating my list of available arrays if not in RequestInformation()?  The way I have it set up now works fine for when I load data from scratch, but when restoring from a state, as I said, ParaView is trying to set the on/off state of the arrays before I am done populating the available arrays…</div>
<div><br></div><div><br></div><div>I hope someone can give me a quick answer… again the question boils down to this: where, and at what point, should I be populating my available array list so that it will be initialized already when ParaView attempts to change the status during a state restore?</div>
<div><br></div><div>Thanks,</div><div>Josh</div><div> </div></div>
<br>_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div></div>