[Paraview] Custom Panel Plugin Changes

Kyle Lutz kyle.lutz at kitware.com
Fri Jan 13 10:00:28 EST 2012


Hi Brian,

On Thu, Jan 12, 2012 at 1:56 PM, Brian Panneton
<brian.panneton at gmail.com> wrote:
> I'm updating my custom plugin to the latest version of ParaView. Most
> everything works as I would expect, however I have run into an issue.

When you say latest version do you mean the latest stable release
(version 3.12) or the latest from git-maser (SHA: 438f63bf8)?

> My plugin has a reader and a filter each with a custom panel that follows
> the same layout. The panel has a ComboBox and a ListBox with CheckBoxItems.
> When the dropdown is changed in the ComboBox, the ListBox gets immediately
> repopulated to show the change. Then you select some items and hit apply.
>
> The reader is able to do that exactly as it did in the older version of
> ParaView. However, the filter shows a ListBox without the option to Check
> the items. The code between the reader/filter for the panel is almost
> identical with the exception of the names. The function updateTitleList()
> never gets called in the filter yet in the reader's version of the panel it
> does. I can't figure out why it only works with one. I would assume it would
> act the same for both.

There was a bug with list views not showing check-boxes correctly by
default that I resolved last week. See:
http://paraview.org/Bug/view.php?id=12841

If possible could you try your filter with the latest ParaView release
in git? If not, the next ParaView release will have the fix in it.

Thanks,
Kyle


More information about the ParaView mailing list