Table of Contents

TMS FNC Gantt Chart Release Notes

Source: TMSFNCGANTTCHART_VERSIONHISTORY.txt Current version: 1.3.3.6

1.3.3.6

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

1.3.3.5

  • Fixed : SaveToJSON added

1.3.3.4

  • Fixed : Issue with LoadFromJSON

1.3.3.3

  • Fixed : Result text set for SetGanttListTaskColumnText

1.3.3.2

  • Improved : OnGetScheduledStart and End events added on task and project level, public in test phase
  • Fixed : Added the task parameter in OnSetGanttListTaskColumnText

1.3.3.1

  • Fixed : Issue with update in UpdateGanttListItems

1.3.3.0

  • New : Support for Styling with AdaptToStyle
  • New : Support for multiple gantt charts with the same project
  • Fixed : Issue with holiday calculation with holidays on later dates
  • Fixed : Issue with TaskList size update with horizontal scrollbar

1.3.2.0

  • New : ZoomTimeLine method added
  • Fixed : Issue with parameter ACanClose in OnCloseInplaceEditor
  • Fixed : Issue with Gantt TaskList editor position in VCL and WEB Core
  • Fixed : Issue with holiday calculation with worktime policy WorkDaysOnly

1.3.1.0

  • New : Expand and Collapse functions added in the Gantt Chart
  • New : Tasklist editing implemented

1.3.0.2

  • Improved : Task Filtering improved

1.3.0.1

  • Improved : Filter properties FormatType, ParseFormat and FilterText exposed

1.3.0.0

  • New : Delphi 13 support
  • New : Filter property to customize the filtered tasks in the Gantt Chart
  • 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.2.4.0

  • Fixed : Issue in WEB Core when adding multiple tasks to the TaskList

1.2.3.4

  • Improved : Performance issues with large number of tasks

1.2.3.3

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

1.2.3.2

  • Improved : Core Improvements

1.2.3.1

  • Improved : Core Improvements

1.2.3.0

  • New : WEB Package added

1.2.2.9

  • New : Delphi 12 64 bit IDE support

1.2.2.8

  • Improved : Core Improvements

1.2.2.7

  • Improved : Core Improvements

1.2.2.6

  • Improved : Core Improvements

1.2.2.5

  • Improved : Win64x support

1.2.2.4

  • Improved : Core Improvements

1.2.2.3

  • Improved : Core Improvements

1.2.2.2

  • Improved : Core Improvements

1.2.2.1

  • New : OnBeforeDrawGanttListColumnHeader, OnAfterDrawGanttListColumnHeader and OnAfterDrawGanttTimeLineTimeLine introduced
  • New : DatabaseAdapter IsEventMarker property added to default configurable fields
  • New : Progress and State possible to set in editor
  • Fixed : Issue when trying to disable move of parent tasks
  • Improved : Parent Task state based on highest priority state from subtasks

1.2.2.0

  • New : Database Adapter default configurable field added IsEventMarker
  • Fixed : Assign of EventMarker property in TTMSFNCGanttTask

1.2.1.1

  • New : OnTaskEditorClose event implemented in TMSFNCGanttChart
  • Fixed : Holidays Appearance was not taken into account

1.2.1.0

  • Fixed : Issue with Duration conversion
  • Improved : UseWorkingHours boolean changed to WorkTimePolicy enumerator to better suit customer usage

1.2.0.1

  • Fixed : Issue runtime creation in TMS WEB Core

1.2.0.0

  • New : New components TTMSFNCGanttChartPDFIO and TTMSFNCGanttChartPrintIO
  • New : Hint support for tasks on timeline
  • New : Property UseWorkingHours introduced on Task level to indicate if it should change the planned time within the working hours
  • Fixed : Issue with VCL styles for the editor
  • Improved : GetTaskByRow can be set for all tasks or only visible tasks (collapsed parent tasks)

1.1.0.6

  • Improved : Core Improvements

1.1.0.5

  • Improved : Core Improvements

1.1.0.4

  • Improved : TTMSFNCGanttDataBaseAdapter OnSetFieldFromTaskWBS allow property taken into account

1.1.0.3

  • Fixed : Issue with DBKey not set using task editor

1.1.0.2

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

1.1.0.1

  • New : Minimum column width available for the task list columns
  • Fixed : TMSFNCGanttChart Access Violation with GetRowByTask

1.1.0.0

  • New : New component TTMSFNCGanttChartDatabaseAdapter
  • New : Events OnGanttTaskListTaskClicked and OnGanttTaskListTaskAnchorClicked introduced
  • New : Events OnGanttTaskSelected, OnGanttTaskChanged, OnGanttTaskAdded and OnGanttProjectChanged introduced
  • New : Function GetRowByXY implemented to help with the OnMouse events
  • New : Possible to show editor via F2 key press
  • Fixed : OnMouse and OnKey events are now implemented.
  • Fixed : PlannedEnd retrieves correct value based on WorkTime
  • Fixed : SelectItemOnRowClick and ShowEditorOnDoubleClick setters
  • Fixed : Issue with multiple dependencies in task

1.0.1.0

  • New : Event OnBeforeDrawGanttListNodeText introduced
  • New : cost was added to predfined column names
  • Improved : Correct column retrieved when manipulating with OnBeforeAddGanttTaskListColumn
  • Improved : Cost property of parent tasks returns the total cost count of the subtasks
  • Improved : Dependency Editor wbs added to task names.
  • Improved : Row selection and hover when tasks collapsed
  • Fixed : Issue possible to assign dependent task to owner task
  • Fixed : Issue in Dependency Editor possible to select owner task

1.0.0.1

  • Fixed : Issue with dependency to FNC Core

1.0.0.0

  • New : First release