FlexGanttFX

Add professional Gantt charts to your JavaFX applications.

Published by DLSC
Distributed by ComponentSource since 2007

Version: V11.12.8/8.12.0 Updated: Jan 17, 2024

i

Please note that the minimum Enterprise License price for this product is $36,000 USD or €30,000 EUR approx. and includes access to the product Source Code. In addition, annual maintenance and software updates are available for an additional $7,200 USD or €6,000 EUR approx. per year.

FlexGanttFX V1.6

Released: Jul 12, 2016

Updates in V1.6

Features

  • New GanttChartLite control inherits from the new base class called GanttChartBase. The lite version only consists of the timeline and the graphics area.
  • New container type - The quad container displays four Gantt charts at the same time and synchronizes the timeline scrolling between the two charts on the left-hand side and the two charts on the right-hand side.
  • Added activity filtering - GraphicsBase.setActivityFilter(Predicate filter); Acts only on the UI layer, it does not have any impact on the activity repositories in any way. The repositories still return all activities but the UI uses the filter predicate to decide if an activity should be painted or not.
  • Added new property to enable / disable the lasso functionality.
  • Added ability to remove timeline completely from Gantt charts with a position other than FIRST or ONLY.
  • Added ability to fire a single event while setting activity selection.

Fixes

  • GraphicsHeader taken only when creating Skin - fixed.
  • Activity “lost” if dragged to a timeline horizon boundary - fixed.
  • Marker lines have wrong height when graphics area resizes - fixed.
  • Dragged activity sometimes not drawn at cursor location - fixed.
  • Link rendering broken when target outside viewport - fixed.
  • Deleting activities with links does not work properly - fixed.