[kepler-dev] [Bug 3053] - Multiple Documentation windows not possible

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Jan 23 15:27:22 PST 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3053





------- Comment #2 from leinfelder at nceas.ucsb.edu  2008-01-23 15:27 -------
Change to allow multiple documentation windows at once would be in the pII
source:
ptolemy.vergil.basic.GetDocumentationAction

Currently only one named document Tableau can be displayed.  If we used the
uniqueName() method when constructing the tableau, then there could exist
multiple windows at once.

there are two methods in this class where this change would be needed:
1.  showDocAttributeTableau() - I hve tested the change here successfully
2.  getDocumentation() - not tested, but similar scenario as above (but
involves remote documentation and/or building)



More information about the Kepler-dev mailing list