[ANNOUNCEMENT] Gantt Bean v1.5

Although officially in beta the Gantt Bean in its current version is almost final.

This release, and a couple of previous releases, were focussed on re-creating the JGantt ‘Control Center’ sample in Servoy including drag and drop of tasks between 2 beans.

You can read more about the Bean here: http://www.servoycomponents.com/beans/gantt.php . The release notes of this years releases (3) are below.

You can download the Bean using the latest Components Manager from command line: java -jar it2be-manager.jar -beta .

Please be advised that this IS BETA software and it can not be mixed with released components due to changes to the core libraries and a new certificate.
The Components Manager will automatically create an archive of your ‘old’ installation. Please do not remove it before you are 100% ok with the new installation.

Have fun!

Marcel

[new] added drag/drop support from one Gantt chart to another Gantt chart (See ‘Control Center’ sample tab)
[new] added createLink and deleteLink buttons (enabled when 2 links are selected, see ‘Project Management’ sample tab)
[new] setTaskWillChangeMethod now takes a boolean returnAllValues to force the event to return all known values
[new] setLinkWillChangeMethod now takes a boolean returnAllValues to force the event to return all known values
[new] added (scriptable) timeScalePopupEnabled property
[chg] a task created event will now return the (old) id when it finds one (support for dragging tasks between Gantt Bean instances)
[chg] a link created event will now return the (old) id when it finds one
[chg] included latest JGantt libraries (2.4.8)
[chg] added ‘Control Center’ tab to sample solution
[chg] nodeWillChange is now triggered earlier (on mouseover) to make that a change can not happen at all if true is returned
[fix] corrected issue with setting dateline
[fix] corrected issue with enabling/disabling toolbar and buttons
[fix] corrected issue with progress not showing correct
[fix] grouping by more than one group now works (see ‘Control Center’ sample tab)