|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 9:05:20 AM
GenoPro Version: 2.0.1.5
Posts: 688,
Visits: 5,094
|
|
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 @ 12:07:01 PM
GenoPro Version: 2.0.1.6
Posts: 3,366,
Visits: 13,771
|
|
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 @ 12:07:01 PM
GenoPro Version: 2.0.1.6
Posts: 3,366,
Visits: 13,771
|
|
| 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 @ 11:01:14 AM
GenoPro Version: 2.0.1.5
Posts: 1,029,
Visits: 4,709
|
|
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 @ 12:07:01 PM
GenoPro Version: 2.0.1.6
Posts: 3,366,
Visits: 13,771
|
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 9:05:20 AM
GenoPro Version: 2.0.1.5
Posts: 688,
Visits: 5,094
|
|
| Thanks for this update, works ok now.
|
|
|
|