Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Error in Tree Charts in Book Script
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
teddiec  
View profile  
 More options May 7 2012, 6:44 pm
From: teddiec <eddie...@yahoo.co.uk>
Date: Mon, 7 May 2012 15:44:13 -0700 (PDT)
Local: Mon, May 7 2012 6:44 pm
Subject: Error in Tree Charts in Book Script

I found a possible bug in the Book script relating to Tree Charts in that
names appear to disappear.

I have attached 4 images. Figs 1 and 2 show the name of Mary McNeilly [671]
as expected but in Figs 3 and 4 you can see the name has been dropped from
the chart.

Any ideas?

  Fig 1.png
25K Download

  Fig 2.png
61K Download

  Fig 3.png
103K Download

  Fig 4.png
61K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Nairn, Developer  
View profile  
 More options May 8 2012, 1:34 pm
From: "John Nairn, Developer" <j...@geditcom.com>
Date: Tue, 8 May 2012 10:34:04 -0700 (PDT)
Local: Tues, May 8 2012 1:34 pm
Subject: Re: Error in Tree Charts in Book Script

I see the images, but cannot think of a reason or find a bug. I might need
to see your genealogy file (if you want to send by a separate email).

Here are my ideas:

1. Both places the name is omitted are when Mary McNeilly is father's
father's father's mother. I looked at section of the script that looks up
that ancestor and it looks fine. Also, if the bug did not get that cell
because of a bug, it would fail to get it for all charts (I would expect).
Do you ever see father's father's father's mother correctly filled in in
other charts?

2. Mary McNeilly [671] is spouse of John Connolly [646] and mother of John
Busby Connolly [618]. You could look at those records to see if anything is
unusual such as John Connolly being a spouse in more than one family record
or John Busby Connolly being a child in more than one family.

Other then that, I would need the data file to test and check further.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
teddiec  
View profile  
 More options May 8 2012, 3:42 pm
From: teddiec <eddie...@yahoo.co.uk>
Date: Tue, 8 May 2012 12:42:46 -0700 (PDT)
Local: Tues, May 8 2012 3:42 pm
Subject: Re: Error in Tree Charts in Book Script

I'll send you my file separately John... there are a few other places where
names appear to be missing... all on the paternal lines


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Nairn  
View profile  
 More options May 8 2012, 11:45 pm
From: John Nairn <johnana...@gmail.com>
Date: Tue, 8 May 2012 20:45:28 -0700
Local: Tues, May 8 2012 11:45 pm
Subject: Re: Error in Tree Charts in Book Script

I think I did find a bug and not sure when or how it got there. It will be fixed in next version (along with some other book script improvements currently in development). In the mean time, you (and others using this script) should be able to fix it as follows:

1. Start GEDitCOM II
2. Hold down option key and choose Reports->Generations LaTeX Book from the scripts menu. This step will open the script for editing in the GEDitCOM Editing
3. Do Command-F (i.e. Find Command) and search for the text "treePerson(pppp"
4. Insert the following line just below the line found in step #3:

                   treePerson(pppm,4*hlen,29,True)

5. Make sure the indent to the start of this line is EXACTLY the same as the lines before and after it (a Python requirement)
6. Save the script
7. Go back to GEDitCOM II and try your book

Let me know how it works.

Thanks,
John

On May 8, 2012, at 12:42 PM, teddiec wrote:

---------------
John Nairn (1-541-737-4265, FAX:1-541-737-3385)
Professor and Richardson Chair
Web Page: http://www.cof.orst.edu/cof/wse/faculty/Nairn/
FEA/MPM Web Page: http://oregonstate.edu/~nairnj

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edward Connolly  
View profile  
 More options May 9 2012, 2:51 pm
From: Edward Connolly <eddie...@yahoo.co.uk>
Date: Wed, 9 May 2012 19:51:02 +0100 (BST)
Local: Wed, May 9 2012 2:51 pm
Subject: Re: Error in Tree Charts in Book Script

Hi John

Thanks... Mary is now back in the tree where she belongs :)

Any idea about the other images I sent?

 
Eddie

  Eddies Extracts: http://freepages.genealogy.rootsweb.com/~econnolly/
  Eddies Blog: http://anextractofreflection.blogspot.com/
  On Facebook: http://facebook.com/eddiesextracts

________________________________
 From: John Nairn <johnana...@gmail.com>
To: geditcom-ii-discussions@googlegroups.com
Sent: Wednesday, 9 May 2012, 4:45
Subject: Re: Error in Tree Charts in Book Script

I think I did find a bug and not sure when or how it got there. It will be fixed in next version (along with some other book script improvements currently in development). In the mean time, you (and others using this script) should be able to fix it as follows:

1. Start GEDitCOM II
2. Hold down option key and choose Reports->Generations LaTeX Book from the scripts menu. This step will open the script for editing in the GEDitCOM Editing
3. Do Command-F (i.e. Find Command) and search for the text "treePerson(pppp"
4. Insert the following line just below the line found in step #3:

                   treePerson(pppm,4*hlen,29,True)

5. Make sure the indent to the start of this line is EXACTLY the same as the lines before and after it (a Python requirement)
6. Save the script
7. Go back to GEDitCOM II and try your book

Let me know how it works.

Thanks,
John

On May 8, 2012, at 12:42 PM, teddiec wrote:

I'll send you my file separately John... there are a few other places where names appear to be missing... all on the paternal lines

---------------
John Nairn (1-541-737-4265, FAX:1-541-737-3385)
Professor and Richardson Chair
Web Page: http://www.cof.orst.edu/cof/wse/faculty/Nairn/
FEA/MPM Web Page: http://oregonstate.edu/~nairnj

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Nairn  
View profile  
 More options May 10 2012, 1:20 am
From: John Nairn <johnana...@gmail.com>
Date: Wed, 9 May 2012 22:20:26 -0700
Local: Thurs, May 10 2012 1:20 am
Subject: Re: Error in Tree Charts in Book Script

I didn't notice the figures, but I looked at them now. The ones in the father's father's father's mother slot are now in the book (ater fixed bug). It looks the remaining ones are because those parents are not in the book. The trees is showing only names that are actually in the book and not extending to names in the file (if they are not in the book). The one exception is for parents of the root person in any tree - both parents are shown even if one is not in the tree.

The remaining question is way are they not in the tree and could they be added. The current method to populate a book is to:

1. For each source individual, find all their ancestors.
2. For each ancestor found in step 1 who has not further ancester (i.e., tree tops) find all descendants

In this process, parents of descendants may not have all their parents in the book. You could alter the book names by adding extra source individuals or by picking root individuals for an earlier generation.

Now it migth be possible to have those trees include parents of anyone in the tree (like it does for root generation), but it does not do it now. I will take a look at that.

On May 9, 2012, at 11:51 AM, Edward Connolly wrote:

---------------
John Nairn (1-541-737-4265, FAX:1-541-737-3385)
Professor and Richardson Chair
Web Page: http://www.cof.orst.edu/cof/wse/faculty/Nairn/
FEA/MPM Web Page: http://oregonstate.edu/~nairnj

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »