[Paraview] some ui issues

burlen burlen.loring at gmail.com
Mon Aug 13 11:50:34 EDT 2012


I've noticed that the slice filter is having similar issue: apply 
activated by selecting in the pipeline browser. In my panels this was 
because pv is creating/destroying the panel as the object is 
selected/deselected in the browser so I had to be more careful during 
the initialization not to mark the object as modified, it's probably a 
similar issue.

A second issue, I have been experiencing crashes with the histogram 
filter in parallel. After loading data and adding the histogram things 
become unstable and crash. The render view occasionally gets trashed. 
The crash often comes when resizing the window or creating or deleting a 
view with the following output in the terminal. More server ranks seems 
to help it crash. Occasionally it doesn't crash.

ICET,0:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.
ICET,2:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.
ICET,3:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.
ICET,4:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.
ICET,6:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.
ICET,1:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.
ICET,7:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.
ICET,5:ERROR:/work/ext/ParaView/sqtk-pv/ParaView/Utilities/IceT/src/strategies/radixk.c:775: 
Radix-k received image with wrong size.


On 07/27/2012 01:25 PM, Utkarsh Ayachit wrote:
> Burlen,
>
> Kyle can give you more details, but the theme is that
> pqAutoGeneratedObjectPanel and related classes are going to be
> deprecated. For backwards compatibility sake, these will be around for
> the next release and when a custom-panel is provided using the past
> mechanisms, ParaView will indeed simply show that -- in which case the
> old style hints are respected.
>
> Utkarsh
>
> On Fri, Jul 27, 2012 at 4:15 PM, Burlen Loring<bloring at lbl.gov>  wrote:
>> Hi Utkarsh,
>>
>> I'm noticing a that custom panels derived from pqAutoGeneratedObjectPanel
>> don't respect the new panel_visibility attribute, however they still honor
>> the property show hint. Is this going to change for the next release?
>>
>> Also having some weird issues in custom panels derived from
>> pqNamedObjectPanel where the apply button is spuriously being activated. For
>> example after connecting to a filter that has multiple inputs and one
>> pipeline execution when I select the object in the pipeline browser apply
>> button is activated. Any idea what could be going on there?
>>
>> Burlen
>>
>>
>> On 06/15/2012 08:07 AM, Utkarsh Ayachit wrote:
>>> Burlen,
>>>
>>> Incidentally just yesterday we were discussing that it won't be long
>>> before we see an email on the mailing list asking "where are my filter
>>> properties" :)? And to avoid that, we had decided to change the
>>> default behavior to remain consistent with the past versions
>>> (http://paraview.org/Bug/view.php?id=13241). It should be addressed
>>> soon. A new attribute named "panel_visibility" controls whether the
>>> property is shown in default or advanced panel (documentation to
>>> follow as the implementation settles down).
>>>
>>> Utkarsh
>>>
>>> On Thu, Jun 14, 2012 at 4:17 PM, Burlen Loring<bloring at lbl.gov>   wrote:
>>>> I attempted to use my plugin with the master branch today and ran into
>>>> some
>>>> UI issues.
>>>>
>>>> I found it confusing that none of the properties were displayed until I
>>>> hit
>>>> the advanced button. Is there a way to make all the properties show up by
>>>> default?
>>>>
>>>> also, properties that were hidden via the show="0" hint were displayed.
>>>> Is
>>>> there a change in XML to hide props?
>>>>
>>>> Burlen
>>>>
>>>>
>>>> _______________________________________________
>>>> Powered by www.kitware.com
>>>>
>>>> Visit other Kitware open-source projects at
>>>> http://www.kitware.com/opensource/opensource.html
>>>>
>>>> Please keep messages on-topic and check the ParaView Wiki at:
>>>> http://paraview.org/Wiki/ParaView
>>>>
>>>> Follow this link to subscribe/unsubscribe:
>>>> http://www.paraview.org/mailman/listinfo/paraview
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Please keep messages on-topic and check the ParaView Wiki at:
>>> http://paraview.org/Wiki/ParaView
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.paraview.org/mailman/listinfo/paraview
>>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list