Alan Colburn wrote: > Like many of you who don't use Delphi all day long, I'd like to > minimize the time it takes to load. For some reason, I'm unsuccessful > in what--I think--ought to be fairly simple. Perhaps you can help me. > Here's what I'd like to do ... > > When Delphi starts, I'd like it to load only a minimal number of > installed packages/components (i.e., the ones you can check in the > Component|Install Packages... menu). When I begin a new project, I > would still like to have only a minimal number of packages installed. > At that point, I'd like to be able to choose the packages/components > I'd like to be part of my project. > > The hard part is saving all this. The *next* time I load Delphi, I'd > *still* like it to load a minimum number of packages, and when I > reopen my project have *only* the packages I'd previously selected > load.
Close all projects. Now open the project-option dialog and configure which packages you want to be loaded. Since there is no project open, the settings you create will be applied to all new projects as the default settings. (You can do this while a project is loaded by clicking the "default" check box on the dialog, but that check box also applies to the version information, and you probably don't want all your new projects to start out with the same name and version.) If there are packages that you never use, go ahead and remove them from the package list altogether. If you later decide you want to try some of those components anyway, you can always re-add the packages. If you have multiple projects in a project group, then the packages loaded will be the ones specified for the last project in the group. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

