Changing the title bar

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
Thunderbolt1000T
Posts: 101
Joined: Sun Apr 25, 2010 8:43 pm
Operating System: Please select

Changing the title bar

Post by Thunderbolt1000T » Sat Aug 13, 2011 1:59 pm

Is there any way I can change the title bar for an Audacity window? This would be extremely useful when I have multiple Audacity windows open and each one is just titled "Audacity," making it very difficult to tell which one is the active window. Thanks!

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Changing the title bar

Post by Gale Andrews » Sat Aug 13, 2011 4:04 pm

Thunderbolt1000T wrote:Is there any way I can change the title bar for an Audacity window? This would be extremely useful when I have multiple Audacity windows open and each one is just titled "Audacity," making it very difficult to tell which one is the active window.
We have a possible patch in the code to give untitled projects unique numbers but it hasn't been approved or committed yet.

So short of you compiling Audacity from our source code (it's time consuming to set this up on Windows), the answer to your question is "no", unless of course you prepare some special numbered files which you can import into the program to number the window.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Changing the title bar

Post by Edgar » Sat Aug 13, 2011 4:17 pm

I'm the author of the of the code patch Gale mentions. The problem is not just you looking at a bunch of identically titled windows but also that many Audacity dialogs also use the window title to specify to which Project the dialog refers--if all the windows have the same default title there is no way to tell which window goes with the dialog.

That being said, if you don't want to apply my patch and compile Audacity for yourself (understandably), the best solution is to get in the habit of immediately doing a File > Save As... and saving an empty Project when you open a new Project window; this has the benefit of changing the window's name to the Project's name and also has some positive side affects during automatic crash recovery and the aforementioned dialog situation.

Locked