Sample descriptions

To download all executables in a zip file click here

ConflictAreas.exe Source download

Merits: Shows use of conflict areas and compares it to usage without conflict areas. Shows how to detect conflict events including conflict resolve.

Also exposes two property grids for the two TimeItemLayouts so this is a good sample to try out different time item layouts.

DataBind.exe Source download

Merits: Shows databind with rendering overrides using the OnBeforeDSToTimeItem

Converts the timespan value to an absolute datetime that works for the Stop property of timeItem.

DateScalerUserDraw.exe Source download

Merits: Show some of the many settings of the datescaler. Exposes the culture settings in  combo box. Lets you experiment with rendering parameters like PixelsForModeSwitch

EventLog.exe Source download

Merits: Grabs data from the windows event log and visualizes it in the Gantt in ScheduleMode

Gantt_Background_Foreground.exe Source download

Merits: Show the effect of background and foreground OnUserDraw events for DateScaler,Grid and TimeItemArea

Gantt_CollisionDetection.exe Source download

Merits: Shows how to react to the OnCollisionDecected event. The ConclictAreas wich are an extension of collisiondetection, is not covered in this sample.

Gantt_Database.exe Source download

Merits: Compound sample that connects to a database, uses databind and shows the DataGrids with the same info. Watch the datagrids update when you update the Gantt. Watch the Gantt update when you move content of datagrids...

Gantt_DateDependentBackground.exe Source download

Merits: This sample show of to use the TimeToPixel in the OnUserDrawBackground events to draw a date dependent background. Use this technique to draw static information for holydays, vacations or what have you.

Gantt_DateScaler.exe Source download

Merits: Sample show the use of FishEye in datescaler and programmatic usage of zoom and scroll in time. Sample also shows hiding of hours and day types.

Gantt_GridDragDrop.exe Source download

Merits: Shows Grid drag and drop

Gantt_HideGrid.exe Source download

Merits: There may be reasons for you to hide the grid, or replace it with some other grid implementation. You can do so by hijacking the grid from the position within the Gantt

Gantt_LinkActionsSample.exe Source download

Merits: Link actions are used to stop time item collisions. Sample demonstrates use of invisible links as well.

 

Gantt_M$_Look.exe Source download

Merits: Sometimes you want your mother... And sometimes you need your Gantt to look like MS-Project

Gantt_TimeItems.exe Source download

Merits: Overviews the abilities of time items like:

  • collision detection,
  • Z-layer ordering,
  • TimeItemTexts with images,
  • different shapes of time items,
  • UserDrawn time items, and advanced user draw with time based inner content of time item using the DateScaler.TimeToPixel method.
  • This app also shows dynamic tooltips (hints) implemented in the OnTimeItem_Hoover event.
  • Added an implementation of Cursor override using the TimeItemArea_OnPreCursorChangeEvent.

Gantt_Yapp_Look.exe Source download

Merits: Can the GTP.NET look like phGantTimePackage looked in Yapp - the project calculator? Well, yes.

ganttEvents.exe

Merits: Shows Drag and Drop of a time item between two Gantts

GanttTest.exe Source download

Merits: Compound sample that is frequently updated by GTP.NET developers to test and repeat issues. This sample has a decent print preview, and is also a good to test performance with.

Grid.exe Source download

Merits: This sample focus on the grid and what it can do with CellLayouts and stuff

Grid_MSPropertyGridLook.exe Source download

Merits: Can the Grid be made to look like the property grid in VS2005; yes it can. Does this sample do that? Well almost...

MultiGanttSync.exe Source download

Merits: Multiple gantt charts are used to show a big time frame in multiple rows. Scrolling and zooming is synced with a time offset.

SimplePropertyTimeItemDataBind.exe Source download