Changing Title on the Window

Hello everyone.  I am having a problem - hopefully someone can help.
I am using RoboHelp 7. I compile my help files into a MS HTML Help format.
I am having problems changing the title on the windows when it opens.
I tried changing using File>Project Settings.  I changed the project title
to what I needed.  When I recompile, no change occurred.
I went directly to the HHP file.  I changed the value for NeWWindow.  This
changed the name of the window after one recompile.  But later when I make a
few changes to the help file and recompile, I get the old title back.
What am I doing wrong here?  Is there a system file or backup file where this
change needs to be made as well?
Thanks in advance!
MS

Hi mslewn and welcome to the RH community.
Go to your Project Set-Up pod and double click on the "New Window" displayed in it. In the dialog you'll see a "Window Caption" field that should be set to your required text.
Read the RoboColum(n).

Similar Messages

  • CHANGE COLOR OF THE WINDOW TITLE

    Hi,
    I am working on forms6.
    Can I change the color of the window title dynamically? Please help.
    Thanks.
    Phebe.

    private void initLookAndFeel(){
    try{
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    UIManager.put("MenuItem.background",SystemColor.info);
    UIManager.put("Menu.background",SystemColor.info);
    SwingUtilities.updateComponentTreeUI(this);
    }catch(Exception e){}
    }

  • How can I change the title in the window at any time?

    As title

    setTitle
    public void setTitle(String title)
    Sets the title for this frame to the specified string.
    Parameters:
    title - the title to be displayed in the frame's border
    title - the title to be displayed in the frame's border. A null value is treated as an empty string, "".
    See Also:
    getTitle()
    for an example:
    // get project name and set window title accordingly
    String oldTitle = new String("");
    oldTitle = <windowname>.getTitle();
    <windowname>.setTitle(oldTitle + " - " + projectName;

  • Display Server Name on the title of the WINDOW : Best Way to Implement

    our weblogic is deployed in a clustered environment(group of weblogic instances)(say for eg) Server01,Server02,Server03). Every time the request will go to any one of the weblogic instances. Now i need to display the server name on the title of the IE window.
    Web Application : - Server02(request 1)
    Web Application : - Server03(request 2)
    For that i've followed the following approach.
    <filter>
    <filter-name>AppFilter</filter-name>
    <filter-class>com.src.app.AppFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>AppFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    All request will go thro' the filter.
    In filter, dofilter method of AppFilter, set the server name as below.
    request.setAttribute("HOSTNAME", (" " + InetAddress.getLocalHost().getHostName()));
    In all jsp title,do the following.
    <title>WEB Application <%= request.getAttribute("HOSTNAME") %></title>
    This is working fine. I would like to know, if there's any better way of doing this?

    Thanks for all your replies
    user13118480,
    We have one admin server and 3 managed servers.
    3 managed servers are in different machines(sprd01,sprd02,sprd03).
    we have a big ip configured against these managed servers. we expose only the big ip to the end user.
    Based on load, the admin server will route the request to any one of the managed servers.
    Reason for displaying the server name on window
    The reason for displaying the Server Name (m/c name where managed server is running) on the window , is to help the developers to find out
    the current logs.
    log (app.log - logger file - log4j ) will go to sprd01,sprd02,sprd03.
    now if we display the servername on the window, then we can direct go the machine and look for the logs.
    otherwise,developer has to search for all in all the boxes.(sprd01,sprd02,sprd03)
    Questions:
    --Now i would like here more abt the Host HTTP header.
    *1. is my approach to retreive the host machine name is good? is there any other simple way to get the host name?*
    *2. as per your answer, are you asking me to get the host name from httpheader. request.getRemoteHost()?*
    *3. is there any way i can set the title of the browser window from filter itself instead of setting requestAttribute in filter and reading the same in*
    all the jsp's?
    4. Is there any better way to implement this requirement?
    baftos,
    Reason for using a filter.
    Tomorrow if i dont want to display the machine name in the window,
    then all i need to do , is to change the filter statement as follows, instead of changing all the jsp's.
    request.setAttribute("HOSTNAME", "");

  • Using generic master Iviews - How change title on the preview??

    Hi All,
    We're using r/3 4.7, mss 60.1.20.  I'm using the generic master iviews to create specidic java iviews.  I'm using a sap query and the generic jsp's provided. 
    One of the examples provided is 'Communication'.  So i copied it and put in my own sap query name.  I put in a title in the Tile field but the title when i preview it is sitll 'Communication'.  Does anyone know why this is or how i can change it?
    Also is there a way of creating fresh iveiw based on master iviews?  there doesn't appear to be an option for it in the iview template..
    Thanks in advance,
    Liz.

    Thanks Linda. I understand that about the default settings.  I was wanting to see different optimization speeds based on different internet connection speeds, not just 56kps.  I was hoping there would be an option to select different download speeds so you can see how quickly a file would download based on 56kps verse a DSL line.  I don't appreciate this restriction as most people are using high speed internet connections.

  • Displaying the title of the open panel when attached to a window...?

    This is probably a really obvious question... but when displaying the open panel as a panel/sheet attached to another window - is there a way to display the panel's title, or some other way to prompt the user?
    For example, I have a preferences window that the user can click a variety of controls, several of which display the open panel... I'd like some way to remind the user which path to select (eg. "Select the path for BLAH").
    One way around it is to temporarily set the title of the window the open panel is attaching to, but I have several windows, and the panel may attach to any one of them... I'd rather not test for each possibility (because, for example, the nib for that window might not be loaded yet, etc.).
    Any ideas?

    Wow, I should probably get some sleep...
    The answer is obvious... after all, I need to know which window to attach the panel to.

  • Get the window title?

    I want to use the method AVWindowGetTitle(AVWindow window, ASText text) to get the window's title, but it even cannot be built successfully. When building the project, it always says "AVTArraySize(_cdecl *)(AVWindow, char *, AVTbufferSize)': too few arguments for call". But it's explictly, I called AVWindowGetTitle but not AVTArraySize... In our SDK's samples, we also call AVWindowGetTItle, why it cannot pass in my code?
    The purpose I get the title is Adobe sdk does recongnize pdf file name in Chinese, so I want to have a try to get the title of the window. If any other way we can get the Chinese name of the file, that would be better.
    Thanks a lot.
    Thanks
    Daniel

    You don't mention what version of the SDK you are using with what compiler on what OS platform.
    Acrobat 9 and X SDKs (which are the only ones supported at this time) work just fine with Chinese filenames.  What API calls are you using that do not?
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 24 Nov 2011 05:00:01 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: get the window title?
    get the window title?
    created by aaaawerewedsv<http://forums.adobe.com/people/aaaawerewedsv> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4044745#4044745

  • The window title attribute for the page layout region has not been set

    Hi, I am a newbie to OA Framework extensions. Could you please advise me how to get rid of below error ?
    "The window title attribute for the page layout region has not been set. This attribute value will be used for the browser window title and should be set according to the UI standards. A default window title will be displayed for all such pages that violate the standards. Action: Set the window title or title attribute for the page layout region. The title attribute is used as a secondary source for the window title if the window title is missing."
    My requirement is to extend a VO and almost done with that but when i run the PG ( HomePG.xml ) file to ensure everything is fine , The target page is being displayed with above error. Just to let you know that i have already set the Titile and Window Title attributes for the HomePG.xml region i.e PageLayoutRN.
    One more thing i would like to share is that i was set the Window Title to 'Oracle Applications Home Page' , but target page name is being displayed as 'Oracle Applications'.
    Any suggestions ??
    Thanks.

    Hi all, I now getting below error when i click on notification from notification page ( AdvancWorklistPG.xml ) which should have taken me to the notification details page ( NotifDetailsPG ). Please note that i am running the page from Jdeveloper.
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT NtfEO.NOTIFICATION_ID,
    NtfEO.RECIPIENT_ROLE,
    NtfEO.BEGIN_DATE AS BEGIN_DATE_F,
    NtfEO.DUE_DATE AS DUE_DATE_F,
    DECODE(NtfEO.MORE_INFO_ROLE, NULL, NtfEO.SUBJECT, FND_MESSAGE.GET_STRING('FND','FND_MORE_INFO_REQUESTED')||' '||NtfEO.SUBJECT) AS SUBJECT,
    NtfEO.PRIORITY AS PRIORITY_F,
    NtfEO.STATUS,
    NtfEO.END_DATE AS END_DATE_F,
    NtfEO.USER_COMMENT,
    NtfEO.MORE_INFO_ROLE,
    NtfEO.FROM_USER,
    NtfEO.FROM_ROLE,
    NtfEO.TO_USER
    FROM WF_NOTIFICATIONS NtfEO
    WHERE NtfEO.NOTIFICATION_ID = ?
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:597)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.nav.OAPageButtonBarBean.processRequest(OAPageButtonBarBean.java:351)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:953)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01008: not all variables bound

  • Hiding Window bar which shows the window name

    Can anybody help me in hiding the window bar which shows the window name .

    Just curious... why do you guys want to hide the window bar? It would make your application look different from standard applications running on their platform.
    Are you aware that you can change the title on the window bar so it reflects the name of your application?

  • When trying to exit the window, it minimizes instead.

    Hello everyone
    Recently I've had an issue where i try to go up and close a window by clicking the red button
    as i do so, the yellow button actually does the "pushed in" thing as if I clicked the yellow button instead of the red one.
    So it minimizes and i have to go back down to the dock, maximize it, and then go back again and click the red button for it to close.
    I know many prefer to just command+q but sometimes for apps like iTunes and iChat, I would just like to close the window so I have more room (13.3 inches doesn't support too many windows, but I love my MacBook)
    So doe anyone know if I there is a setting I can change or something I can do so when I want to exit out of a window, it actually exits, and not minimizes.
    Thank yoU!

    On occasion something along these lines happen with me as well, but I am not sure if it is the same thing you are experiencing as I have realized my problem is not a software issue but a mistake on my part. In any application when you double click in the title bar the window will minimize. The problem is that the area where this is available reaches from the left-most part ot the title bar to the right-most, including the area of the buttons. Every once in a while when I wish to close a window, i will simply miss the 'close' button and instead press the area in between the red and yellow buttons, therefor justifing the first click of the pair. And because the 'close' button lies withen the reigon of the title bar, when I attempt to again close the window, I create the second click and miimize the window. I looked again and noticed that when minimizing via the title bar, the yellow button goes into it's 'pushed' state as you described. And I think the reason this is a more common mistake in Safari is because I have noticed the buttons in the Safari toolbar are much closer to the top of the window than any other application I have looked at. Hope this helps you or anyone else who is making this mistake.
    BTW, in the course of testing out my theory, I have accedentaly closed my Safari window mid-post twice, and have had to start over from scratch... TWICE ><<br>
    iMac   Mac OS X (10.4.9)   17" screen, iSight and Intel Processor

  • Change Title Text

    I was hoping someone would know a way that I could change the text in the title of the window my program runs in.
    Currently in the contstructor I use:
    public MyProg() throws IOException
         super("This Program");
    }That sets the window title to "This Program"
    I would like to change "This Program" on the fly to say somthing else based on what the user does. How can i do this?? Thanks!

    If you use a Frame, which is a subclass of Window, you can use setTitle(String)
    :-)

  • Who Will Be the First to Tweak IE9 To Restore the Page Title into the Title Bar?

    It's a well-known fact that if you disable the tabbed view (i.e., you prefer to use multiple separate windows for your browser pages) the Page Title from whatever web page you visit doesn't show up anywhere.
    How does a blatant omission like this pass a design review?
    It's like someone at Microsoft doesn't think titles belong in Title Bars any more.  Who is this person, and do they actually USE a computer?
    In a similar vein, Windows Explorer windows no longer put the path in the Title Bar -
    unless you use one of the fine aftermarket products such as ShellFolderFix or ClassicShell to restore the Title Bar to service.
    Has anyone figured out yet what to tweak to put the page title in the Window Title Bar for IE9?
    -Noel

    I see I just got another up-vote for the original post in this thread.
    Perhaps it's time to follow up...
    TODAY, with Windows 8.1 and IE11, we see that you can no longer eliminate tabbed view.  Thus there is a place - at the expense of some space for the address bar, where the page
    title appears.  But it is not the Title bar, and it's usually not wide enough to fit the whole title.
    Why is Microsoft continuing to choose to do ANYTHING but follow their own desktop usability standards? 
    We see the ongoing departure of application design from standards not only in IE, but also in Office and other Microsoft applications.
    Hey!  We users didn't designate that space across the tops of windows as a title area.  Microsoft did.  We just got used to using it.  When we look to activate the proper window on our desktops, we look at the titles.  Fortunately,
    there are 3rd party developers who make programs to put the right things back, but I'm forced to ask:  Why?  This is not an accident.
    Are we being groomed by Microsoft to become used to and ultimately begin to accept random UI design?
    Microsoft engineers, are you being instructed to make your designs less conformant to desktop usability standards by your bosses?  If so, you need to tell them to kiss your collective asses!  You're not doing your products any favors by following
    such ridiculous advice, and as your products go so will your company.  You are not too big to fail!
    People will only allow themselves to be manipulated for so long.  Then you'll find some other company has made a product that's better (something you're
    facilitating by making your product worse) and is eating your lunch.
    Have a nice day in Redmond.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • How to Change the Windows Title in EP7.0

    Hi
    Can anyone provide some pointers on how to change the windows title bar in EP 6.0
    We would like to remove the words "SAP Netweaver Portal" from the title.
    I have found OSS note  695903 however this refers to EP6.0
    Thanks in advance.
    Ian

    Hi,
    For people who have no access to the note, here are the steps involved. The same steps are listed in the note :
    1) Logon to your portal with your user who has super_admin role.
    2) Go to the System Administration tab -> System Configuration tab.
    3) Go to the Service Configuration -> Central Configuration.
    4) Change the portal.html.head.title part. Do no forget to save the changes you made.
    5) Restart the j2ee server to be able to see the changes on the portal
    Cheers,
    Sunil

  • Changing the title of the Command Window

    How do i change the title of the command window form "C:\Programs\jdk1.2.1\bin..." etc to something more useful like "MyProgram"?
    Many thanks
    Cath

    What I amproposing is that if we all merge on the same chapter and examples then we can ask each other specific questions and all have the same benchmarrk and reference points!!
    I plan to advertize this on other lists and if we all use the same text then we are all the much further ahead instead of having questions from all sorts of text and nobody knowing what the other is doing and having completely different code and examples!!
    What do yu guys think?
    Personally, I am in chapter 8 just staring SWING. But I don't mind going back to the first part to help othere newbies (as long as we have the same text and the examples are from the text).
    For example, I have modified example 8-1, so that instead of just showing colors in the background, the buttons show a photo with text, shows text and changes the background, and will do something else ( don't know what yet)! But the whole thing is still based on the example code on page 323.
    I had some problems trying to figure how to do this... but if we all work on projects that are based on the code examples for the same text, we stand a better chance of all learning faster...
    So Yes, it is a study group using emails or chats...forum.
    The main difference is that if a person needs help we can all share code with them (NOT NECESSARILY DOING THE PROJECT...unless you wan to) but with the same book {Core Java2-Fundamentals or Core Java2- Advanced Programming} and with the help of at least one senior programmer that we have on the thread already ... with the otheres like you that want to join...all using the same book....Then no matter what project you are working on (from the book or work or school) we all have the same text to help each other and to reger each other to.
    Moreover, there never need to be another instance where the answer comes back: "read the tutorial" or check the docuemtation.... Those are good answers if you know what you are lloking for...but sometimes a person may need an example in working code.... and the tutorials don't answer specific questions where a person may not quite understand.
    So,
    why not stop by the New Study group that is going?...you can find us in forum New To Java Technology
    under the thread of "is anyone learning Java using the Sun Microsystems book...."
    In the meantime.... the person that was asking for hel here has not posted anything ... So I wonder if she realy wanted help?
    I will hang out here fopr another day or so and see if she answers my questions to her .. If nt then i will assume that this is a dead thread and I will no longer be here. You know where you can find me....
    phil

  • Changing the colour of the window title

    Hi guys, just a quick question, is it possible to change the background colour of the window title bar and if so where is it. Is it in the properties of the window or so?
    Just currently the text at the top of my window is barely visible because the background is a dark colour also
    Thanks.

    When you run the application it uses your operating system colours for the window title.

Maybe you are looking for

  • How do you move a clip from one event to a different event

    Can't find anyway to do this. Seems pretty likely I'm overlooking the obvious.

  • IPad alarm no longer working properly

    I have an iPad and have been having problems with alarms for severall months now.  I have a few different alarms set for different reasons and the first one to go off in the morning is sometimes 4 minutes late and sometimes as long as 30 minutes late

  • Satellite L505D Turn off Touch Pad While Typing

    This laptop is maddenning to post on forums with etc. because when typing I bump the mousepad and or one of the buttons and loose everything that I have typed.  I don't think this is the original install of Windows7 via Toshiba because I cannot find

  • MIGRATION DESIGNER REPOSITORY 6.0 to 6i

    I've tried to migrate repository 6.0 to 6i but in process i recive the error message: ORA-03232 unable to allocate extent to tablespace ... ORA-02063 error from link ... RME-02124 failed to excute SQL statement CREATE TABLE UPG_RM_TEXT_LINES ... I ha

  • Synching aperture across 2 macs

    This post is really to aid others who may have the same problem I have had (and the other posts about this subject are too old for me to be able to post a reply). I have a MBP and a Mac pro, and wanted to sync the libraries on each machine, using my