MantisBT - ParaView
View Issue Details
0004130ParaView(No Category)public2006-12-04 18:402009-05-13 13:59
Ken Moreland 
Clinton Stimpson 
normalfeaturealways
closedfixed 
 
3.43.4 
0004130: Context sensitive doc of each filter
There needs to be documentation of each filter, that is easy to jump to when using that filter.
No tags attached.
related to 0006728closed Clinton Stimpson Tooltips for object inspector 
Issue History
2007-08-13 15:22Berk GeveciPrioritynormal => high
2007-08-23 17:10Berk GeveciCategory => 3.2
2007-10-18 13:27Berk GeveciPriorityhigh => normal
2008-04-07 16:17Berk GeveciAssigned ToMark Richardson => Clinton Stimpson
2008-04-07 16:17Berk GeveciCategory => 3.4
2008-04-14 12:51Ken MorelandRelationship addedrelated to 0006728
2008-04-15 18:44Clinton StimpsonStatustabled => @80@
2008-04-15 18:44Clinton StimpsonResolutionopen => fixed
2008-04-15 18:44Clinton StimpsonNote Added: 0011379
2008-04-17 19:53Alan ScottStatus@80@ => @20@
2008-04-17 19:53Alan ScottResolutionfixed => reopened
2008-04-17 19:53Alan ScottNote Added: 0011423
2008-04-18 13:00Clinton StimpsonStatus@20@ => @80@
2008-04-18 13:00Clinton StimpsonResolutionreopened => fixed
2008-04-18 13:00Clinton StimpsonNote Added: 0011433
2008-04-21 20:45Alan ScottStatus@80@ => @20@
2008-04-21 20:45Alan ScottResolutionfixed => reopened
2008-04-21 20:45Alan ScottNote Added: 0011471
2008-04-24 17:31Clinton StimpsonNote Added: 0011539
2008-04-24 17:54Alan ScottStatus@20@ => closed
2008-04-24 17:54Alan ScottNote Added: 0011540
2008-04-24 17:54Alan ScottResolutionreopened => fixed
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0007772)
Berk Geveci   
2007-06-02 08:57   
The documentation is there now we need to make the help come up with the right page.
(0011379)
Clinton Stimpson   
2008-04-15 18:44   
Fixed. There's a new help button in the object inspector.
(0011423)
Alan Scott   
2008-04-17 19:53   
This only works if the user runs ParaView from the ParaView3 directory - not the ParaView3/bin directory. If you step into the bin directory and run paraview.exe, or run from somewhere else (for instance ../ParaView3/bin/paraview.exe), this fails.

An example failure output is as follows:
>>>>
The page could not be found

'file:///c:/alan/paraviewnightlytrunk/scripts/documentation/clip.html' [^]
<<<<


Note that my file structure is as follows:
scripts (where I have a script that starts ParaView client/server)
bld/ParaView3, where the bin directory actually is.
src/ParaView3.
(0011433)
Clinton Stimpson   
2008-04-18 13:00   
Good find. Fixed.

/cvsroot/ParaView3/ParaView3/Applications/Client/MainWindow.cxx,v <-- MainWindow.cxx
new revision: 1.142; previous revision: 1.141
(0011471)
Alan Scott   
2008-04-21 20:45   
Sorry, still fails. At least it has changed where it is looking...

The page could not be found

'file:///c:/windows/system32/documentation/clip.html' [^]
(0011539)
Clinton Stimpson   
2008-04-24 17:31   
I'm not able to reproduce the error. I don't see how it can even end up with c:/windows/system32/documentation, unless you have a stray pqClient.adp in the system32 folder, and your paraview.exe was some place relative to system32.
(0011540)
Alan Scott   
2008-04-24 17:54   
It works now. I have no idea why it was giving troubles.

Closed, tested client/server.