|
|
Customers GenoPro version: 2.0.1.1
Last Login: Sunday, November 18, 2007
Posts: 6,
Visits: 15
|
I'm using Firefox and I have no "browse button" so I cannot send the pics ! cf post 13867
Phil
|
|
|
Important Contributors Customers GenoPro version: 3.1.0.1
Last Login: Saturday, December 28, 2024
Posts: 193,
Visits: 4,270
|
|
|
|
Customers GenoPro version: 2.0.1.1
Last Login: Sunday, November 18, 2007
Posts: 6,
Visits: 15
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 6 hours ago
Posts: 1,590,
Visits: 32,147
|
I'm using Firefox and I have no "browse button" so I cannot send the pics ! cf post 13867
If you use IE Tab plug-in you can switch into IE mode just for the sites that insist on using MS specific features
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 6 hours ago
Posts: 1,590,
Visits: 32,147
|
When I select Date of birth and date of birth I get it (i.e. <, > or a tilde) but not when I select DisplayTopLabel (i.e. just d. or b. and year). Depends on what you want to display. At present GenoPro has a small preset list of display options. The use of the Custom Tag means you can display almost exactly what you want. There are several options in the XML toolkit and if they are not enough the results can be changed.
There are two ways to do this. Either modify Toolkit.js in the skin or more simply edit the Custom tag directly in the table. Depends on how many samples need changing. (NB I have not attempted to modify the skin myself)
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,443,
Visits: 26,653
|
appleshaw (11/16/2007) There are several options in the XML toolkit and if they are not enough the results can be changed.
There are two ways to do this. Either modify Toolkit.js in the skin or more simply edit the Custom tag directly in the table. Depends on how many samples need changing. (NB I have not attempted to modify the skin myself)There is a third way that is my recommendation - edit the Dictionary.xml file in the XML Toolkit. Phil would like to see the date approximation symbols. this can be achieved by using the GenoPro Report Generator Date 'ToString' method. This is means changing the 1st option in the dictionaryfrom <IndividualCustomTag1 C1="Year of Birth or Baptism & Death or Burial (b./bpt. yyyy - d./bur. yyyy)"
T="[b. {0}][{?!0}bpt. {1}][{?0|1}{?2|3} - ][d. {2}][{?!2}bur. {3}]" P="i.Birth.Date.Year, i.Birth.Baptism.Date.Year, i.Death.Date.Year, i.Death.Disposition.Year"/> to <IndividualCustomTag1 C1="Year of Birth or Baptism & Death or Burial (b./bpt. yyyy - d./bur. yyyy)"
T="[b. {0}][{?!0}bpt. {1}][{?0|1}{?2|3} - ][d. {2}][{?!2}bur. {3}]" P="i.Birth.Date.ToString("[|~|<|>]yyyy" ), i.Birth.Baptism.Date.ToString("[|~|<|>]yyyy" ), i.Death.Date.ToString("[|~|<|>]yyyy" ), i.Death.Disposition.Date.ToString("[|~|<|>]yyyy" )" /> |
Note that in XML the entity " represents a double quote " symbol and < > represent < and > respectively, and so .ToString("[|~|<|>]yyyy" ) in Dictionary.xml actually gets read by the Report Generator as .ToString("[|~|<|>]yyyy")
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Friday, September 21, 2012 by
genome
|
|
|
Customers GenoPro version: 2.0.1.1
Last Login: Sunday, November 18, 2007
Posts: 6,
Visits: 15
|
Hello Ron,
Thanks again.
In fact it's not the IndividualCustomTag1 I need to modify but the IndividualCustomTag4 and the IndividualCustomTag6 because I use all the 5 lines.
I have made this change
T="[b. {0}][{?!0}[bpt. {1}]]" P="i.Birth.Date.ToString("" ), i.Birth.Baptism.Date.ToString("" )"/>
to
T="[b. {0}][{?!0}[bpt. {1}]]" P="i.Birth.Date.ToString("[|~|<|>]yyyy" ), i.Birth.Baptism.Date.ToString("[|~|<|>]yyyy")"/>
but it doesn't work !
Thanks for your help Ron.
Phil
Edited: Friday, September 21, 2012 by
genome
|
|
|
Customers GenoPro version: 2.0.0.1
Last Login: Wednesday, June 9, 2010
Posts: 2,
Visits: 15
|
I am really a novice at all of this. Here's what I need to do. I need to add 2 custom tags to a genogram. The custom tag Tab is Health History; the custom tags are Illness 1 and Illness 2.I have downloaded and unzipped the XML Toolkit and have placed the 3 extracted files in the Skin folder. The form displays perfectly when I click on Generate. The 'instruction' at the birth-death and marriage-divorce drop downs indicated that I should refer to the dictionary. When I open the dictionary, it looks like I have to add some html [with which I am only remotely familiar!]. Can someone help me get these 2 custom tags to appear on my genogram or on a printed copy of it? Jim
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 6 hours ago
Posts: 1,590,
Visits: 32,147
|
Have you looked at the Help file, particularly http://www.genopro.com/help/custom-tags/
You can create custom tags directly and use the Display menu to choose which tags to show. The XML Tool kit is there to provide extra features but these are mainly to extend the information found related to baptism or marriage and also data created in gedcom files. You could use it to create a Tag with a specific name but the Tag Editor is your best bet
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,443,
Visits: 26,653
|
You are almost there Jim.Edit the Dictionary.xml file in the custom skin folder you have created, add these lines after IndividualCustomTag8 <IndividualCustomTag9 C1="Illness 1" T="{0}" P="i.Illness1"/> <IndividualCustomTag10 C1="Illness 2" T="{0}" P="i.Illness2"/> |
I am assuming your Custom Tag names are Illness1 & Illness2 Now when you use Generate Report, you should see Illness 1 & Illness 2 in the drop down list. You can select Illness 1 for the 1st line and Illness 2 for the 2nd line, or any other combination of fields you require. Then click OK to generate the modified .xml file. Then open the generated .xml file with GenoPro and use the Display / All Custom Tags Menu item to set the top display for each individual to the DisplayTopLabel Custom Tag. And there you have it. Note that you will need to run the XML Toolkit each time you want an updated genogram as the generated DisplayTopLabel custom tag will not be updated by GenoPro.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Saturday, September 27, 2008 by
Ron
|