FlexGanttFX

JavaFXアプリケーションに便利なガントチャートを追加

DLSC 社の製品
2007 年より日本国内にてComponentSourceで販売中。

バージョン: V11.12.8/8.12.0 更新日: 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 V11.12.3

Released: Apr 12, 2021

V11.12.3 での更新項目

機能

  • Added methods on Timeline for showing / scrolling to a given date or a given zoned date time. Before it was only possible to pass an instant.
  • Added an option on GanttChartBase to specify the scrollbar type to use for scrolling horizontally in time. So far the scrollbar allowed for infinite scrolling. This version adds a standard ("normal") scrollbar that allows the user to scroll within a given time horizon. Applications can also choose to completely remove the scrollbar.
  • Added an option on GanttChartBase to specify whether the horizontal scrollbars on the left-hand side and the right-hand side should auto-hide when not used. Auto-hiding was actually the behavior all the time. Being able to specify that the scrollbars should "not" auto-hide is the new feature.
  • The RowCanvas class now has a full set of snapXYZ() methods and the alignment of the canvas itself and of the activities shown by the canvas have been improved.

不具合の修正

  • Fixed an issue related to daylight saving time and grid lines. When the timeline was showing "hours" granularity with a step rate of 3 or 6 then the grid lines became misaligned. The GridLinesLayer now checks whether a DST was crossed while drawing the grid lines.
  • Row controls are now being recreated when the row model object changes so that the controls will work for the new row instead of the old row.
  • Showing a row header UI could cause flickering when rows were added or removed. Setting the min size of those header nodes to zero width and height fixed the issue.