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

GenoPro Support Forum




Dots in Pedigree Chart

Click to view RSS...
Author
Posted Thursday, November 3, 2011 - Post #29305
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
GenoPro version: 2.5.4.1

Last Login: Wednesday, June 2, 2021
Posts: 220, Visits: 14,736
It depens also on the tag PedigreeChartDate. In English dictionary is defined as <PedigreeChartDate T="[|~|&lt;|&gt;]dd MMM yyyy" />. There are not two dots, but two spaces instead (on the picture by the Unknown person). In Czech is the tag defined as <PedigreeChartDate T="[|~|&lt;|&gt;]d.M.yyyy" />. And that why two dots.

* is also the symbol for born, I must change * as next generation mark to another Wink
Posted Thursday, November 3, 2011 - Post #29304
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 3 hours ago
Posts: 282, Visits: 12,504
And I do not see this bug (two dots) in English and in Russian Reports after similar change in English and in Russian dictionary:
<FmtDateShort>[|~|&lt;|&gt;]d.MMMM.yyyy</FmtDateShort>
<PedigreeChartDetails T="-[ * [{0}][{1}]][{!0|2} - ][ + [{2}][{3}]]"/>


Posted Thursday, November 3, 2011 - Post #29303
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 3 hours ago
Posts: 282, Visits: 12,504
Symbol ( * ) is used in note for Ancestor Pedigree Chart:

... *There are earlier generations for the ancestor(s) indicated...  Smile
Posted Wednesday, November 2, 2011 - Post #29288
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
GenoPro version: 2.5.4.1

Last Login: Wednesday, June 2, 2021
Posts: 220, Visits: 14,736
No success, but you can change
<PedigreeChartDetails T="{&#32;}[[* {0}][{1}]][{?0^2}{?0^3}{?1^2}{?1^3} &#8211; ][[† {2}][{3}]]"/>
for better look Smile







Edited: Wednesday, November 2, 2011 by powery
Posted Wednesday, November 2, 2011 - Post #29287
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 3 hours ago
Posts: 282, Visits: 12,504
"...The desired output is:

- * 1904 - + 1954  ..."

I do so:
<FmtY>[|~|&lt;|&gt;]yyyy</FmtY>   
<FmtDateShort>[|~|&lt;|&gt;]yyyy-MM-dd</FmtDateShort>
In English dictionary:
<PedigreeChartDetails T="-[ b.[{0}][{1}]][ d.[{2}][{3}]]"/>
In my Russian dictionary:
<PedigreeChartDetails T="([р.[{0} -][{1}]][- ум.[{2}][{3}]])"/>

Result (see http://familytrees.genopro.com/Alex/Ancestor/ ):
(р.1796 -- ум.22 дек. 1882)
(р.1798 -- ум.<  1858)
(р.27 сен. 1880 -- ум.14 апр. 1941)
(р.1858 -)
(- ум.<  1834)

Сhange 'р.' and 'ум.' on '*' and '†' :
<PedigreeChartDetails T="([* [{0} -][{1}]][- † [{2}][{3}]])"/>

Result:
(* 1796 -- †22 дек. 1882)
(* 1798 -- †<  1858)
(* 27 сен. 1880 -- †14 апр. 1941)
(* 1858 -)
(- †<  1834)
Posted Tuesday, November 1, 2011 - Post #29274
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
GenoPro version: 2.5.4.1

Last Login: Wednesday, June 2, 2021
Posts: 220, Visits: 14,736
Thanks, it was not easy to explain it Wink
Posted Tuesday, November 1, 2011 - Post #29273
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: Yesterday @ 8:21 PM
Posts: 3,426, Visits: 26,508
Sorry, yes this is a bug and GenoProSupport needs to take another look at it.  Perhaps I should have done some testing myself before replying rather than assuming the comments by GenoPro in the Dictionary were correct i.e. the comments preceding the FmtShortDate/FmtLongDate

<!-- Short and long date formats are only taken if day month and year are known, otherwise the default date format is used --> <!-- date.ToString("d") --> <FmtDateShort>[|~|&lt;|&gt;]yyyy-MM-dd</FmtDateShort>    <!-- 2006-01-31 -->  <!-- date.ToString("D") --> <FmtDateLong>[|about |before |after ]dddd, MMMM D, yyyy</FmtDateLong>   <!-- Monday, January 31st, 2006 -->

are not correct because the default date formats are not used when day or month are not present.  i.e. date.ToString("d") produces no output if 'date' does not have a day and/or month.





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


Edited: Tuesday, November 1, 2011 by genome
Posted Tuesday, November 1, 2011 - Post #29272
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
GenoPro version: 2.5.4.1

Last Login: Wednesday, June 2, 2021
Posts: 220, Visits: 14,736
But if it' set as above, the date to the output is preset only if it's full date. And no ~>< are preset.
Posted Tuesday, November 1, 2011 - Post #29271
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: Yesterday @ 8:21 PM
Posts: 3,426, Visits: 26,508
No you need
<PedigreeChartDate T="d" />
for the reason explained earlier Wink



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


Edited: Tuesday, November 1, 2011 by genome
Posted Tuesday, November 1, 2011 - Post #29270
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
GenoPro version: 2.5.4.1

Last Login: Wednesday, June 2, 2021
Posts: 220, Visits: 14,736
No success Sad

I would like to recapitulate this:
<PedigreeChartDate T="[|~|&lt;|&gt;]d.M.yyyy" />

<FmtDateShort>[|~|&lt;|&gt;]d.M.yyyy</FmtDateShort>


And the output in pedigree chart is still wrong, if only year is set in date field. It's ok for the full date with day, mohth and year and the date with month and year.
The wrong output looks like:

* ~..1804 or * <..1804 or * >..1804







Edited: Tuesday, November 1, 2011 by powery


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse
Active: 3 - 1 guest, 1 member, 0 anonymous.
Refresh