3,245
edits
Changes
From Gramps
→Enhancements
* It is also possible to use javascript to add zooming by moving the mouse wheel, but he who did it does not remember how at the moment.
* The .dot file generated in example 3 on [[Howto: Make a relationship chart]] contains the web-page addresses to the personal pages of the "Narrative Webpage" report pages, and by generating a pdf with the relationship graph report and using {{man label|''pdf2swf''}}, the resulting flash-file contains clickable links for each individual that should work if teh the swf-file is placed in the same directory as the index.html file of a Narrative We Page report. The alternative way of generating from .dot file can also be used. One way to accomplish this is to run
dot -Tps2 report.dot > report.ps
ps2pdf report.ps
pdf2swf -o report.swf report.pdf
The resulting swf-file should now work as before, but with the addition of hyperlinks.