FlexGanttFX

귀하의 JavaFX 애플리케이션에 전문 Gantt 차트를 추가합니다.

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 릴리스

Released: Jan 17, 2024

V11.12.8 버젼 업데이트

수정사항

  • JAR files are no longer OSGI bundles.

Released: Nov 2, 2023

V11.12.7 버젼 업데이트

수정사항

  • Fixed issues related to the rendering of links.

Released: Jan 30, 2023

V11.12.6 버젼 업데이트

수정사항

  • Fixed a single issue where key events were dropped while dragging an activity inside the Gantt chart.

Released: Mar 30, 2022

V11.12.5 버젼 업데이트

수정사항

  • Fixed various rendering issues where vertical lines were not aligned properly (grid lines, 'now' line), chart layout scale fixes, scrollbar behaviour fixes.

Released: Apr 21, 2021

V11.12.4 버젼 업데이트

기능

  • Enhanced scrollbar behavior for "fixed horizon" scrolling.
  • The end date of the horizon will now remain on the right edge of the viewport.

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...

Released: May 14, 2020

V11.12.0 버젼 업데이트

기능

  • Started using system cursors for editing operations in the graphics area. For example Cursor.E_RESIZE to change the end time of an activity. "Old" cursors are still there and can be enabled by calling RowCanvasBehaviour.useCustomCursors().
  • Added ability to resize a row / change a row height interactively via the row headers. This gives the user the same ability for resizing as available in the row headers of the tree table.
  • Consolidated license keys for Java 8 and Java 11+ version of...

Released: May 14, 2020

8.12.0 버젼 업데이트

기능

  • Replaced custom mouse cursors with standard system cursors.
  • Row resizing is now available via new row headers on right-hand side.
  • Removed dateline scrolling events.
  • Enhanced RadarView's rendering performance.

Released: Apr 9, 2020

V11.10.0 버젼 업데이트

기능

  • Replaced LinksPane with LinksCanvas. Links are now drawn via CanvasAPI (much faster).
  • Replaced ObservableList of ActivityLinks with an IntervalTree for faster lookup.
  • ActivityLink can now carry an optional user object.
  • Custom link renderers can be registered on GraphicsBase.
  • Reworked layout code of DatelineScale to work properly with latest CSS changes in JavaFX.
  • Introduced buffers for RowCanvas and DatelineScale to reduce repaints.

Released: Mar 28, 2020

11.9.1/8.10.0 버젼 업데이트

기능

  • New in FlexGanttFX 8.10.0
    • Performance enhancements.
    • Canvas & Dateline "buffer".
    • New rendering approach for activity links (Canvas API replaces Nodes / Scenegraph approach).

수정사항

  • Fixes in FlexGanttFX 11.9.1
    • Fixed javadoc generation.
    • Fixed rendering of activity links.