event, use the method built into CPEvent). Also, you should aim to use
On Nov 8, 2:18 am, Bruno Ronchetti <
bruno.ronche...@mac.com> wrote:
> Thanks Maz,
>
> for taking the time to look at it and for the feedback.
>
> - I will replace the files in the git repository so there is no "copy"
> in the name,
> - I will also work on a version in which colors and dimensions are
> customizable.
>
> Perfomance is indeed poor. I am working on a 2008 MacBook and there is
> no lag, but the response is certainly not as snappy as it should be.
>
> I think I have 2 problems:
> - the mouse-over is simulated by queuing mouse-enter and -exit events.
> This is because I do not really understand if it is good practice to
> access the DOM directly and register a mouse-over event-handler there.
> - I am building a lot of objects to tag the day-views. I am pretty
> sure this can be simplified.
>
> Meanwhile I will be studying luddep's calendar component, mentioned