Dear Utkarsh, On Mon, Jan 3, 2011 at 2:30 PM, Utkarsh Ayachit <[email protected]> wrote: > Every time SaveState is called in the ParaView GUI, pqApplicationCore > singleton fires a signal "stateSaved(vtkPVXMLElement*)". Your code can > handle this signal to add new child XML elements to the root. > Similarly, there's a stateLoadeded(...) signal that gets fired that > you can handle to load the custom elements from the state xml. >
Thank You very much on Your suggestion. It works perfectly. Is there also some easy solution when working with pvpython and pvbatch clients or I should add Python parsing code to servermanager.py (servermanager::LoadState())? Thanks, Nenad. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
