|
Notes |
|
|
(0011266)
|
|
Ken Moreland
|
|
2008-04-10 18:07
|
|
|
Please clarify this request. I do not understand it. ParaView 2 did not use Qt and had a very different concept of what we now call a plugin. Tooltips work fine in ParaView 3. Are you talking about the description in the status bar that would elaborate on highlighted menu items? |
|
|
|
(0011268)
|
|
Filip Sadlo
|
|
2008-04-11 10:15
|
|
In ParaView2, one could define the "help" tag in the XML file e.g.:
<LabeledToggle ... help="Divide the field by wall distance."/>
Then, when the user moved the mouse over the widget or its label, this help text was displayed in a small yellowish box at that position.
As far as I understood, in ParaView3.2.1 (with plugins), the xxx_Client.xml file does not offer this functionality anymore, I use almost empty files, e.g.:
<ParaViewFilters>
<Category name="Univiz" menu_label="&Univiz">
<Filter name="FlowTopo" />
</Category>
<Filter name="FlowTopo" />
</ParaViewFilters>
And setting the "help" tag in the xxx_Server.xml file does have no effect.
Consistently, in ParaView3.2.1 the help messages for existing filters (not only those I add) are not displayed anymore when I move the mouse over it, e.g. the Threshold filter. |
|
|
|
(0011278)
|
|
Ken Moreland
|
|
2008-04-14 12:54
|
|
The ability to add description text to each parameter (widget) is already available in the server manager code through <Documentation> tags. See ParaView3/Servers/ServerManager/filters.xml for numerous examples.
The tooltips in the object inspector is not available. I am assuming that it will be straightforward to implement them as bug 0004130 is being implemented. If that is not the case, we may need to postpone this request. |
|
|
|
(0011376)
|
|
Clinton Stimpson
|
|
2008-04-15 18:17
|
|
Tooltips are shown now.
/cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyPanel.cxx,v <-- pqProxyPanel.cxx
new revision: 1.17; previous revision: 1.16
/cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyPanel.h,v <-- pqProxyPanel.h
new revision: 1.13; previous revision: 1.12 |
|
|
|
(0011380)
|
|
Alan Scott
|
|
2008-04-15 18:53
|
|
|