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


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

By Mantreat - Sunday, July 22, 2007
Popup timeline display correctly but in the individual page or family page it is just a frame.

Page error:

I use IE7.

Would you please describe the way of solution of this problem?

Thank You.

By genome - Sunday, July 22, 2007
I have been unable to diagnose the problem from the information supplied. Are you using a custom skin, and if so is it based on the built-in skin from the version of GenoPro you are using?

The generated HTML file for the individual in your example should have a 'SCRIPT' section towards the beginning where the timeline events are created in a Jscript object. For example the section in Harry Potter's html file has

<script>
var tl, tlParam = new Object();
tlParam.unit = 8; tlParam.pixels=70; tlParam.duration = true
tlParam.nowTag = ' now';
tlParam.wrapEvents = true;
tlParam.json0 = {
'events' : [

{ 'start' : '31 Jul 1980', 'end' : '22 Jul 2007', 'isDuration' : 'false', 'title' : 'Birth 31 Jul 1980 - ', 'icon' : 'images/gender_M.gif', 'color' : '#1E90FF'},
{ 'start' : '01 Jan 1991', 'end' : '01 Jan 1998', 'isDuration' : 'false', 'title' : 'Hogwarts 1991 - 1998', 'icon' : 'images/education.gif', 'color' : '#9ACD32'}]};
tlParam.date = '31 Jul 1970';
</script>

For some reason the section in your file is either missing or invalid. If you send me either your .gno file or a sample .gno file I will investigate further. Use GenoPro's File/Send menu item to do this.