|
|
|
Famous Writer
      
Group: Customers
Last Login: Today @ 4:42:15 AM
GenoPro Version: 2.0.1.6
Posts: 474,
Visits: 1,257
|
|
| 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
|
|
|
|
|
Forum Guru
      
Group: Customers
Last Login: 11/12/2008 5:00:44 PM
GenoPro Version: 2.0.1.6
Posts: 120,
Visits: 431
|
|
| 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
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 7:08:51 AM
GenoPro Version: 2.0.1.6
Posts: 1,145,
Visits: 5,354
|
|
| 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"
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: 2 days ago @ 2:31:31 AM
GenoPro Version: 2.0.1.6
Posts: 717,
Visits: 6,045
|
|
| Still have some ?htm? code in company/employer field (images). How can I get rid of these in the descendants report?
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: Today @ 4:42:15 AM
GenoPro Version: 2.0.1.6
Posts: 474,
Visits: 1,257
|
|
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
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: 11/13/2008 6:10:56 AM
GenoPro Version: 2.0.1.4
Posts: 438,
Visits: 3,412
|
|
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 (+) ?
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: Today @ 4:42:15 AM
GenoPro Version: 2.0.1.6
Posts: 474,
Visits: 1,257
|
|
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
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 7:08:51 AM
GenoPro Version: 2.0.1.6
Posts: 1,145,
Visits: 5,354
|
|
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"
|
|
|
| | |