Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
UPDATES / Translation update
« Last post by Zurga on March 13, 2023, 10:01:48 »
v12 - French and English translation update
52
FRANÇAIS / Re: Compréhension création de rapport
« Last post by remi0144 on March 11, 2023, 14:13:24 »
Merci.
Je crois que je n'étais pas sur la bonne signification de rang 2 (je pensais comprendre 2 générations).
Désolé d'être intervenu sur ce sujet.
Bonne journée.
Rémi
53
FRANÇAIS / Re: Compréhension création de rapport
« Last post by Zurga on March 11, 2023, 13:34:52 »
Classe ReportGedart.java
Ligne 120 à 130 :
// This report cannot be run on the whole gedcom. It does not make sense.
        // Therefore we will use for instance the result of the advanced research view
        List<Entity> searchResult = getSearchEntities(gedcom);
        // If empty, default to the list of relatives as an initial set of indivuals and families to avoid an empty report
        if (searchResult.isEmpty()) {
            Indi indi = getActiveIndi(gedcom);
            if (indi != null) {
                List<Indi> relatives = new ReportRelatives().getRelatives(indi);
                searchResult = new ArrayList<>(relatives);
            }
        }

Une autre question ?

Zurga
54
FRANÇAIS / Re: Compréhension création de rapport
« Last post by remi0144 on March 11, 2023, 12:15:03 »
Bonjour,

A quel moment le rang 2 est-il renseigné dans la programmation ?
Je ne le vois pas.
Merci.

Rémi
55
ENGLISH / Re: Tooltip typo
« Last post by Zurga on March 11, 2023, 08:16:00 »
Thank you for your feedback.
This will be corrected.

Zurga
56
ENGLISH / Re: Publication->Website doesn't work
« Last post by Zurga on March 11, 2023, 08:15:22 »
Please upgrade Ancestris.
The corresponding class is in the Library FOP update.

Zurga
57
FRANÇAIS / Re: Compréhension création de rapport
« Last post by Zurga on March 11, 2023, 08:12:10 »
La variable contient soit :
- Les individus présents en résultat de la recherche avancée
- L'individu sélectionné et ses proches au rang 2.

Zurga
58
FRANÇAIS / Compréhension création de rapport
« Last post by qhamel on March 10, 2023, 22:20:13 »
Bonjour à tous,

Je me suis lancé dans la compréhension des rapports générés via les "Fiches multi-modèles personnes et familles". Pour cela j'ai créé une copie du template biographie et à le lecture des différents fichiers je vois à peu près bien l'organisation et le séquencement du code.

Néanmoins, une chose me perturbe dans le fichier "index.vm" avec cette partie de code :
#foreach($INDI in $INDIS)
<a NAME="$INDI.Id"></a>
   #parse("$TEMPLATE/indiSheet.vm")
#end
 
Que contient initialement la variable $INDIS ? J'avoue ne pas bien comprendre ce qu'elle contient quand je sélectionne soit un individu soit une famille. J'ai l'impression qu'elle contient par défaut tous les individus en lien avec ce qui a été sélectionné dans une liaison de rang 2 (ascendant et descendant).

Merci pour votre éventuel retour.

Cordialement,

Q. Hamel
59
ENGLISH / Tooltip typo
« Last post by Paul on March 10, 2023, 18:00:49 »
I think this tooltip in the Aries editor should read 'Edit the selected note' (not 'node').

60
ENGLISH / [Solved] Publication->Website doesn't work
« Last post by Paul on March 10, 2023, 17:58:14 »
EDIT Sorry forgot the basic information:

Ancestris version:  12.0.11899
Java:  11.0.18+10-post-Debian-1deb11u1 - /usr/lib/jvm/java-11-openjdk-amd64
System:  Linux - 5.16.0-5mx-amd64 - paul
User directory  /home/paul/.ancestris/trunk

I get this error when attempting to publish a website using the example Kennedy data:




=======================================
               START                   
Generating pages in primary language...
=======================================
 
Making css-file
Making js-file
Exporting object M00001
*** Exception caught java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils
   at ancestris.modules.exports.website.ReportWebsite.getSrcFile(ReportWebsite.java:1367)
   at ancestris.modules.exports.website.ReportWebsite.createMultimediaDoc(ReportWebsite.java:1294)
   at ancestris.modules.exports.website.ReportWebsite.generateFiles(ReportWebsite.java:375)
   at ancestris.modules.exports.website.ReportWebsite.start(ReportWebsite.java:269)
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   at genj.report.Report.start(Report.java:874)
   at genj.report.Runner.run(Runner.java:68)
   at java.base/java.lang.Thread.run(Thread.java:829)
Pages: 1 ... 4 5 [6] 7 8 ... 10