<br><br><div class="gmail_quote">On Fri, Jan 13, 2012 at 10:00 AM, Kyle Lutz <span dir="ltr">&lt;<a href="mailto:kyle.lutz@kitware.com">kyle.lutz@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi Brian,<br>
<div class="im"><br>
On Thu, Jan 12, 2012 at 1:56 PM, Brian Panneton<br>
&lt;<a href="mailto:brian.panneton@gmail.com">brian.panneton@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m updating my custom plugin to the latest version of ParaView. Most<br>
&gt; everything works as I would expect, however I have run into an issue.<br>
<br>
</div>When you say latest version do you mean the latest stable release<br>
(version 3.12) or the latest from git-maser (SHA: 438f63bf8)?<br></blockquote><div><br>I am up-to-date with git-master (SHA: 438f63bf87d52390841e882e8ef5ecad6fd3d438)<br><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div class="im"><br>
&gt; My plugin has a reader and a filter each with a custom panel that follows<br>
&gt; the same layout. The panel has a ComboBox and a ListBox with CheckBoxItems.<br>
&gt; When the dropdown is changed in the ComboBox, the ListBox gets immediately<br>
&gt; repopulated to show the change. Then you select some items and hit apply.<br>
&gt;<br>
&gt; The reader is able to do that exactly as it did in the older version of<br>
&gt; ParaView. However, the filter shows a ListBox without the option to Check<br>
&gt; the items. The code between the reader/filter for the panel is almost<br>
&gt; identical with the exception of the names. The function updateTitleList()<br>
&gt; never gets called in the filter yet in the reader&#39;s version of the panel it<br>
&gt; does. I can&#39;t figure out why it only works with one. I would assume it would<br>
&gt; act the same for both.<br>
<br>
</div>There was a bug with list views not showing check-boxes correctly by<br>
default that I resolved last week. See:<br>
<a href="http://paraview.org/Bug/view.php?id=12841" target="_blank">http://paraview.org/Bug/view.php?id=12841</a><br>
<br>
If possible could you try your filter with the latest ParaView release<br>
in git? If not, the next ParaView release will have the fix in it.<br>
<br></blockquote><div> </div><div>I think the fix is in there. One of the listboxes (in the reader) works properly. Thus I believe it is something that I am doing that has changed since 3.10.<br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Thanks,<br>
Kyle<br>
</blockquote></div><br>Thanks,<br>Brian Panneton<br>