Announcement

Collapse
No announcement yet.

Change Title Bar Name

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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.

    Comment


    • #3
      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]

      Comment


      • #4
        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
        programming is very easy, just put the characters in the right order....

        Comment

        Working...
        X