Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-15 Thread Christoffer Green
Utkarsh, Thank you for your response it has helped me make the xml file shorter since I don't need to copy the PlaneSource to add a widget to it. Exposing the needed properties in the CompoundSourceProxy worked well but I cannot get the widget hints to work, whenever I add the hints section to

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-15 Thread Utkarsh Ayachit
The name in the hints section should match the exposed_name for the exposed properties. Utkarsh On Tue, Feb 15, 2011 at 3:49 AM, Christoffer Green christoffer.gr...@gmail.com wrote: Utkarsh, Thank you for your response it has helped me make the xml file shorter since I don't need to copy the

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-14 Thread Utkarsh Ayachit
Christoffer, You need to redefine the Hints for the PropertyGroup on the CompoundSourceProxy as well. Also the properties that the widget is controlling, such as Point1WorldPosition, Point2WorldPosition, Resolution must be exposed from the CompoundSourceProxy. Utkarsh On Mon, Feb 14, 2011 at