var fDesc=new Array(); fDesc[0] = "The phGantt and phSchema-components are part of the plexityHide phGantTimePackage. It is a fast, fully object-oriented ActiveX component, written in Delphi 7.0 and compatible with all ActiveX-containers and .NET. (including but not limited to Visual Studio, VB6, FoxPro, Access, Delphi, BCB, PowerBuilder)

Gantt chart diagrams are a good way of presenting scheduled tasks. Almost all administrative software systems deal with scheduling of some sort, either if it is things to come or things that have happened. phGantTimePackage covers the need for presentation and manipulation.

There are other products that cover the need for presentation but no other product ties the powerful presentation together with manipulation like the phGantTimePackage.

Main features:
- Many inplace edit modes; combobox, edit, memo, checkbox, datetimepicker
- Tree behavior
- All cells can have separate layout properties that enables you to set font and color amongst other properties
- Sorting per column
- Multi select
- Key navigation
- Virtual load to handle millions of rows
- Settable fonts and content strings
- Zooming time by dragging mouse
- Traversing time by ctrl dragging
- High resolution; from seconds to decades
- Adaptive presentation, toggles between seconds, minutes, hours, days, weeks, months, quarters, years, decades
- Hide individual hours, like night time, from presentation
- Hide individual days, like weekends, from presentation
- Graphical manipulation of time items, move, resize and change row. All settable per row
- Automatic collision detection available
- Infinite number of time items per row
- Infinite number of drawing layers per row
- Many different time styles available out of the box
- User draw events for user definable time items
- Infinite number of Text content objects per time item
- User events for rendering background
- User events for rendering user designed objects in foreground
- Links between time items
- Different link styles available
- User events for rendering links
- An equally competent schema component is included in the phGantTimePackage
- Straightforward and simple interface for programming
- C# samples
- Samples showing loading to and from access database
- Many different samples for VB6, easily portable to any environment
- Complete Help file
- Components usable both for simple information tasks and really complex application development. More features than MSProject Gantt
- Highly configurable. The components do not need to look the same for every application
- Supported by professional system developers with long experience
- Available for download today; you can be done with your Gantt visualizing this afternoon...
- Full source available for purchase
- Tested and compatible with .NET"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }