Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Die Delphi-IDE (https://www.delphipraxis.net/62-die-delphi-ide/)
-   -   2. Instanz der IDE besonders kennzeichnen (https://www.delphipraxis.net/131033-2-instanz-der-ide-besonders-kennzeichnen.html)

OG Karotte 17. Mär 2009 20:57


2. Instanz der IDE besonders kennzeichnen
 
Hallo,

ich starte eine zweite Instanz der IDE über den -r Parameter um Komponenten oder eigene OTA-Module testen zu können. Da ich dann ja im Prinzip zwei identische Fenster auf habe, suche ich nun, um Fehlern / Fingertrouble o.ä. vorzubeugen, eine Möglichkeit zumindest die Test-IDE besonders zu kennzeichnen. Dabei schwebt mir irgend etwas wie z.B. ein angepasster Fenstertitel oder so vor.

Gibt's da vielleicht 'ne einfache, dauerhafte Lösung ?

DMW 17. Mär 2009 21:30

Re: 2. Instanz der IDE besonders kennzeichnen
 
Ab Delphi 2009 gibt es folgendes:
Zitat:

Zitat von Marco Cantù: A Tour of Delphi 2009
The problem with running run two different versions of the IDE at the same time is that it is hard to
tell which is which. Another companion command line parameter for the IDE is -idecaption, that
takes a caption as value. Summing the two flags you could run the IDE with the following link:

"C:\Program Files\CodeGear\RAD Studio\6.0\bin\bds.exe" -pDelphi -
rSmall -idecaption="Small Delphi"

This command runs the Delphi IDE with the Delphi Win32 personality only, activated the Small
registry settings, and changes the IDE caption to Small Delphi, as shown below:

If not specified from the command line, the IDE caption is retrieved from the Registry, in the
Personalities section, in which there is a different string for each version (or active personality) of the
IDE.

http://www.embarcadero.com/resources...arco-Cantu.pdf

OG Karotte 17. Mär 2009 21:32

Re: 2. Instanz der IDE besonders kennzeichnen
 
Super :thumb:

Danke Moritz :thumb:


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:29 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz