Next Previous Up Top Contents Index

5 Adding Callbacks to the Application

5.4 Enhancing the task list manager

This concludes the tutorial on building application with DUIM. At this point, you can build and run a functional task list manager, but it is a very basic application. Chapter 6, "Using Command Tables", introduces command tables as a way of defining hierarchies of menu commands. To do this, it re-implements the menu hierarchy you defined in Chapter 4, "Adding Menus To The Application", but does not add any new functionality to the application.

There are many ways that the task list manager could be extended, and you might like to try experimenting with the code. To begin with, very little error checking has been written into the application, and you might like to add some in order to make the task list manager more robust. For example, it is currently possible to exit the task list manager and lose any changes in an unsaved list of tasks.

In addition to error checking, there is a wide range of new functionality you might like to add. A few ideas are listed below:

This is only a very limited list of ideas. After learning about command tables in Chapter 6, read through Chapter 7 to learn more about the features that DUIM provides. Then, using the DUIM Reference Manual as your reference source, get coding!


Building Applications Using DUIM - 26 May 1999

Next Previous Up Top Contents Index