[Paraview-developers] Variable tooltips
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Thu May 23 11:05:18 EDT 2013
This has been resolved in the upcoming 4.0. Give the release candidate
a try to see if that addresses this issue.
Utkarsh
On Thu, May 23, 2013 at 11:03 AM, Joe Ping-Lin Hsiao <phsiao at cs.unc.edu> wrote:
> Hi,
>
> I have created a custom filter in ParaView 3.98.1, and I'd like to have
> tooltip show up when user hover the mouse over one of the exposed variables.
>
> In my code, I have
>
> <DoubleVectorProperty
> name="DomainSigma"
> command="SetDomainSigma"
> number_of_elements="1"
> default_values="4.0">
> <DoubleRangeDomain name="range"/>
> <Documentation>The width of edges that you would like to preserve in
> pixel.</Documentation>
> </DoubleVectorProperty>
>
> But the text within Documentation tags won't show up. Am I missing
> something?
>
> Thanks,
> Joe
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
More information about the Paraview-developers
mailing list