Search found 1690 matches

Yes that's correct negative values are also supported.

Hello, I tried to downgrade our version of Gantt to 5.2.9 and the code is still working without any issues. Yes you are right that it worked in a different way previously. The main reason is we had no implemented calendars persisting till v5.3.0. In that version we changed intervals field definition...
Hello, Date constraints provided by the Gantt are implemented on the scheduling engine level. But on the engine level an auto-scheduled parent task that restricts its children with its start/end dates will naturally cause a scheduling cycle. Since auto-scheduled parent task dates are built based on ...
The difference is Scheduler Pro behind the scenes uses a scheduling engine. Which schedules events based on dependencies/constraints/calendars etc. While in basic Scheduler dependencies are just visual lines that do not affect event positions really. Ideally we need to be able to control how much an...
In the previous ExtJs version, this scenario would prompt with violation dialogue so this is what our users are accustomed to. Ah right. Yes, Ext Gantt has a special pseudo constraint handling such cases. Thank you for the feedback! I've made a feature request to port it: https://github.com/bryntum...
Hello, it allows me to proceed with the date change and it sets constraint type for Task B to SNET and Constraint Date = Task B Start Date. I was expecting a constraint violation dialogue since I am moving away from ASAP. This case does not produce a conflict at all. ASAP/ALAP is not a constraint re...
Hello, Please provide a runnable test case otherwise we can only guess what happens. So far I have only few questions on the code off the top of my head: What's the point of the 1st forEach loop if you anyway assign intervals after it? intervals.forEach(interval => { let nonWorkingDay = nonWorkingDa...

Any chance to get a test case (or at steps how this can be reproduced on some of our demos) so we could reproduce/debug the issue?
Otherwise it's impossible to guess what happens I'm afraid.

It displays a task id if its name is empty.

Hello, MS Project still imports data and replaces commas with semicolons as far as I see. So it's not that critical. Yet I've made a feature request to replace commas on our side: https://github.com/bryntum/support/issues/8515 Best regards, Arcady PS You can also process resource names on your appli...