Hi,
I use the ‘Graphic ascending and descending multi-generations tree’
OVERSIZED BOXES
Although I tick the ‘Shrink boxes when possible’, it does not do so consistently
As you can see on the screenshot, there are 3 families [F] representing 2 generations [G]
In G_Y, F1 are older ancestors in terms of birth dates and have died
F2 and F3 are still alive, yet the boxes display an empty space for the non-existent death, which is not the case for G_Z
Is there a way to shrink the boxes for F2 and F3 of G_Y as per G_Z? I understand that as a consequence, F1 and F3 of G_Z will not align with each other but since G_Z is the last G and that it will not affect how G_Y is currently displayed, I am not bothered!
SURNAMES
The only available option is to ‘Display surname first’ or not
In some instances, I would like the report to only show ‘Given name(s)
Is creating a new blueprint from an existing one and modifying it accordingly be the solution?
NOW
<td valign="top">
<b><prop path=INDI:NAME:SPFX max=50> <prop path=INDI:NAME:SURN max=50> <prop path=INDI:NAME:NSFX max=50></b><br>
<b><prop path=INDI:NAME:GIVN max=50></b>
</td>
AFTER
<td valign="top">
<b><prop path=INDI:NAME:GIVN max=50></b>
</td>
Would that work?
Thanks