<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi there,<div><br></div><div>Is it possible to modify GUI parameter fields (i.e. set invisible or disabled) for a custom ParaView reader plugin from within the plugin? And if yes, how can we do it?<br><div><br></div><div><b>Background:</b></div><div>We have several ParaView reader-type plugins that allow us to load and display data from our own file format. In the server manager xml we added a couple of parameters (mostly IntVectorProperties for some integer parameters, see also&nbsp;<a href="http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_GUI_Parameters">http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_GUI_Parameters</a>) that we use to select exactly which data should be loaded from the file.&nbsp;</div><div>Sometimes a certain property only makes sense if certain variables exist within the data file - something we can check (and already do) in the CanReadFile method. In order to make it clear to the user which fields are relevant and which are not, we would like to selectively disable ("grey out" or set invisible) certain properties if they do not make sense in a given context.</div></div><div><br></div><div>Any input on how to accomplish this, or any primer on where to get further information, would be very welcome!</div><div><br></div><div>Regards,</div><div><br></div><div>Michael</div></body></html>