With the release of OnTime 7.0.2 we have also released a new sample application for the OnTime SDK. It is a Windows application (sorry, no Web app yet) which highlights a lot more of the SDK than the previous OnTime 2006 samples did. The sample only works with defects, but all other item types have the same methods.
So, here it is, the main window (look familiar?):

Here's main window showing users list instead of projects, with the list of defects assigned to the selected user, and the worklogs tab showing worklogs for the selected defect:

Here's main window showing the list of customers instead of projects, with the defects reported by the selected customer, and the related items tab showing items related to the selected defect:

Here's the Add defect window, showing only a few of the fields available for a defect:

The Add Attachment window where we can attach files to a defect (the sample stores the file in the database):

Here's the Add worklog window where we can log work entries for a selected defect:

And finally the Add item relationship window where we can relate two items (in the sample you have to type in the ID of the defect you want to relate to):
