By Howard53 - Saturday, October 28, 2006
|
There is a small bug in the narrative report when a child has no maternal grandparents recorded. The narrative report lists the paternal grandparents then continues with 'his.' or 'her.' as appropriate, and stops. The report appears to be fine if no grandparents are recorded, or only maternal grandparents.
|
By Howard53 - Wednesday, November 1, 2006
|
I believe I have found the solution to this bug. The code in Dictionary.xml for PhGrandParents:<PhGrandParents T="{  }{\U}{!0}[[{?2|3} paternal][{?2^3} grandparents {!1} ][{?1}[{?!3} grandfather {!1} ]{2h}][{?2^3} and][[{?3}[{?!2} grandmother {!1}] {3h}]]][[{?2|3}; {!0}][[{?5|6} maternal][{?5^6} grandparents {!4} ][{?5}[{?!6} grandfather {!4}] {5h}][[{?5^6} and ][{?6}[{?!5} grandmother {!4}] {6h}]]]]." /> |
needs to be changed by inserting the highlighted phrase: <PhGrandParents T="{  }{\U}{!0}[[{?2|3} paternal][{?2^3} grandparents {!1} ][{?1}[{?!3} grandfather {!1} ]{2h}][{?2^3} and][[{?3}[{?!2} grandmother {!1}] {3h}]]][{?5|6}[{?2|3}; {!0}][[{?5|6} maternal][{?5^6} grandparents {!4} ][{?5}[{?!6} grandfather {!4}] {5h}][[{?5^6} and ][{?6}[{?!5} grandmother {!4}] {6h}]]]]." /> |
This appears to eliminate the bug, but I would appreciate confirmation by someone who has a better understanding of Javascript or JScript then I do.
|
By genome - Friday, November 3, 2006
|
I have been unable to reproduce this bug with 19e. My Dictionary from 19e has <PhGrandParents T="{  }{\U}{!0}[[{?2|3} paternal][{?2^3} grandparents {!1}][{?2}[{?!3} grandfather {!1}] {2h}][{?2^3} and][[{?3}[{?!2} grandmother {!1}] {3h}]]][[{?2|3}[{?5|6}; {!0}]][[{?5|6} maternal][{?5^6} grandparents {!4}][{?5}[{?!6} grandfather {!4}] {5h}][[{?5^6} and][{?6}[{?!5} grandmother {!4}] {6h}]]]]." />
|
The next Beta will have a change to take into account http://support.genopro.com/FindPost13671.aspx.
|
By Howard53 - Friday, November 3, 2006
|
Ron (11/3/2006)
I have been unable to reproduce this bug with 19e. My Dictionary from 19e has <PhGrandParents T="{  }{\U}{!0}[[{?2|3} paternal][{?2^3} grandparents {!1}][{?2}[{?!3} grandfather {!1}] {2h}][{?2^3} and][[{?3}[{?!2} grandmother {!1}] {3h}]]][[{?2|3}[{?5|6}; {!0}]][[{?5|6} maternal][{?5^6} grandparents {!4}][{?5}[{?!6} grandfather {!4}] {5h}][[{?5^6} and][{?6}[{?!5} grandmother {!4}] {6h}]]]]." />
|
You're right I deleted all my skins and tried the 'Edit Skin' button again. I noticed that the extracted skins are now in a 'Customised English Narrative Report' folder. I think an earlier beta had produced a 'English Narrative Report' folder which GenoPro may have been using instead of its internal report. Is this possible? I was definitely using b19e when I first posted this bug.
|
By Frank1 - Friday, November 3, 2006
|
Thank you Ron for fixing my problem you referenced. Frank1
|