Our pure JavaScript Scheduler component


Post by LMS2021 »

Hi Team,
In the scheduler, when I drag the horizontal scroller a few time in quick succession the AM/PM is not displaying for the first division.
Please see the attachment where the time is not getting displayed.

Attachments
Capture.PNG
Capture.PNG (101.45 KiB) Viewed 785 times

Post by mats »

What version are you on? Can you reproduce in our standard samples?


Post by LMS2021 »

Version:
"bryntum-schedulerpro": "4.0.0"


Post by mats »

Try to upgrade to latest?


Post by LMS2021 »

what's your latest ? V5.0.0 ?


Post by mats »

4.3.6 is the latest stable version: https://www.bryntum.com/products/scheduler/changelog

5.0 GA is still 2-3w out.


Post by LMS2021 »

Hi Team,
I'm a licensed user and when I do npm install for scheduler pro version 4.0.0 its getting installed, but when I try the same for 4.3.7 I get the below error.

Attachments
errorPNG.PNG
errorPNG.PNG (19.37 KiB) Viewed 685 times

Post by sergey.maltsev »

Hi!

Please try cleaning npm packages and package-lock.json and reinstall.
We have instructions here
https://www.bryntum.com/docs/scheduler-pro/guide/SchedulerPro/npm-repository#project-cleanup-with-npm

Also please check you have correct package name
https://www.bryntum.com/docs/scheduler-pro/guide/SchedulerPro/npm-repository#installing-packages


Post by LMS2021 »

Hi Team,
I did follow the steps, yet getting the same errors.

Attachments
Capture.PNG
Capture.PNG (17.81 KiB) Viewed 662 times

Post by sergey.maltsev »

Hi!

Error says that you are trying to install bryntum-schedulerpro package, but the name for our package is @bryntum/schedulerpro.
Please check package name you are installing.


Post Reply