Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Old fashioned layouts in Delphi 2007? 1

Status
Not open for further replies.

doctorjellybean

Programmer
May 5, 2003
145
I'm not converted yet to all those dockable and customized layouts. I'm wondering if there is a way to have the Tool Palette layout the same as earlier versions, e.g. D6 etc?

I've googled everywhere, but can't seem to find an explanation of how all the customized layouts work in D2007.
 
from the menu go View-Desktops-Classic Undocked
or on the toolbar drop the viws combo and select Classic Undocked.

Aaron
 
on an IDE based theme, is there a way of removing items from the list of recently opened projects. I have some on there which no longer exist, and it's kind of bugging me...


Steve (Delphi 2007 & XP)
 
It may be better to pretend that they don't exist, i.e. don't click the "ReOpen" button...

First... backup! ;^)

In RegEdit navigate to:
HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Closed Files

Right click, select "Export", give the reg file a name and location. Good, now all you have to do is to double click on the saved reg key to re-import it from Windows Explorer.

Next, delete the items that you don't want to see on the list:

Back in RegEdit:
HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Closed Files
Right click on the item(s) that you want to remove, select Delete, then yes.

Next, repeat steps above for:
HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Closed Projects

Then they are gone now, or at least until you open a .dproj file. A .dproj saves "[Closed Files]" as part of its ".dsk" file, which will bring you back to the first step above.

A few other options to help you to not click the ReOpen button:

If you have the Welcome Page set to come up when Delphi launches, add/manage the file to the Favorites menu for the future.

CnWizards - Open Historical Files

Favorite Files expert is part of GExperts:
Screenshot w/a little info - it's at:

Delphi Project Launcher

hth
 
fwiw... I went back to the drawing board. :)

In Delphi, go to:
Tools | Options | Environment Options:

Under Autosave options:
Editor files - unchecked
Project desktop - unchecked

Now, when you Save or Close Delphi, the .dproj file is not created and your File | ReOpen menu does not get cluttered with a huge list from the .dproj file.

So, in the future... just double click your saved/exported Closed Projects and Closed Files reg keys to quickly blank out the list.

phewww
 
While we are on the subject of the desktop...where does the messages originate? Every time I start D2007, the following message appears:
Setup.exe(1): The system cannot find the path specified
Double-clicking the message gives more info, stating that cannot open file etc, etc, the system cannot find the path specified.

Whether it is because I tried installing one of the programs you listed earlier and canceled the installation, I have no idea.
 
I've had this. It occurred after I installed Delphi on my PC but got some write access errors during the install (due to the PC playing up I'm sure-I did have dodgy RAM I found later). The install seemed to work OK, but I got this setup.exe message every time I started Delphi.
Anyway, the PC was playing up awfully and eventually went back for a new motherboard and RAM, and a HD wipe and windows XP re-install.
When I re-installed Delphi, with no errors at all during install, all was/is fine.


Steve (Delphi 2007 & XP)
 
PS, thanks for the tips on history-I'll try those out soon, once I've beaten my trig problem!


Steve (Delphi 2007 & XP)
 
Do you know which one? Any more info?

Can you find anything related to which one in Add/Remove Programs?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top