Monthly Archives: November 2011

Chapter 14: Unit Creators

By | November 16, 2011

In this chapter I will finish what I started last time and provide the Module Creator code to create new projects in the IDE or more specifically new Open Tools API projects in the IDE. While I was testing this code I noticed that the IDE did not maintain any custom code with a DPK… Read More »

Chapter 13: Project creators

By | November 10, 2011

In this chapter I’m going to show you how to create projects in the IDE. In the next chapter I’ll extend this to add modules to those projects. Firstly, for the purposes of doing something useful we need a form which allow the user to select what they want to be created in a new… Read More »

OTA Template Wizard and Notifier Indexes…

By | November 8, 2011

I found a problem with my implementation with wizards and notifiers in add-ins the other day when I kept getting a crash on recompiling a Package in the IDE. It transpired that the problem was that I did not remove a compiler notifier on closing down the package so the IDE tried to use the… Read More »