GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




Descendants Report Beta 3

Click to view RSS...
Author An update to the skin provided in in GenoPro 2.0.1.4
Posted Friday, January 11, 2008 - Post #20380
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,487, Visits: 27,238
The error whilst generating should not occur and I have been unable to reproduce it. If you have unzipped 4.0 into an existing folder did you also replace the contents of the 'Code' folder? It looks to me if you are using a the Dictionary.xml from 4.0 but descendants.js from an earlier version. This would account for the 'not enough arguments' error and the errors indicated by the blue arrows are also a result of this error.

Try unzipping 4.0 into an empty folder below your skins folder.

Regarding the red arrowed header problem, I don't know how to extend the header automatically at present. Perhaps dropping the font size would help.

The green arrowed issue only occurs when a couple is selected and I have found the cause. Correction is in the attached.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"


Edited: Friday, January 11, 2008 by Ron
Posted Saturday, January 12, 2008 - Post #20390
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
Important Contributors
GenoPro version: 3.1.0.1

Last Login: 2 hours ago
Posts: 449, Visits: 7,991
You are right Ron - completely erasing the old skin and installing v4.2 results in a perfect result. Thanks.
Posted Monday, January 21, 2008 - Post #20543
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Important Contributors
FamilyTrees.GenoPro.com
Customers
Translator
GenoPro version: 2.0.1.6

Last Login: Tuesday, December 16, 2008
Posts: 390, Visits: 1,271
To Ron:
Just a couple of remarks, following Genopro 2.0.1.4:
1) the process of <PhBurialTxt> doesn't exist in Descendants.js
2) What about adding a <PhFuneralTxt> and a <PhGodparentsTxt> phrases? Also perhaps a <PhCTTxt_...>?
3) 'sGender' could also be added at the end of the param list for:
   - <PhNameFriendlyTxt> (but irrelevant for the FR lang)
4) For <PhBirthAndDeathTxt>, the Dic comment param {5} should be removed, as the gender's already provided in param {0}.
5) The 1st space in the <PhOccupationTxt> template should be removed as strFirstCharUCase() doesn't work/show. From [{?!0} for {1} ] to [{?!0}for {1} ]
6) Finally, I found a new requirement for a DicMFU (and provision of i.Gender within the param list) for the Education Terminations. This may/will involve the provision of new 'PhET_...' phrases within the <ReportGenerator> tag as presently only provided within the <Enumerations> tag.
This comment is also applicable for the Main Report.
By the way, the Achievement 'Passed' and 'Failed' options are still not translatable despite my reported post 17769, item 1?
Thank you,
JC
Posted Wednesday, January 23, 2008 - Post #20571
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,487, Visits: 27,238
OK JC. I've got a bit of time now so hopefully can get something ready over this weekend. There is quite a bit yet to do on the Descendants report to get the level of detail up to the Narrative report standard.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Posted Wednesday, January 30, 2008 - Post #20632
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Customers
GenoPro version: 3.0.1.1

Last Login: Friday, April 9, 2021
Posts: 21, Visits: 422
It is possible to put images in this report?
Posted Sunday, February 3, 2008 - Post #20677
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,487, Visits: 27,238
To JC: I has taken a little longer than expected to release this next version but it has been delayed whilst amending the Narrative Report. Hopefully the attached version includes all that you have asked for. i.e. funeral, burial, godparent and custom tag reporting, as well as social & emotional relationships. Also added is any text from the _Narrative custom tag for any extra narrative required. To facilitate this there is also a <?plain?> custom markup tag for text that is only to appear on non-html content e.g. the descendants report and not the web narrative report.

Let me know if you feel there are other omissions. Feel free to point out any issues with translation too.

I feel it has reached the point where, fingers crossed,  I can drop the beta tag.

To EDilena. This feature is not in the current report. It was my original intention to provide this at some point. It is not something I am currently working on but possibly later in the year if I can work out the code needed to achieve it!


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"


Edited: Sunday, February 3, 2008 by Ron
Posted Saturday, February 9, 2008 - Post #20738
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Important Contributors
FamilyTrees.GenoPro.com
Customers
Translator
GenoPro version: 2.0.1.6

Last Login: Tuesday, December 16, 2008
Posts: 390, Visits: 1,271
To Ron:
It is basically impossible, with all available options/fields to fully check but here are a few noted points, including some translations issues (which you may not have implemented yet):

1) in Descendants.js, <PhERTxt_...>: the params sGender1="F", sGender2="F" and sGender1=sGender2 (lines 530 & 532) should be with double = signs, i.e. sGender1=="F", as the boolean true/false is not working/properly passed.
Note: there may be other similar bolean locations in the Desc.js file but I didn't check.
2) in Dic, <PhUnionTxt...>: param 8 doesn't seem to exist!
3) in config, the word hierarchical should be corrected (2 places).
4) the lookup (for places & occupations) in NameDic doesn't work.
5) the dual-field {?EN:...}{?FR:...} doesn't work (noted for places and comments).
6) <LocativeProperNoun> substitution doesn't work.
7) <PlacePrefix_Country_M/F> doesn't work.
8) <PhEducationTerminationTxt>: the code for param {4} picks up the text from the <Enumerations->EducationTermination> tag instead of the corresponding <PhET_...> text.
finally
To Genopro:
9) I set up some custom tags on the Tag Editor Family and Union tabs.
Question: How can the Union custom tags be input as the only ones showing/available in the Fam prop panel are the Fam custom tags?
Presently I cannot test/play with Ron's <PhUnionTxt...> and <PhUnionEndTxt...>.
Comment also valid for the Main Rep.
Thank you,
JC

Posted Friday, February 15, 2008 - Post #20776
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,487, Visits: 27,238
I believe I have addresssed all of the issues raised in your post JC with the attached revison. One or two I didn't find any problem. e.g. dual language fields but I do more testing as well.

I don't know if Dan has picked up on the problem with Union custom tags Unsure, so perhaps a little nudge here! Under the Union Tab of the Family Properties dialog it seems that there is an 'Edit' button missing from the header of the Unions & Marriages table. One is required similar to that in the Occupations or Educations Property Dialogs. The only way at present to amend custom tags in Unions is to use the Table Layout view for Unions and change the tags data there.

Update: revised for accented/Unicode chars in skin folder path
Update 2008/02/24:  fixed translation issues.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"


Edited: Sunday, February 24, 2008 by Ron
Posted Friday, February 15, 2008 - Post #20779
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Tuesday, February 3, 2026
Posts: 4,886, Visits: 22,803
Ron (2/15/2008)
I don't know if Dan has picked up on the problem with Union custom tags Unsure, so perhaps a little nudge here! Under the Union Tab of the Family Properties dialog it seems that there is an 'Edit' button missing from the header of the Unions & Marriages table. One is required similar to that in the Occupations or Educations Property Dialogs. The only way at present to amend custom tags in Unions is to use the Table Layout view for Unions and change the tags data there.

No, I did not saw the post until today.  At the moment, the Union object does not have its property dialog, hence no Edit button.  I believe other suggestions have made to improve the Union properties.  There is some work required in this area.

Posted Sunday, February 17, 2008 - Post #20793
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Important Contributors
FamilyTrees.GenoPro.com
Customers
Translator
GenoPro version: 2.0.1.6

Last Login: Tuesday, December 16, 2008
Posts: 390, Visits: 1,271
To Ron:

With your new 2.0.1.5RC2 and OO, the EN Rep is coming up OK but with my FR Rep I keep getting this error message:

I checked the different files in my EN Desc Rep Dir and in the FR one and attached the 3 diff files for debug.

Hope you'll find the problem. Thanks.

JC

Config.xml (23 views, 4.60 KB)
Dictionary.xml (24 views, 120.04 KB)
NameDictionary.xml (20 views, 3.69 KB)



Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse