GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Narrative_2014.08.14. This is only my problem?


https://support.genopro.com/Topic34098.aspx
Print Topic | Close Window

By Alex - Saturday, October 25, 2014
I have a problem with Narrative_2014.08.14 (on local PC and in the familytrees.genopro.com) - 
Tree Diagram, Tree Timline and Event Calendar probably to open only in new page or in new 
window and it is impossible to open the left button of the mouse as usually (Please see my 
http://familytrees.genopro.com/Alex/Test/ and
http://familytrees.genopro.com/Alex/Ancestor/).
After replacement of a line 709 in a file script.js on line 709 from script.js Narrative_2014.04.10 - all correct.
But (!) I do not see this problem in Reports Narrative_2014.08.14 of other users - 
By genome - Sunday, October 26, 2014
I viewed your example with Chrome and under its Developer Tools (F12) I can see the problem lies in default.htm where once again I have forgotten Blush about VBScript's localisation of boolean values so at line 17 we end up with the Russian for 'false' 
if (ложь) {
 setPopup = '100%'; 
} else {
 setPopup ='65%'; 
}
I need to change line 24 of the template default.htm
if (@[ Report.WriteText LCase(Session("MaxPopup") & "")]@) {
to
if (@[ Report.WriteText Util.IfElse(Session("MaxPopup"), "true" , "false")]@) {


I can also see there is a problem with the SVG markup with commas creeping in in some places instead of a full stop and so you are missing some lines on the drawing. I thought I had fixed this but I will look at it again.
By bertuc - Monday, October 27, 2014
I have same problem. http://support.genopro.com/Topic33958.aspx?Keywords=genomap
What I must change for correct display?

Thank you.
By genome - Tuesday, October 28, 2014
The answer was given in my earlier post.  However attached is an amended version of the 'default.htm' template that you can drop in to your downloaded skin folder to replace the erroneous one.




I will publish a revised skin with correction to this and the SVG decimal point issue at a later date.
By Alex - Tuesday, October 28, 2014
I have replaced a line  24 of a pattern default.htm - everything is OK.
Thank you Ron.
By bertuc - Tuesday, October 28, 2014
Oh sorry. Now is everything OK.

Thank you