Our pure JavaScript Scheduler component


Post by SIM-LTD »

Hi

We found an important Issue with the style file "scheduler.material.css" which is newly provided for Scheduler.2.0.

Indeed, it is impossible to perform the build under VueCli if your project includes the style "scheduler.material.css".
Have glance at the screenshot to see the issue, that shows the build did not succeed since there is an issue...

He took us some time to figure out, why we could not run the Build under VueCli (as per the sample provided).
But after a while we noticed that in the sample provided the style used was "scheduler.stockholm.css" whilst we wanted to use the style "scheduler.material.css".
After having smithed to other style, we was able to run the build accordingly.
Thus, with other css (scheduler.default.css / scheduler.light.css / scheduler.stockholm.css / scheduler.dark.css) the build is successful. BUT the build fails with "scheduler.material.css

Could you please try to fix this; since our entire project is based on the "Material" style...

Cheers
Attachments
This is the result (outcomes) when trying to build the app under VueCli, when the style "scheduler.stockholm.css" is used in the project. With other provided style the Build is successful.
This is the result (outcomes) when trying to build the app under VueCli, when the style "scheduler.stockholm.css" is used in the project. With other provided style the Build is successful.
Screenshot - 2019-04-16 à 12.06.19.png (150.37 KiB) Viewed 1467 times

Post by mats »

This is using our licensed version or our trial?

Post by saki »

Hello,

the compiler apparently does not like calc statement. Try the attached file – it will compile and it should not have any negative visual effects.

Let us know the result then.

Thanks.
Attachments
scheduler.material.css.zip
(52.49 KiB) Downloaded 154 times

Post by SIM-LTD »

This is using Licence version, bought March 28th; In a nutshell the last release Scheduler 2.0
We'll be tying the newly attached file and get back to you

Cheers

Post by SIM-LTD »

Hi There

Just wan to let you know that updated css file you gave us work like a charm.
thank you for being prompt to help us.

Cheers

Post by SIM-LTD »

Just a small feedback, regarding the new "scheduler-material.css" file.
The left / right arrow of the calendar are not visible.
There are present but not visible because both the background and arrows are white.
Then we simply changed the css file (see attachment) to set the top of the calendar in blue to make the arrow visible...
Of course, this is just a workaround solution.
Attachments
Capture d’écran 2019-04-24 à 20.38.42.png
Capture d’écran 2019-04-24 à 20.38.42.png (62.68 KiB) Viewed 1429 times
Capture d’écran 2019-04-24 à 20.38.41.png
Capture d’écran 2019-04-24 à 20.38.41.png (77.36 KiB) Viewed 1429 times

Post Reply