|
|
|
Famous Writer
      
Group: Customers
Last Login: 10/11/2009 6:10:25 AM
GenoPro Version: 2.0.1.6
Posts: 243,
Visits: 4,026
|
|
Ron (8/17/2007)
I'm confused by bidirectional stuff and so I have fixed this issue with a hack - I place 'nth birthday' bit in a <span> element with dir='ltr' attribute. This seems to stop the browser placing the rtl (e.g. Hebrew) name to the right of the number. The problem is still sometimes there. Here is an example
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 5:50:33 AM
GenoPro Version: 2.0.1.6
Posts: 758,
Visits: 6,290
|
|
Ron, I have another small problem when making a German report. I need to set the weekdays to 2 digits rather than the 3 for English at the moment. (Mo, Di, Mi, Do, Fr, Sa, So) What needs to be changed?
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
beraha (8/18/2007) The problem is still sometimes there. Ok I'll look further. It would be helpful if you could post or send me a small sample .gno file with mixed English/Hebrew names. maru-san (8/19/2007) I need to set the weekdays to 2 digits rather than the 3 for English You can just set the required value in a 'S' attribute for each day of the week in the Dictionary <DateFormatting> section e.g. <Weekdays> <Mon S="Mo">Montag</Mon> <Tue S="Di">Dienstag</Tue>etc.
|
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
| Thanks for the test file Kobi. I have updated the skins with just a change to the Dictionary.xml to use the html <bdo> tag instead of <span> around just the ordinal number. It all looks OK now with your test file. I found this useful tutorial on dealing with bidirectional text in HTML.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
I have made a couple of tweaks to the code so that links to the Narrative Report from a standalone calendar behave correctly when the standalone calendar is within a frameset. script.js has been changed so that it detects when the Narrative Report is within a different frameset. This means the original Narrative Report to which the calendar links must be regenerated (or at least script.js updated) for this change to work. Again for the standalone report, I have added a LinkPrefix variable to layercalendar.js and calendar.htm so that the links go to the Narrative Report frameset directly, rather than to the individual page first and then to the frameset.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: 10/11/2009 6:10:25 AM
GenoPro Version: 2.0.1.6
Posts: 243,
Visits: 4,026
|
|
Ron (8/21/2007) I have made a couple of tweaks to the code so that links to the Narrative Report from a standalone calendar behave correctly when the standalone calendar is within a frameset. script.js has been changed so that it detects when the Narrative Report is within a different frameset. This means the original Narrative Report to which the calendar links must be regenerated (or at least script.js updated) for this change to work. Again for the standalone report, I have added a LinkPrefix variable to layercalendar.js and calendar.htm so that the links go to the Narrative Report frameset directly, rather than to the individual page first and then to the frameset.Thanks Ron The Frameset issue was solved now I'm so Happy to have that great feature. I Would suggest to change the line: document.write("<FONT SIZE=1>" + tmp + "</FONT>"); into: document.write("<FONT SIZE=2>" + tmp + "</FONT>"); It's much readable that way.
|
|
|
|
|
Forum Writer
      
Group: Customers
Last Login: Yesterday @ 9:31:52 PM
GenoPro Version: 2.0.1.6
Posts: 54,
Visits: 2,029
|
|
Hi Ron! In Calendar (Narrative_2.0.1.0RC10) do not change month. And in all previous versions: - In Configuration Settings: Picture Settings - Show picture name below picture? – “NO”. But picture name is showing in Report. (?)
Thanks. Alex.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
| Thanks for reporting these issues Alex. I had made some changes to the calendar to remove the need for cookies and only tested the standalone version of the calendar which works fine - this is what we know in the UK as 'Sod's Law' - if anything can go wrong -it will! I'll look into it, also the picture thingy.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
| Ok I think the calendar is now fixed (attachments updated). With the picture name, there were some typos in the Config Params in the Dictionary. Show picture name below picture? should be Hide picture name below picture?. Also fUsePictureID should be fUsePictureId. I have also changed picture name to picture title to reflect the fact that the 'Picture Name' field in GenoPro does not have to be the filename - you change it to any title you wish (and you do not have to rename your pictures!).
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Junior Member
      
Group: Customers
Last Login: 9/17/2009 7:06:52 PM
Posts: 12,
Visits: 123
|
|
| Dear friends, I have found a little bug in the calendar. Whenever I have a birthday on the current date, it displays the age as if the person was becoming a year older. Only happens when the birthday matches the current day. And I have a request... is there a way to print in the calendar also birthdays of people whom I do not have the year of birth, but I have the rest of the date??? Thanks, PACO LUNA
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
Thanks for reporting this Paco. I hope I have found the solution in this post (unzip attachment as custom skin)
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: 10/11/2009 6:10:25 AM
GenoPro Version: 2.0.1.6
Posts: 243,
Visits: 4,026
|
|
| Here is a small problem I've just found about the calendar (Tested only at the stand-alone version): If someone has a birthday today and you generate a report on the same day that he has a birthday, the calendar will show that he is older in one year then he really is. e.g: 1. create an individual who has a birthday today and he is 1 years old. (He was born last year at the same day). 2, generate a stand-alone calendar report 3. the result will be that he is 2 !! years old. of course - it's a mistake.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
beraha (10/9/2007) Here is a small problem I've just found about the calendar (Tested only at the stand-alone version): If someone has a birthday today and you generate a report on the same day that he has a birthday, the calendar will show that he is older in one year then he really is. Hugo reported a similar problem earlier and this has been fixed in the Narrative Report version of the calendar and my testing does not show this problem. I do not intend to maintain the standalone version as the code is identical to the one embedded in the Narrative Report. Could you try replacing the layercalendar.js and calendarevents.js files in your standalone skin with the sames files from the latest Narrative Report skin and see if that fixes it?
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: 10/11/2009 6:10:25 AM
GenoPro Version: 2.0.1.6
Posts: 243,
Visits: 4,026
|
|
Ron (10/11/2007)
[quote][b] Hugo reported a similar problem earlier and this has been fixed in the Narrative Report version of the calendar and my testing does not show this problem. I do not intend to maintain the standalone version as the code is identical to the one embedded in the Narrative Report. Could you try replacing the layercalendar.js and calendarevents.js files in your standalone skin with the sames files from the latest Narrative Report skin and see if that fixes it? I did what you have suggested, but the same problem remains. The problem is still there even when I generate a full report using the default english skin
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 8:46:16 AM
GenoPro Version: 2.0.1.6
Posts: 1,347,
Visits: 6,680
|
|
| I am puzzled by this. If I do as you suggest and set say Harry Potter's birthday to be one year ago 11th Oct 2006 and generate a Narrative Report using 2.0.1.1 I get the correct result in the calendar, i.e. Harry is one year old today: 
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: 10/11/2009 6:10:25 AM
GenoPro Version: 2.0.1.6
Posts: 243,
Visits: 4,026
|
|
Ron (10/11/2007)
I am puzzled by this. If I do as you suggest and set say Harry Potter's birthday to be one year ago 11th Oct 2006 and generate a Narrative Report using 2.0.1.1 I get the correct result in the calendar, i.e. Harry is one year old today O.k - first I'm sorry - I was using by mistake ver 2.0.1.0. on ver 2.0.1.1 the problem is gone using the english report. However - I tried again to replace the layercalendar.js and calendarevents.js files in my standalone skin with the sames files from the latest Narrative Report skin (ver 2.0.1.1) but I get this error message and non of the events are dispalyed. 
I hope that you could fix also the stand alone version on that matter. Thank you
|
|