Hi,
when I download or export a PNG/SVG image from Daypilot Scheduler Javascript, events background color is always white. Is it a bug? I noted that also in the Demo (http://javascript.daypilot.org/demo/scheduler/exportpng.html)
Best regards
this is how i do it. hope that helps..
go to DayPilotScheduler1_BeforeEventRender
If (DayPilotScheduler1.IsExport) Then
e.BackgroundColor = "black" e.FontColor = "black"
im not sure if you can call this method from javascript
Thanks for your reply but I cannot call such method. Furthermore the main problem is that my scheduler is very colorful and the colors represent different type of events. Do you have any other suggestion please?
Thanks in advance Best regards
This was a bug which is now fixed (since build 2100): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-2-sp4/
Let me know if the issue persists.
Hi Dan,
Thanks for your reply but I still have problem..in the downloaded image, the event backgrounds are white. In onBeforeEventRender I use cssClass in order to set event colors: could this be the problem?
Let me know if you need further informations