Ganttkomponente Komponente
 

Latest changes

 
23.07.2010
Minor bugs have been fixed that concerns the method DeleteSelected and the handling of empty date value for the TreeDateCellDX column and Delphi 2010
23.07.2010
The event OnBeforeBarAdd has been fixed
23.07.2010
The handling of empty values for the AutoCellEndDate column has been fixed.
25.03.2010
The gantt control has been updated and is now ready for Delphi 2010.
20.07.2009
The gantt control vcl edition has been ported to C++ Studio 2007
20.07.2009
The gantt control component is now available for .net (2.0)
02.06.2009
The KaTPrintPreview component does now have the DoPrintInstant method. That directly prints the content of the gantt chart without any dialog. Also the new function ShowPrinterSetupDialog is implemented; that returns true if the Printer setup dialog has been confirmed with OK by the user.
23.01.2009
Refixed a bug concerning the setFithHeight method for rows.
13.11.2008
The gantt control VCL edition is now ready for code gear Delphi 2009.
10.10.2008
The visualization of the Indicator Row and the tree node lines can now be disabled (TWGSGanttGraph.Tree.DrawIndicatorRow and TWGSGanttGraph.Tree.DrawTreeNodeLines)
10.10.2008
The TWGSGanttTable is now able to display a user defined date time as a vertical date line. (TWGSGanttGraph.table.DateLine)
10.10.2008
The TWGSGanttTable is now able to display the current date time as a vertical date line. (TWGSGanttGraph.table.CurrentDateLine)
24.09.2008
In some cases the EndUpdate() method has raised an Access Violation. This bug has been fixed.
18.08.2008
The events OnAfterBarDelete and OnBeforeBarDelete will not be longer executed when a bar is moved with the mouse.
02.06.2008
A left right limit for the horizontal scroll range can now be applied to the gantt graph. To do so, use the properties LeftScrollLimit, RightScrollLimit and UseLeftScrollLimit, UseRightScrollLimit of the darasource component.
02.06.2008
The appearance of the bars hint window has been redeveloped. It does not steal the focus of the main application anymore.
28.05.2008
Fixed a bug, the event "OnSelectedRowsChanged" will now be raised correctly.
14.05.2008
The property LineColor of the header is now implemented.
14.05.2008
The style property of combo box columns is now implemented. So you are now able to set the combo box style to a csDropDownList.
02.05.2008
The user interface supports the french language now.
02.05.2008
Implemented the new drawing style dsDrawbar3D for taskbars.
02.04.2008
The table does now have the property "snapBarsTogether". If this is set to true then all bars will stick to the previous bar. Also the user can drag and drop a bar directly over another bar so that the new bar is inserted.
02.04.2008
The new method "Clear" of the Datasource is implemented.
01.04.2008
Implemented the "HorzAlignmentCenter" property of the TextHalo object. This property allows it to left-align (0), center (2) ot to right-align (1) the inner bar text.
01.04.2008
The hint window of bars can now display text strings that include line breaks (#13#10)
01.04.2008
Strings for calendar weeks and quarters that are displayed in the timescales are now localizable.
04.10.2007
Created a new property "CellFocusing" for the tree. A single of the tree can now be focused.
04.10.2007
The property "visible" for single gantt rows is now calculated correctly.
24.09.2007
Created the new event "OnCellDraw" of the datasource component - where the user can draw the cells content on ist own.
10.09.2007
Fixed a major bug that leads to crash when two bars on two rows have been connected cross over.
30.08.2007
Fixed a minor bug that may lead to an exception when multiple KatPrintPreview components have been used.
30.08.2007
Fixed a bug that may lead to an exception when Delphi was closed
15.08.2007
The user can focus now all types of bars
10.08.2007
The new TimeFormat “tmfWeekStartDay” can now be applied to scales in weekly view mode.
10.08.2007
Fixed a bug that may lead to a failure when using the TKaTPrintPreview without having a printer installed
08.08.2007
Connections between two bars are now displayed correctly if one bar is outside the visible viewport.
24.07.2007
Implemented the automatically background scrolling of the gantt graph when dragging in a new bar that leaves the visible viewport
20.07.2007
Fixed some compatibility problems. So that the gantt control VCL edition can now be also installed, compiled and used in Borland Delphi 6.0
19.07.2007
The gantt control VCL edition is now ready for CodeGear Delphi2007
18.07.2007
Rows can now be focused by using the KeyUp and KeyDown key. Also rows can be collapsed/expanded using the KeyLeft and KeyRight.
02.04.2007
Optimized Perfomance for adding more then 1000 rows/bars. Use wgsGanttGraph1.BeginUpdate and wgsGanttGraph1.EndUpdate for this. Also when adding a lot of bars set wgsDataSource1.autoCreatePertBars to false of not needed.
28.03.2007
The unit wgsLocalization was added. The user interface (mainly the printing preview) is now multilingual and supports the languages german and english by default. At runtime each localizable aspect of the user interface can be assigned by the developer. Use CreateDefaultRessources_ENG or CreateDefaultRessources_GER (unit: wgsLocalization) to specify the language. The user interface (mainly the printing preview) is now multilingual and supports the languages german and english by default. At runtime each localizable aspect of the user interface can be assigned by the developer. Use CreateDefaultRessources_ENG or CreateDefaultRessources_GER (unit: wgsLocalization) to specify the language.