<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I change my plugin to the new property panel architecture. Very
nice, now I can reuse some of the code that control the widgets in
my other filters.<br>
<br>
But, (there is always a but)...<br>
<br>
A have a base class ("Base" derived from vtkAlgorithm), with his
own server_manager_xml file.<br>
<br>
Now I have my final class ("Final") derived from Base. Of course
this class has his own server_manager_xml ( using the
base_proxygroup, base_proxyname tags for proper configuration).<br>
<br>
My problem is that at the end of this file I use the PropertyGroup
to group the widgets but this not work. Example:<br>
in the server_manager_xml (of the final class)<br>
...<br>
<PropertyGroup label="Main"><br>
<Property name="PointArrayStatus" />
<------ this came from Final <br>
<Property name="VisualizationSpaceStatus" />
<------ this came from Base <br>
</PropertyGroup> <br>
<PropertyGroup label="Options"><br>
<Property name="Refresh"
/> <------ this came from
Base <br>
<Property name="ComputeDerivatives" />
<------ this came from Base <br>
</PropertyGroup> <br>
...<br>
<br>
Inside ParaView the panel has the following order :<br>
[- Properties]<br>
<u>Main </u><br>
VisualizationSpaceStatus<br>
<u>Options </u><br>
Refresh<br>
ComputeDerivatives<br>
<u>Main <br>
</u> PointArrayStatus<br>
[- Display]<br>
...<br>
<br>
I think paraview expose all the base class widgets first and only
then expose the final class widgets.<br>
<br>
Can I change this behaviour to correctly order my widgets???<br>
<br>
Thanks to all <br>
Felipe<br>
<pre class="moz-signature" cols="72">--
Felipe Bordeu Weldt
Ingénieur de Recherche
-------------------------------------
Tél. : 33 (0)2 40 37 16 57
Fax. : 33 (0)2 40 74 74 06
<a class="moz-txt-link-abbreviated" href="mailto:Felipe.Bordeu@ec-nantes.fr">Felipe.Bordeu@ec-nantes.fr</a>
Institut GeM - UMR CNRS 6183
École Centrale Nantes
1 Rue de La Noë, 44321 Nantes, FRANCE
-------------------------------------</pre>
</body>
</html>