|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 7:11:28 AM
GenoPro Version: 2.0.1.6
Posts: 694,
Visits: 5,324
|
|
For my japanese report need to switch the prefix (in, at, etc.) for places to suffix position. Tried to switch from {0} {1} to {1} {0} in dictionary.xml, but nothing happens.
Please explain.
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 11:11:56 AM
GenoPro Version: 2.0.1.6
Posts: 3,413,
Visits: 14,137
|
|
I presume you are talking about the dictionary entry _FmtPlaceNarrative.<!-- 0=place prefix, 1=place name --> <_FmtPlaceNarrative T=" {1}{0}"/> |
You are right however it does not nothing. I ran the code and was was unable to get to a single breakpoint using this variable. Maybe the English Narrative Report skin does not use this built-in prefix feature. I am investigating the issue...
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 11:11:56 AM
GenoPro Version: 2.0.1.6
Posts: 3,413,
Visits: 14,137
|
|
| If you try the following code with | <_FmtPlaceNarrative T=" {1}({0})"/> <!-- 0=place prefix, 1=place name --> |
you will get the following output using Harry Potter's sample family tree: Place Narrative: Beauxbatons(in) Place Narrative: Diagon Alley(in) Place Narrative: Egypt(in) Place Narrative: France(in) Place Narrative: Hogwarts(in) Place Narrative: Romania(in) Place Narrative: Smeltings(in)
As a result, I can conclude the dictionary entry _FmtPlaceNarrative is working fine, however the tag NameNarrative is never used in the English Narrative Report. Since Ron wrote this code, I will consult him to grasp a better understanding.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 1:31:32 PM
GenoPro Version: 2.0.1.5
Posts: 1,069,
Visits: 4,885
|
|
I have a fix for this. I needed to use the Dictionary phrase _FmtPlaceNarrative in the routine StrHtmlHyperlink in Util.vbs. I will forward it to Dan today.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 11:11:56 AM
GenoPro Version: 2.0.1.6
Posts: 3,413,
Visits: 14,137
|
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 7:11:28 AM
GenoPro Version: 2.0.1.6
Posts: 694,
Visits: 5,324
|
|
| Thanks for this update, works ok now.
|
|
|
|