View Single Post
Old 09-24-2011, 12:39 PM   #561
BenChen
EPUB Metadata ******
BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.
 
Posts: 525
Karma: 26874
Join Date: Dec 2010
Device: Kobo Glo HD
Quote:
Originally Posted by VICTORSJG View Post
Ben, on prs 505 the function today doesn't work, only the calendar goes to the mounth of today, but the highlighted day is the last marked day. You made a modification to show the number of events a day has, but when for error to add an event without descripcion and icon the number 1 aren't shown, could you modify the script to show always the numbers of the events (from 1 to ....)

What changes should i to do to check the new scripts of calendar on ebooksim?

thanks
Hi Victor,

Thanks for pointing out that bug on the 505. I've fixed it, but haven't pushed it yet. I might wait to see if there are any further problems!

As for displaying "1" is there is one event, I really don't want to do it. For me, the darker shade is enough to indicate that there is 1 event. However, if you want to make it display "1" in your custom build, find the procedure target.setSquare and change the line that currently is

if (numevents>1) {

to

if (numevents>0) {

Sincerely,
Ben.
BenChen is offline   Reply With Quote