I have a plugin Reader reading file and running some algorithm, in the property panel, there is a button to reload some value, servermanager xml like this:
<SourceProxy name="MyDecoder" class = "MyDecoder" label="MyDecoder">
...
<Property command="Modified" label="ReRun"
panel_widght="command_button" panel_visibility="always">
<Documentation> Re run algorithm to reload parameter </Documentation>
</Property>
...
</SourceProxy>
This plugin works well in ParaView5.7,I have just update to ParaView5.10,Plugin compile pass and all works as expected except the “ReRun” button does not show on the property panel.
So, Is there some update for Servermanager XML I need to adjust?
Thanks!