Jake See
Jake See
I don't really understand the logic for resource levelling, but someone has requested it, so I found this online as a start: https://www.mpug.com/articles/finally-the-resource-leveling-feature-explained-2/
A Chart scrolling event can help users to synchronise scrolling with complementary UI such as a datagridview containing information with respect to each task on each row.
Hi, Possibly a minor point, but the event firing could be more thread-safe by copying the handler to a local variable and then firing the local variable. This prevents potential...
Someone suggested AllowTaskDragDrop is better named ReadOnly. There must be a reason why I named it this way in the first place. I will have to confirm the implications and...
The chart now only supports finish-start relationship, need to add the other 3 types. Reference: https://www.projectinsight.net/project-management-basics/task-dependencies
Not sure if this is the right place to post, but it only happens to XNode editor. I am using XNode 1.8 and XNode Groups 1.0. After working in maximised...
Inky version: 0.15.1 ink version: 1.2.0 inkjs version: 2.2.3 Steps to reproduce: Step 1: Start with this simple start knot ``` -> start === start === We have started ->...