|
|
|
Forum Member
      
Group: Customers
Last Login: 9/15/2008 4:07:14 PM
GenoPro Version: 2.0.1.6
Posts: 32,
Visits: 146
|
|
| The tree in the report is not the same like in the Genopro and is not correct. Are there any way to fix that? 

Sorry for my poor English.... The relaitionship between us (me and English) could be more more better, but unfortunately it is not....... It's should be happy marriage, but in fact it's just non-sentimental cohabitation
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:31:29 AM
GenoPro Version: 2.0.1.6
Posts: 3,517,
Visits: 14,852
|
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: 9/15/2008 4:07:14 PM
GenoPro Version: 2.0.1.6
Posts: 32,
Visits: 146
|
|
But in Genopro Beta there was no problem...........
Sorry for my poor English.... The relaitionship between us (me and English) could be more more better, but unfortunately it is not....... It's should be happy marriage, but in fact it's just non-sentimental cohabitation
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:31:29 AM
GenoPro Version: 2.0.1.6
Posts: 3,517,
Visits: 14,852
|
|
Liliya_S (2/25/2007) But in Genopro Beta there was no problem...........Thanks for the feedback. This is very useful, because if it was working before, we can make it work again. Ron is currently away for a few days... Maybe he knows the answer. Lots of things have changed during the long Beta period.
|
|
|
|
|
Junior Member
      
Group: Customers
Last Login: 3/25/2007 1:06:37 PM
GenoPro Version: 2.0.1.0
Posts: 12,
Visits: 31
|
|
| I too look forward to a soution to Hebrew text - I have the same problem in the viewer. I also have the obvious problem in the text part, where the standard text is in English and the names are in Hebrew, thus making it difficult to read.
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: 9/15/2008 4:07:14 PM
GenoPro Version: 2.0.1.6
Posts: 32,
Visits: 146
|
|
| Hello all! After a few month break I am back to my geneology research and to Genopro. I find the lot of improovments into it and that great! I am really want to buy the genopro and finally to publish the results of my research in the last year (750+ persons in the tree), but without tree with true and readable information I can't do this. I posted this topic long time ago, but the problem don't solved until now. May be now, after this month, someone know how to fix it and can help me?
Sorry for my poor English.... The relaitionship between us (me and English) could be more more better, but unfortunately it is not....... It's should be happy marriage, but in fact it's just non-sentimental cohabitation
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:31:29 AM
GenoPro Version: 2.0.1.6
Posts: 3,517,
Visits: 14,852
|
|
Send me an email with one .svg file along with your .gno file and I will see what I can do. I have the feeling the browser plug-in to display SVG has difficulties displaying Hebrew text.
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:31:29 AM
GenoPro Version: 2.0.1.6
Posts: 3,517,
Visits: 14,852
|
|
| GenoPro displays the Hebrew text in four different ways, depending if I choose to Hebrew as the display language, or English, and depending on which computer I am using. Can someone tell me which is the proper way of displaying Hebrew text? 



As for the content of the .svg file you sent me, the generated SVG (XML) code appear correct. This is what GenoPro's report generated: <text style="stroke:none;font-size:22px;fill: black;text-anchor:middle;" x="497" y="1029.6" > <tspan x="501.4" dy="25">Yulia יוליה Kugel</tspan> <tspan x="501.4" dy="25">קוגל (Kotziuba</tspan> <tspan x="501.4" dy="25">קוציובה)</tspan> </text> | On your browser, the following three lines Yulia יוליה Kugel קוגל (Kotziuba קוציובה)
should display as Yulia יוליה Kugel קוגל (Kotziuba קוציובה)
On the other hand, Adobe SVG Viewer displays the generated code as the following which is incorrect: 
After playing with the SVG code, I managed to display the following: 
with this code: <text style="stroke:none;font-size:22px;fill: black;text-anchor:middle;" x="497" y="1029.6" > <tspan x="501.4" y="1054.6">Yulia יוליה Kugel</tspan> <tspan x="501.4" y="1079.6">קוגל (Kotziuba</tspan> <tspan x="501.4" y="1104.6">קוציובה)</tspan> </text> |
It appears the attribute dy="25" is causing the problem when displaying Hebrew text. On the other hand, specifying an absolute y-coordinate works fine. We will fix the report template script for the next update.
|
|
|
|
| | |