[Paraview] paraview3 wiki

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Aug 4 08:59:56 EDT 2008


Mark,

In the XML you can add a <Hints /> element as follows:
<Proxy ...>
  ...
   <Hints>
     <Property name="PropertyToHide" show="0"/>
   </Hints>
</Proxy>

Then the GUI will not create a widget for it when generating a panel. 
The changes to that property should not result in Apply button becoming 
green. However note that the changes to the property will get tracked by 
the undo/redo stack. That can be overridden as well, if needed.

For Rescan, you can always call 
"vtkSMSourceProxy::UpdatePipelineInformation()" which should result in a 
call to RequestInformation() on the algorithm.


Utkarsh

Olesen, Mark wrote:
> Thanks Utkarsh,
> 
> It looks like it might be interesting for multiple domains ... if I get
> that far.
> 
> Since I have your ear: Is there a way that I can set a reader variable
> via the GUI, but not have it be noticed as a modification?
> 
> The wish is to be able to change a few reader settings without being
> prompted to press 'Apply' and without having RequestData() get called.
> If the reader could receive a RequestInformation() instead, it could
> update the GUI. Barring that, it could just behave slightly differently
> when the next RequestInformation() is executed.
> 
> One example would be a 'Rescan' button that would scan for new time
> steps without the reader being requested to supply the mesh and results
> for the current time again. Another would be to enable/disable reader
> mesh caching and/or flush memory etc. 
> 
> Thanks,
> 
> /mark
> 
>> -----Original Message-----
>> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
>> Sent: Monday, August 04, 2008 2:07 PM
>> To: Olesen, Mark
>> Cc: paraview at paraview.org
>> Subject: Re: [Paraview] paraview3 wiki
>>
>> The page has been moved to the public Wiki and is now available at:
>> http://www.paraview.org/Wiki/Block_Hierarchy_Meta_Data
>>
>> Utkarsh
>>
>> Olesen, Mark wrote:
>>> After seeing the cvs changelog, I want to read the following design
>>> document:
>>> http://paraview.org/ParaView3/index.php/Block_Hierarchy_Meta_Data
>>>
>>> However, the entire wiki is locked down (not even readonly access)
>> and
>>> there is no means of creating an account.
>>>
>>> Is there a mirror somewhere with read access?
>>>
>>> /mark
>>> This e-mail message and any attachments may contain
>>> legally privileged, confidential or proprietary Information,
>>> or information otherwise protected by law of EMCON
>>> Technologies, its affiliates, or third parties. This notice
>>> serves as marking of its "Confidential" status as defined
>>> in any confidentiality agreements concerning the sender
>>> and recipient. If you are not the intended recipient(s),
>>> or the employee or agent responsible for delivery of this
>>> message to the intended recipient(s), you are hereby
>>> notified that any dissemination, distribution or copying
>>> of this e-mail message is strictly prohibited.
>>> If you have received this message in error, please
>>> immediately notify the sender and delete this e-mail
>>> message from your computer.
>>>
>>> _______________________________________________
>>> ParaView mailing list
>>> ParaView at paraview.org
>>> http://www.paraview.org/mailman/listinfo/paraview
>>>
> This e-mail message and any attachments may contain 
> legally privileged, confidential or proprietary Information, 
> or information otherwise protected by law of EMCON 
> Technologies, its affiliates, or third parties. This notice 
> serves as marking of its "Confidential" status as defined 
> in any confidentiality agreements concerning the sender 
> and recipient. If you are not the intended recipient(s), 
> or the employee or agent responsible for delivery of this 
> message to the intended recipient(s), you are hereby 
> notified that any dissemination, distribution or copying 
> of this e-mail message is strictly prohibited. 
> If you have received this message in error, please 
> immediately notify the sender and delete this e-mail 
> message from your computer.
> 
> 


More information about the ParaView mailing list