Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2002
    Posts
    1

    Smile Change Title Bar Name

    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

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150

    Re: Change Title Bar Name

    Page -> Properties -> Window -> Title. This will have to be changed on every page as they all have their own Window title.

  3. #3
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244

    Re: Change Title Bar Name

    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!
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  4. #4
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    199

    Re: Change Title Bar Name

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts