Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778

    Setting Application Window title

    This is the code I am using to set the Application Title.

    Code:
    appHdl = Application.GetWndHandle()
    Window.SetText(appHdl, "New Application Title")
    It changes back to the original title when I Page.Jump()...

    Am I missing something or shouldn't the Application window title remained changed...?

  2. #2
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    You have to set it each time you open a new page. Just add the code as a function in Globals and then call the function in the On Preload of each page.
    Dermot

    I am so out of here

  3. #3
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    Thanks Dermot, I must be getting senile.
    I could have sworn I only had to change it once for the project.
    I can see the benefit both ways.
    Thanks again.

  4. #4
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    It's not a bug, It's a feature.

  5. #5
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    Quote Originally Posted by ShadowUK View Post
    It's not a bug, It's a feature.
    Yeah, gotcha. It's one of those features I could do without.
    In fact I'm changing the project. I will do without it.
    It's a definate pain in the back side.
    Last edited by holtgrewe; 11-02-2008 at 12:15 AM.

Similar Threads

  1. Error in Run Application with MS Calander Control on Window XP
    By Bhatt Bhavesh in forum Setup Factory 7.0
    Replies: 2
    Last Post: 06-09-2006, 11:35 AM
  2. Example: Animating the Window Title Text
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 05-13-2004, 01:30 PM
  3. Setting my Application to Expire After Thirty Days
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-01-2003, 02:45 PM
  4. HOWTO: Make an AutoPlay Application Expire
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-09-2002, 10:10 AM

Posting Permissions

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