Hi
Is it possible to let let the framework determin the next tasks startdate, on basis of the first tasks startdate and duration and so on ?
br
larsbrandi
Hi
Is it possible to let let the framework determin the next tasks startdate, on basis of the first tasks startdate and duration and so on ?
br
larsbrandi
Hi,
the current version of gantt does not have a built-in method for this. You can calculate task times using a public methods and events, but it may require some coding.
Do you need it to determine task timing constantly (e.g. when you delete, move or extend tasks), or only once when you import list of tasks?
I only need to determin it once, at import of data. Is there any examples to make use of ? What I intend to do, is to let my framework ( fat free F3 ) do the job and write data inline. And dive into the API . Looks like a lot of fun can be done here.