Stack overflow at line: 1581

when i load the scheduler i get a windows alert:
Stack overflow at line: 1581

the scheduler doesnt stop working, it loads all events correctly, somebody knows what is causing this?

Do you have some kind of demo page or a sample where issue can be reconstructed?
So far, this is first error report about a problem of such kind.

 
 
 
		<div class="dhx_cal_tab" name="unit_tab" style="right:20px;"></div>
	</div>
	<div class="dhx_cal_header">
	</div>
	<div class="dhx_cal_data">
	</div>		

</div>

Remove include of

This file already a part of dhtmlxscheduler.js , and must not to be included second time.

thnx for the help, its working now.

does dhtmlxscheduler_pdf.js also not work togother with some other files?
it keeps giving me a error at: dy = yh[0].offsetHeight;

with part do i need to remove to make it work?

For which view it throws an error?
Current version will not work with custom views.

unit view, can i use the pfd function?

There is a known issue , which breaks printing for custom and unit views for now.
We already have a fix locally, and will include it in the next update.

when can we expect the new version?

when can we expect the new version?

Third decade of May

is there more information about this topic?
maybe a release date for the new version?

thnx

You can grab the latest version of scheduler2pdf from next topic
viewtopic.php?f=6&t=13472

It must work correctly with unit views.

i downloaded the new files, but it still doesnt work:

0.offsetHeight is empty…
Do you know how i can fix this?

dhtmlxscheduler_pdf.js -> line 1 -> char 1979

Did you update both server side and client side parts ?

yes i did, i removed: scheduler.config.multi_day = true;
and now it works with me also, is it possible to load with a different connecter with the pdf view?

so 1 connecter for the normal scheduler, and 1 for the pdf?

Unfortunately not. Modes|dates|templates - all defined on client side, so it is not possible to convert data to PDF directly on server side.