javascript IE8 problem ?

Hello,

i have a problem with my scheduler (localhost) in IE8. When i launch it, i have an error returned by IE8 : dhtmlxscheduler.js on line 39 and char 41950. If i make a debug, IE8 stop here :
J[E].start_date=this.templates.xml_date(J[E].start_date);

I reduce the code to the maximum but the error stay. I try to empty my database because the problem is with date format (i think !?) but nothing.

What is the problem ? me or the script ?

I think it’s me but maybe …

i find the solution :

scheduler.load(“events.php?uid=”+scheduler.uid());

Hello,

IE tends to cache xmls so it won’t be updated or script will work incorrectly.
You can use

scheduler.config.prevent_cache = true;

option or directly use uid in load request:

scheduler.load("events.php?uid="+scheduler.uid());

Best regards,
Ilya

Hi
I am also using dhtmlx scheduler . in that its not disaplying repeat events i.e sunday ,monday etc please help me… see the attached document.

Thanks
Chidanand.


Hello,

Not sure what I see on screenshot. Is it our recurring section form?

Best regards,
Ilya