PDA

View Full Version : Change Title Bar Name


mfinn
04-10-2003, 12:05 PM
Hi,
I was curious on how to change the Title Bar name of my project. I used the Software Installer template on a project, and when I preview or build it, it still says Software Installer on the tilte. I would just like to change it to our company Name. Any help on this? Please write me ASAP.
Thanks,
Marc

Adam
04-10-2003, 12:19 PM
Page -> Properties -> Window -> Title. This will have to be changed on every page as they all have their own Window title.

Derek
04-10-2003, 01:20 PM
hmm! I was about to say:



[/quote]Of course, if you want all window Titles to be the same, you can set a variable on Project.initialize:

%CustomVar% = "Title text here! ***"

... and then put the variable in each page as the Title text.

[/quote]
but then thought ... "That's a waste of time ... you could just paste the text in there anyway if your gonna need to do it on every page."

<font color=green>Perhaps IR could add an Action to the PAGE list that would allow us to set page titles of certain pages by supplying the pagename</font color=green>, ie:

Project.Initialize
Page.Title ("Title Text Here", Page1, Page3, Page4)

I'll add this to suggestions!

ovm
04-10-2003, 04:40 PM
If you use a lot of pages:

open notepad
open the project.am4 file
find and replace (^H) the old tekst with the new tekst
save

finish