Table of Contents

TMS FNC Gantt Project Release Notes

Source: FMX.TMSFNCGanttClasses.pas version history Current version: 1.2.0.5

1.2.0.5

  • Fixed : Issue with incorrect resizing on holiday with workdays only

1.2.0.4

  • Fixed : Issue with LoadFromJSON method

1.2.0.3

  • Improved : OnGetScheduledStart and End events added on task and project level, public in test phase

1.2.0.2

  • Fixed : Issue with holiday calculation with later holidays added

1.2.0.1

  • Fixed : Issue with holiday calculation with worktime policy WorkDaysOnly

1.2.0.0

  • New : WBS Part per task to create custom structure
  • New : Sort method for tasks.
  • New : AutoParentTaskStartEnd to manually set the start and end time of parent tasks

1.1.0.0

  • New : Options added to disable auto calculation of begin and end of parent tasks

1.0.4.1

  • Fixed : Issue with UpdateList not assigned

1.0.4.0

  • Improved : Performance with large number of tasks

1.0.3.3

  • Fixed : Issue with ClearTasks
  • Fixed : Issue with return value of GetTaskBy functions
  • Fixed : OnDblClick Event

1.0.3.2

  • Fixed : Assign of EventMarker property in TTMSFNCGanttTask

1.0.3.1

  • Fixed : Issue with drawing Holidays

1.0.3.0

  • Improved : Task Property UseWorkingHours changed to WorkTimePolicy enumerator to make it possible to use working days as well

1.0.2.0

  • New : Custom Hint support for tasks
  • New : Task Property UseWorkingHours added to set tasks outside of the working hours

1.0.1.3

  • Improved : When deleting task, related dependencies will be removed

1.0.1.2

  • Fixed : PlannedEnd retrieves correct value based on WorkTime.
  • Fixed : Issue with multiple dependencies in task

1.0.1.1

  • Improved : Cost property of parent tasks returns the total cost count of the subtasks

1.0.1.0

  • Improved : Temporary time stored as float in form for WEB support

1.0.0.0

  • First Release