|
|
Important Contributors FamilyTrees.GenoPro.com Customers Translator GenoPro version: 2.0.1.6
Last Login: Tuesday, December 16, 2008
Posts: 390,
Visits: 1,271
|
Still with my trial tree, I noticed the following:1) when a 'Social & Emotional Relationships' title is only shown, the brown/black 'expand2' icon is not displayed. 2) the tooltip of a relation with a dual-lang comment is not processed: 
3) my Social Entity shows without the background color and with the 'Frameset' phrase. For info, the whole header, in the generated 'entities.htm' file, has not been copied. It only starts at: </div> <h1>Groups & organizations</h1> ... 
4) With the Config Param 'LangShowOthers' = "Y", I got this: 
Is it supposed to be like that? 5) clicking on a place brings the following message. I checked the Dir in question and there is no place-placexxxxx.htm files generated. 
6) I changed the config param 'fJoinPlaceNames' to "Y" and noticed: a. in the narrative, the places are shown twice. The 1st ones are with links, not the others. b. in the index, the place (La Brigarde) is listed 3 times! Is it supposed to be like that? I set this place using parents: France and Chambéry. Also for info, in the config Doc para., the 'fJoinPlaceNames' default should say "N". 
Thank you, JC
|
|
|
Customers GenoPro version: 2.0.1.6
Last Login: Tuesday, November 10, 2015
Posts: 102,
Visits: 499
|
I also ran into the problem with the place. Clicking on a seperate place name causes the error, navigating through the list of places works fine.rgds, Ronald
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Yesterday @ 10:25 PM
Posts: 3,419,
Visits: 26,417
|
Thanks, JC, once more for your meticulous observations and apologies once more for my less than meticulous testing! Hopefully I have managed to fix all the points raised in the attached revised skin. Regarding point 6 (b), with hierarchical places showing many times, I believe this was raised before and I had intended to change it to only expand the top level place, i.e. places with no parent place. I omitted to do that at the time but have now implemented it. Files modified from 2.0.1.2 in the attached skin are entities.htm, Init.htm, place.htm, genomap.svg, Code\lang.vbs, Code\util.vbs, Dictionary.xml (cosmetic), entity.xml (cosmetic). Updated to include JC's fix for Notes on Twins Update see later post for revised skin
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Saturday, December 15, 2007 by
Ron
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, March 21, 2021
Posts: 716,
Visits: 12,927
|
Still have some ?htm? code in company/employer field (images). How can I get rid of these in the descendants report?
|
|
|
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 2.0.1.3RC2 Custo Skin, it's getting better. So far all the comments look OK. Still with the Config param 'LangShowOthers' = "Y", some problems remain (Occu, Pict name & Sources):
Don't forget to also correct the 2 items in the Timeline. For the sources, the list coming up in the Right Pane is not OK either. and the tooltip of a relation (the 'love' green one): 
I also noticed something about places but I need to test a bit more. One thing at a time. See you soon. Thank you Ron, JC
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
Ron (12/11/2007)
Files modified from 2.0.1.2 in the attached skin are entities.htm, Init.htm, place.htm, genomap.svg, Code\lang.vbs, Code\util.vbs, Dictionary.xml (cosmetic), entity.xml (cosmetic). Updated to include JC's fix for Notes on Twins Fabulous job Ron, I'm at the testing stage for updating my tree after Christmas so I tried your latest skin with my personalised home page etc. and found the result almost perfect. The only thing I would like to change is the default expansion of some fields as follows; I discovered how to get the Personal Details and Children to Open as default in the Individual and Family pages but noticed that this opened the Occupation details and other fields as well whereas the Comments are opened with another button (blue). How can I have the Personal Details and Children expand without having all the others as well ? This is the only improvement I would like personally as many of the other features I haven't tested as I don't use them. Perhaps a third Expand button would be possible (+) ?
|
|
|
Important Contributors FamilyTrees.GenoPro.com Customers Translator GenoPro version: 2.0.1.6
Last Login: Tuesday, December 16, 2008
Posts: 390,
Visits: 1,271
|
Places Bug: I entered some places in my trial tree:
LaBrigarde has a parent Chambéry and Chambéry has a parent France. In the following screenshot, France and Barcelona don't appear in the index. Moreover, when I click on their name/link the same IE type of error as my initial screenshot No. 4 come up because the associated place-placexxx3&5.htm files have not been generated. As far as Barcelona is concerned, I don't know why the page is not generating? 
With the param 'fJoinPlaceNames' = "Y", I personally think the red underlined places (the parents) should not be listed. Or should they? 
I attached my .gno file for observation & debug. Finally for today, I set the param 'LangShowOthers' to "Y" and noticed the interruptions of some of my phrases by the 'other language'. Would it be possible, disregarding the order of the languages input in the field, to first write the text associated with the Rep Lang, followed by the other Lang(s) as shown: 
Thank you Ron. A very good job, JC
reTery.gno
(154 views,
3.90 KB)
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Yesterday @ 10:25 PM
Posts: 3,419,
Visits: 26,417
|
IainTait (12/12/2007) How can I have the Personal Details and Children expand without having all the others as well ? Change line ~515 in Code\Lang.vbs from Report.WriteFormattedLn " <li class='xT2-{} xT-h' onclick='xTclk(event,""2"")'>", Util.IfElse(g_fCollapseReferences, "c", "o") to Report.WriteFormattedLn " <li class='xT2-{} xT-h' onclick='xTclk(event,""2"")'>", "o" | and line ~527 from Report.WriteFormattedLn " <li class='xT2-{} xT-h' id='Children' onclick='xTclk(event,""2"")'>", Util.IfElse(g_fCollapseReferences, "c", "o") to Report.WriteFormattedLn " <li class='xT2-{} xT-h' id='Children' onclick='xTclk(event,""2"")'>", "o" |
Lines are approx. as I may have changed mine. This is untested but I believe it is correct.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
Thanks Ron, it worked a treat and my report is now perfect :(untill you invent some other novelty that we hadn't thought of and we discover that we can't do without!)
Edited: Thursday, December 13, 2007 by
IainTait
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Yesterday @ 10:25 PM
Posts: 3,419,
Visits: 26,417
|
jcguasp (12/13/2007) I attached my .gno file for observation & debug.
Thanks for the test file JC it proved invaluable in sorting out these issues and a couple more besides. Hopefully most are fixed in the attached revision of the Narrative skin. Regarding popular places in home.htm: France is there because of the reference to the child place, and Chambéry, France because of its child place and also a direct reference from Jacqueline Nostril. I have left parent places such as France in the list as normally they will not rank highly in the popular places. Regarding your last point about the order of multi-lingual fields: I believe I know how to resolve this but coding and testing will take a little more time and I will tackle that another day. Multi-lingual fields in the indexes act a little strangely as the first click will activate the hyperlink as well as expanding the language specific text. It is technically feasible to prevent this by stopping the click event 'bubbling' to the hyperlink but again this would take some time to implement and I wonder whether it is necessary. Update RC4 uploaded to correct problem with multiline comments in RC3.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Saturday, December 15, 2007 by
Ron
|