Having the title default to the document name

I have tried getting this to work a couple of ways but they have been unsucessful so far.
In my rule to have the title default to the name on checking I tried to use dOriginalName but that only works on check in revision and docRootFilename only works on urls since windows filepaths use oposite slashes.
Would there be a better way to go about this or is there something I could add to my rule that could switch the slashes before putting the path into docRootFilename?

Many thanks, Willam.
I have another question, which may be a bit of a stretch!
Is it possible to insert a variable (for example 'Our Software Name - ') that is added as a prefix to the title of every html page generated (i.e. the title bar as displayed in a web browser), but not reflected in the Topic Title within the Topic List in Robohelp?
For example, say I have 2 topics, one titled 'About', and one titled 'Configuration'.
It would be ideal if the html page title as displayed in a web browser reflected 'Our software name - About' and 'Our software name - Configuration', etc.
I can see that I can add a variable within the General Tab of the Properties section of each topic, but that just seems to override the actual topic name.
Alternatively I realise I could do a Search and Replace and add 'Our software name - ' after the  <title> tag for each html page within Robohelp, but that also renames the Topic Title in the Topic List to include the prefix.
I hope that makes sense.
Many thanks
Dan

Similar Messages

  • Is there a way to modify the name displayed in the Title Bar at the top of the Audition Window?

    It's not uncommon for me to have a copy of Audition versions 1.5, 2.0 and 3.0 all open at the same time if I'm doing some editing for a complex project. 
    It would be handy for me to quickly see which window I have open without having to recognise the icons of the different versions.  At the moment, each Title Bar just displays the Audition icon and the words "Adobe Audition".  I'd like to add the version number to the name, if it's possible.  I'm happy to edit the Windows Registry, if that is what is needed.
    Does anybody know where the Title Bar information is stored?

    I have an answer you might like Howard.
    You could simply export one title to a PRTL file, then duplicate it using an Excel VB macro to change the name of the file based on a list in an excel file. You could type in a couple of dates, then just drag down to the 365th row and all of the dates would be there waiting for the macro to rename the file. Then, if you are really talented, you could find the appropriate text in the XML file and change it to match the name of the title, but without the PRTL extension.
    That way the font and position and style would all be right and the effort would be in a file you could share with the world.
    Hmmm. I might have to try that myself one of these days. Could come in handy. If you are more comfortable with Word than Excel, create the dates in Excel and paste them into a table in Word. Just be careful not to mess up the
    Edit: Oh, and of course, you import the titles back into Premiere Pro.

  • How to change the title of an existing document?

    I have looked in online manuals and there are no headings for this.  I wish to change the title of an existing documents but can find no way to do so.  Any one have help on this? 

    You can also change the file name in Finder.
    peter

  • Downloading images used to go automatically to the last folder used to save images, even when reopening Firefox. In just the past few days, possibly coinciding wih the most recent updates, the folder defaults to the 'Downloads' folder. This is most annoyi

    Downloading images used to go automatically to the last folder used to save images, even when reopening Firefox. In just the past few days, possibly coinciding wih the most recent updates, the folder defaults to the 'Downloads' folder. This is most annoying. What happened? Internet Explorer 8.0 did the same thing. This was one of the reasons why I started using Firefox to download all images. I went into Tools>Options and it only lets me set another folder. I dont want to set a specific folder I want it to always go to the last folder used. So what gives?
    == This happened ==
    Every time Firefox opened
    == possibly when the most recent updates were installed, a few days ago

    Thanks jscher 2000. I guess I didn't make it clear. "It restarts with all the addons activated, and resumes with the tabs that were open before closing it." IE, it's running fine now with all the extensions activated. Everything is OK now.
    So something in the Firefox code was causing the bad behavior. It's not essential that I find out what the problem was - I'm just curious. And if anybody else has this same problem, it might be nice to have it corrected at the source.

  • How can I re-locate the 'Title' box on the first slide of my slideshow??

    how can I re-locate the 'Title' box on the first slide of my slideshow??

    You can't.  It's not a user controllable feature.
    OT

  • Imovie 09, ver. 8.0.6, crashes every time I select the titles button in the music, titles, photos, maps, section it crashes consistently. Apart from that it runs very stable?

    iMovie 09 version 8.0.6, consistently crashes every time I select the titles button in the lower right box (can't remember what it's called). Everything else seems to work fine, very stable. I recently had to convert some footage from another camera to be able to see it in iMovie, however, it was starting to "unexpected" quit, on me even before that though only 50% of the time. Now it crashed every time I try to add titles. I select the title button, everything hangs for a second, looking like maybe it will not quit, then I might get a color wheel, or not, before it kicks me out. Everytime now! Can't fiinish the end of the movie!

    An alternative solution....for now. If you copy the files to your desktop or in any other folder you want them (it's temporary), you can still import them in iMovie. Just click Archive, Import, Movies and search for the folder you put your files in. I did it several times with success, that means no error! Now I can use my files and edit them in iMovie. You can delete the files on the desktop, since iMovie has copied the files into the iMovie library.
    Another possibility is drag and drop the files from your desktop directly into an event. iMovie will copy the files into the library. For both options I am not sure if analysation for stability en recognising persons had been done while importing, but I guess you can do that later on.
    Do not make the mistake of importing them in Aperture or iPhoto, drag and drop it an iMovie-event and delete it in Aperture/iPhoto... You will only hear the audiostream, you will see miniatures in iMovie, though your videostream is gone. That's how I lost the first video of my second daughter .
    Until there's a good solution or update from Apple it works for me. I hope it does for you too!

  • How to hide the title caption of the column

    Hi friends,
    Can i hide the title caption of a column in a matrix. In my matrix there is only one column. i need to display its like a list box. Any one know how to hide the title caption of the column
    Thanks

    Hi Muna,
    this is a c# code how you clear the title from a column:
    ((SAPbouiCOM.Matrix)(oForm.Items.Item("mtxUID").Specific)).Columns.Item("ColUID").TitleObject.Caption = "";
    lg David

  • Hide the title bar on the task bar of a JFrame

    Hi all,
    I have create a JFrame with some controls and implement the functionality on it. Now I want to make some modification on the JFrame(actually on the GUI)
    On the visible of JFrame I can see a title bar of the GUI on the taskbar of my screen. I want to stop/hide that when the JFrame is visible. How can I possible to do it.
    I used Netbeans and there I've not found such a option.
    Thanks

    hiwa wrote:
    Try setUndecorated(true) call.Actually this only remove the frame title bar. Not the title remove on the task bar. I think I'm clear with my original post.

  • Adobe ID doesn't work as the "title ID" in the App Builder

    The Adobe ID I use to create folios (the admisnistrator ID) doesn't work as the "title ID" in the App Builder.
    I tried creating a new user, but that new user ID doesn't work either.
    Any suggestions?

    It just tells my the username password combination doesn't match, but it doesn't prompt me to change it. So tried changing the password througn the "forget password" link. It said they would send a temp passward, but nothing yet. its been about 20 minutes.

  • Is there a way to set an email mailbox so that mail from many months are stored, but the general default for the other mailboxes is a few days?

    Is there a way to set an email mailbox so that mail from many months are stored, but the general default for the other mailboxes is a few days?

    The only thing I can think of is to set the number of days to sync messages, shown below. But I'm not sure if this is what you're after. If it is go to Settings > Mail, Contacts, Calendars select the email account you wish to change.
    This will then only sync emails from the last week for example. In the screenshot all email messages would be synced to the iPhone.
    Message was edited by: Michael Bratley

  • Getting the title of an HTML document displayed inside a JEDitorPane

    Hello everybody,
    I am currently working on an HTML help file browser displaying the document inside a JEditorPane. Now I wanna do this: get the current document's title (inside <title>...</title>) and set the title of the JInternalFrame containing the editor pane (MDI - I know) to the document title mentioned.
    Setting the JInternalFrame title is not a problem, but when I tried to extract the title of the document, several attempts failed:
    String content = hypertextPane.getText();Applying this method gave me the following content:
    <html>
      <head>
      </head>
      <body>
        <p>
        </p>
      </body>
    </html>Looks somehow meager... :-X
    Document currentDoc = hypertextPane.getDocument();The "document" this method returned only consisted of HTML and BIDI ROOT as root elements, and HTML had only one child element: BODY.
    And the attempt
    docTitle = currentDoc.getProperty(Document.TitleProperty);simply returned NULL. :-(
    The editor pane's editor kit is:
    new javax.swing.text.html.HTMLEditorKit()The default content type is, of course, text/html, and I never display a document which is not HTML with my editor pane.
    Can please anybody help me? Thanks a lot!
    Regards
    Jacek.

    getProperty(Document.TitleProperty) does NOT work in
    my application. Here is the method I wrote for
    extracting the document title:
    * Returns the title of the document currently
    ntly displayed by the browser
    * @return <ul><li>the document's title<tt> -
    t> - </tt>if such a title
    *                 exists</li>
    *             <li><tt>null - </tt>otherwise</li>
    *         </ul>
    public String getDocumentTitle() {
    String content = new String();
    String title = new String();
    title = (String) ((HTMLDocument)
    cument) hypertextPane.getDocument()).
    getProperty(Document.TitleProperty);
    return (title);
    }The HTML pages I display with my browser all do have a
    <title>...</title>. However, my method keeps returning
    NULL all the time.
    I built my browser with JDK 1.3.1 LINUX i586, but I
    tested it with both 1.3.1 and 1.4.1. The results are
    always the same. :-(
    I think the promblem is, that getProperty(Document.TitleProperty) returns null until the document is loaded completly (this happens assynchronly). Add the following code to handle this issue:
            hypertextPane.addPropertyChangeListener( new PropertyChangeListener()
                        public void propertyChange( PropertyChangeEvent e )
                        if( e.getPropertyName().equals( "page" ) )
                            title = hypertextPane.getDocument().getProperty(Document.TitleProperty).toString();
                    } );I use it this way

  • Can I get Pages to automatically use the first words of my new document as the title of it, the way Word does?

    This s a very handy feature of Word that I would like to use also in Pages.

    Run this huge script :
    --{code}
    property title_len : 32
    tell application "Pages"
              tell document 1
                        set newName to (characters 1 thru title_len of body text) as text
              end tell
              set name of document 1 to (newName & ".pages")
    end tell
    --{code}
    Yvan KOENIG (VALLAURIS, France) samedi 13 août 2011 19:56:19
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Pages App, is showing the titles of all my documents but icons are a black and white pages icons and the files won't open, what can I do?

    I recently updated iTunes and had several crashes on the next sync with my ipad2. Now when I open the Pages App, all my documents are shown with a black and white Pages icon, the title and date created is there but I cannot open any of the documents I created with this app, I have about 2 months of work I need to be able to open!

    It sounds like you are seeing what you should see when you are in the thumbnail view of all of the documents. If none of the files will open when you tap on them, try quitting Pages completely and then restart the iPad and try again.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button

  • Change or remove the save default for redacted documents

    Once a document is redacted, I would like to save it as the exisiting file rather than using the "_redacted" added to the end of my file.   We use a proprietary software that allows us to make changes to the current PDF document and resave it to the same file name without much difficulty, but we must use the "SAVE" option not the "Save as" option.  With the auto save with a redacted document, we are unable to save it without using the "save as" option, which causes the document to be put in another location and reattached to the software entry.
    Can this Auto additon of _redacted at the end of the file name be removed from happening?

    Go to Edit - Preferences - Documents and untick the box that says "Adjust
    filename when saving applied redaction marks".

  • Where is the title bar in the document tab?

    Im trying to complete the tutorial but the actual IDE is setup differently than the one they used when they made the tutorial. It wants me to change the title in the title bar, but there isnt one.....

    <title> has been moved to the Properties Panel (Ctrl+F3).
    What's New in the October Release:
    Dreamweaver Help | New features summary
    Nancy O.

Maybe you are looking for

  • REPORT OR TABLE TO CAPTURE SALE ORDER AND DELIVERY ORDER HEADER TEXTS

    HI GURUS, where are the sale order header text is stored? How to retrieve the same in the form of report. the same for Delivery order header text.. Regards Sri

  • Integration (math) in java?

    is there a mathematical integration method available in java? thanx chandika

  • Multiple constructor help needed

    Good day to all. I have an object that has 2 constructors. I want the first constructor to be able to call the second. Is this possible? Pseudo example..... public class O{   int val;   public O(String S) throws Exception{     int i = Integer.parseIn

  • Tcode and authorization objects

    hi gurus, i am confused : if in a role i have all the authorizations for one authorization object (for example S_TRANSPRT) but i don't have the tcode (for example stms) used by this authorization object in the list of tcodes will the users have acces

  • JMS in RAD 6

    I have created a JMS client (programatically) in RAD V6 by using all the properties HOST,Port,queue connection factory. INITIAL_CONTEXT_FACTORY=com.ibm.websphere.naming.WsnInitialContextFactory Server is in different machine. I am able to createquequ