Page 1 of 1

[ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Fri Oct 08, 2010 10:02 am
by ROCLASI
Announcing the immediate availability of the Gantt module v1.0

The Gantt module is a 100% Servoy native implementation of an interactive gantt chart.
It is highly configurable and a nice example what can be done with the Servoy SolutionModel.

  • hierarchical task nodes for grouping of tasks
  • indent/outdent of task nodes
  • move up/down of task nodes
  • collapse/expand all group nodes
  • printing of the whole chart
  • auto-expansion of the chart timeline when adding new tasks
  • trimming-option of the chart timeline to match the tasks
  • zooming in/out in the chart
  • highly customizable button bar
  • built-in preference window
  • the look can be changed by altering the CSS stylesheet, no need to dig into code for this
  • extensive API to control all functions and preferences

The Gantt module is Open Source and licensed under the MIT license.
The project is hosted on ServoyForge.

Requirements: mod_datejs and Scroller Plus plugin for synchronous scrolling of the tree and chart panes.

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Fri Oct 08, 2010 10:25 am
by Harjo
AWESOME stuff Robert! :-)

Thanks!!

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Fri Oct 08, 2010 12:27 pm
by ngervasi
Very impressive!
Congratulations Robert, great job!

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Fri Oct 08, 2010 3:15 pm
by ROCLASI
Thanks guys :)

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Fri Oct 08, 2010 3:23 pm
by Karel Broer
Gantt chart build with native Servoy functionality!? This is crazy stuff! 8)
Very cool, Robert!

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Fri Oct 08, 2010 4:14 pm
by Harjo
Now the calendar/agenda! :lol:

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Fri Oct 08, 2010 4:26 pm
by ROCLASI
Harjo wrote:Now the calendar/agenda! :lol:

No promises! (but it's coming ;) )

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Tue Oct 12, 2010 11:56 am
by ROCLASI
I added a JSDoc (html) of the public API in the repository.
You find it in the trunk in the documentation directory of the mod_gantt module.
All the other methods should be considered private API and not be used (or used at your own risk since they can change over time).

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Tue Oct 12, 2010 2:17 pm
by Peter de Groot
super, thanks

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Tue Oct 12, 2010 6:17 pm
by Jan Aleman
Most impressive use of solution model I have seen so far! Congrats and keep the good stuff coming!

Re: [ANNOUNCEMENT] Gantt module v1.0 released

PostPosted: Wed Oct 13, 2010 4:21 am
by madimane
Really, Good work.
Thanks for sharing Robert