How to edit file title bar?

In Frame 7.2, when I open two or more files (stored in a folder several levels below My Documents), the path is long enough in the file title bar that it's difficult to see the file name without dragging the window to the left or shutting down some control boxes stored on the right side.
Is there a way to make Framemaker show only the file name? My alternative is to move all files up a few levels to shorten the path.
Yours,
Michael F
=======

Michael,
This is a known problem. Unless you can live with waiting for the tool tip showing the full path (at least in the most recent versions of FrameMaker), the only option is to modify this property via FDK programming. A friend of mine has a script titled In Window Title, Display File Name Only (to be used with FrameScript) in his free script collection:
http://www.i-frame.itl.info/en/feature-description/free-scripts/in-window-title-display-fi le-name-only.html
If it really bugs you, it might be worth investing the $149 for the FrameScript plug-in to run this (and other useful) scripts.
- Michael

Similar Messages

  • How to edit file 'Title' in 'Get Info' (More Info)

    Hi, I hope this makes sense!
    I have several MP3 Audio files saved to my music file in places. When I use the 'Get Info' function the files have a Title. Is there a way to edit this Title. I can see that the 'name & extension' can be edited but when I import into itunes it is the title that is shown.
    Thanks

    Thanks for the replies K T & V.K.
    I can also drop the file into itunes and click on 'name' to change it. What I really want to do is as follows;
    The music files all have the same 'title' but different 'name & extension'
    When dropped into itunes this application uses it's title as it's name, therefore all files would have the same name in itunes!
    Before putting the file into itunes if I can re-title these files it would save me loads of time.
    Thanks again.

  • How to edit file attachments in Mavricks Mail?

    Does anyone know how to edit file attachments in Mavricks Mail?
    Eudora, Foxmail and many other email programs allow you to simply click file attachment, open it, edit it, and FORWARD it to others.
    This is extremely difficult with Mail because it forces every single incoming file attachment to be READ-ONLY which means you are forced to re-save a copy in a folder then after editing it you need to spend time to fish it out of the folder, reattach it and then forward to others. It is a huge time wasting headache not to mention polluting your system with extra copies of files.
    Thanks

    I believe you are missing something. I'm not on my Mac right now but there should be a setting where to save attachments and also muiltiples at one time.

  • How to edit song titles

    How to edit song titles in lumia phones (lumia 720). How to create playlist on the phone itself (without using pc or laptop.)

    Babaganoosh wrote:
    Would I have to edit the song titles in iTunes and then sync it with the iPad?
    Yes.

  • How to edit podcast title page?

    I'm not seeing how to edit the title line on the podcast page here
    www.jimsavage.net
    it's acting like a hyperlink that's set to white text (so you cant see it, yellow scrollover.
    Also is there supposed to be a "read more" option at end of text on this page like on the blog title page?
    Thanks

    Just make the changes in the feed an reupload it. It will normally take 1-2 days - sometimes longer - for new episodes and other information changes to appear.
    If you want to change the picture you should give the new picture a new filename and change the feed accordingly: iTunes caches the image and if you change the picture without changing the filename it's unlikely iTunes will realise it's changed. If you're using an online service to make your podcast, as seems to be the case, you may not be able to change the filename so all you can do it wait and hope the change is picked up eventually.

  • How to blink jframe title bar?

    hi, i have an application i dont know how to blink the title bar of the frame when it is minimized. I hope you can help me. Thanx in advance.

    When the frame doesnt have focus
    you can use
    yourFrame.setVisible(true);
    and it will blink similar to the MSN Messenger on the task bar..
    It works well on XP, 98 n ME.. I havent tried on 2000 but i use it for the messenger I developed and it works absolutely fine
    Hope it helped
    Boney S.
    [email protected]

  • How to edit file names.

      How to edit file names.

    Right click the file and choose "Rename".
    Type the new name and press "Enter".

  • How to Edit the Title (file name) on forms 10g Screen.

    Hi ,
    How can one edit the Title ,and <(file name)> on forms 10g Screen ....
    I tried editing through the forms module preperty palette , but could n't change the Title, or file name on forms menu screen ...
    I guess , the entries are made through some other means...
    Please let me know on how to do this .
    Need a quicker reply ..
    Thanks in Advance
    Sanu

    using the below code too not getting me the new names entered by me ... still the old title names are comingWhat do you mean by new nemes? It will return you the actual file name which is saved in phycical location and form name will return you the module name which displays when you open forms in builder.
    Or you mean something else then its better to provide any example..like what is happening actually with you.
    -Ammad

  • How to forbid window title bar to be draged?

    If a top level vi has the window title bar,how to forbid user to drag the title bar to change window's position?
    P.S. vi's property "Allow user to resize window" has been forbidden.
    LabVIEW 8.6

    Unfortunately, the LabVIEW event structure does not provide an event like "Panel Move" or a similiar stuff.
    I think, you have two different options:
    a) Either use the event structure -> timeout case to set (if necessary) every Xms with the invoke method "Front Panel.Runtime Position.Custom" the position of the VI.
    b) Probably you find an appropriate function in the attached zip file
    Thanks,
    ThSa
    http://www.newgistics.com
    Attachments:
    WinUtil.zip ‏647 KB

  • How to see if title bar of Window is selected

    In my Java program I have various Window types, such as JFrame and JDialog. How can I recognize if the title bar of the window has been selected?
    (Java must recognize when it is selected, because this selection allows you to move the window.)
    Please help! Thanks!

    BrigitAnanya wrote:
    Well, I don't just want to know if the window got the focus, which can also happen when something else inside the window gets selected, not just the title bar.You could add a focus listener in the JFrame or JDialog.
    FocusListener focus = new FocusListener(){
           public void focusGained(FocusEvent e) {
              System.out.println("I got focus");
           public void focusLost(FocusEvent e) {
              System.out.println("I don't have focus");
    };In the future swing related question should be posted in the swing forum.
    Edited by: Yannix on Sep 26, 2007 3:42 PM

  • How to display File Title instead of File Name in Search Results

    Hello All,
    I want to display the File Title instead of File name in the search results. For example when i do the search for the HTML Pages i get the File Names i.e. Index.html However i want 'HTML Page Title' to be displayed instead of File Name.
    Please help in this.
    Full points guaranteed...
    Vaib

    Hi Vaib,
    first, the search result is displayed with some layout set. The standard layout set used is the SearchResultLayoutSet. This uses the StandardSearchResultRenderer as it's collection renderer. And this in fact renders the display name and not the ID: <i>rnd:displayname(contentLink/[1;2-3]/alignTop/space-right=30)</i> within "Displayed Properties". Maybe on your site the default settings have been changed.
    For how to use a different layout set etc see http://help.sap.com/saphelp_nw04/helpdata/en/2a/4ff640365d8566e10000000a1550b0/frameset.htm for details.
    Hope it helps
    Detlev

  • How to edit the Title/Subject of a Mail?

    Hai Everyone,
    I have a program which sends an email with an attachment (Selected rows in HTM Format). I am using the SO_OBJECT_REPOSITORY_MANAGER Function Module to send the Mail, my problem is i am not able to edit the Title/Subject of the Mail before sending the Mail.
    I also tried setting the PRTCT(from Structure SOOD1) field to X, but still it doesnt work.
    How can we achieve this?
    Thanks in Advance,
    Best Regards,
    rama

    Hi,
    I am unable to find out function module specified by you in my SAP system.
    Still I have found similar kind of FM.
    Please find below link if it helps you.
    [http://www.sap-img.com/abap/sending-mail-with-attachment-report-in-background.htm]

  • How to edit slideshow thumbnail bar

    Hi
    Does anyone know how to edit the thumbnail preview bar that is generated on the photo album slideshows. I know you have the choice to click on the two buttons between the "back to album" and "download" text to hide the bar, but I would far rather either not have it at all, or be able to set it not to be shown as the default.
    I've scoured here and the web, but cannot find an answer.
    Any help gratefully received
    cheers
    J

    Cyclosaurus as posted code for an HTML snippet to change the default style/mode of the slideshow in his post here: http://discussions.apple.com/thread.jspa?messageID=6272619&#6272619 . I couldn't find any post to remove the thumbnail tray however.
    You could use a flash based slideshow instead of Apples. Examples of them are here:
    SimpleViewer and Flash Album Exporter
    Flash Album Exporter Postcard and AutoViewer Slideshow Themes
    Jalbum
    Jalbum has over 100 different skins/themes you can choose from. The others are created via the Flash Album Exporter plugin for iPhoto.
    OT

  • How to rotate caption (title) bar of CDockablePane

    Dear All
    Is that possible to   rotate caption (title) bar of CDockablePane when it dock.
    I mean to say is that possible to put title bar in the left side or right side with rotate text.
    if possible could some one tell me how.
    Thanks in Advance.

    I think it is hard to rotate caption (title) bar of CDockablePane. Create a non-caption dialog and custom a area as the left caption bar. And You need to make the dialog dockable.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to edit files directly from server?

    I'm new to dreamweaver (CS5) and I'm really lost when it comes to editing files directly in remote servers.
    When you add a new site, you have to select a Local Site Folder. I dont mind that html editor saves auto backups to my computer, but I really dont want to download files from the server, edit them and upload them back to the server. In my work I always edit files directly over SFTP servers.
    After spending time configuring DW, I can now connect to the remote server, edit a file and save it to the server (I know that really the files are automatically downloaded to my pc and sent back when saved). The only problem with this is that everytime I open a file from server, I get this annoying prompt "Do you wish to overwrite your local copy of [FILE]?"
    How can I disable this for good, or is the dreamweaver just not the right tool to edit files directly from servers?

    Again, if you are doing it the easy way, you don't download files from the server to edit them.
    Always edit local files. Then upload them.
    When you open Dreamweaver, your Files panel should be showing Local View, NOT Remote View. That way you are working with local files.
    The way you're doing it here's what happens:
    1. You doubleclick a file in the Files panel (Remote View)
    2. Dreamweaver connects to your server and MUST download the file and related content (because the software IS NOT installed on the server and you CANNOT edit there)
    3. When the file is downloaded, Dreamweaver asks if you wish to overwrite the local file because when you save it before putting the file back, your OS will not allow two files of the same name in the same location and the file MUST be saved before you can put it back.
    4. You then put the file to the server, overwriting the original file.
    All of that can be avoided by simply opening THE LOCAL FILE and editing it. Then you put it to the server, and overwrite the original with the edited file.
    "What if someone else modifies a file on the server after I saved it, when I open and edit a local file, wont I just replace it when I upload it?"
    If multiple people have access to the same files on the server, you NEED to have collaboration software so that when a change is made it can be saved by EVERYONE who has access to the site. Something like LiveCycle.
    Without that your site will be a mess in no time because six different people (or more) will have six different copies of six different sites locally and they will all be working on it at the same time and it will end up like a Three Stooges movie where Larry, Curly and Moe are all cooking dinner and each adds the same ingredients at different times.

Maybe you are looking for

  • My computer no longer recognizes my ipod

    I have an iPod classic 5th gen, and have been using it on the same computer for over a year just fine, but the last time I tried to plug it in, iTunes wouldn't recognize it. Itr shows up on the desktop, but not under the device tab in my itunes. Is t

  • Cost of goods sold for trading goods

    In my company Cost based copa is configured. We do manufacture and sale the goods, also we do trading to goods. for manufacturing goods the standard cost estimation is released but for trading we are not doing std cost estimation. In SD pricing proce

  • RFC call  - issue

    Hi all,     I have a issue in makeing RFC call to a function module . The scenario is , i have a custom built transactions which in turn call few standard transactions in one server(A) and i want to open these transactions from another server(B) usin

  • Why can I not open the web form link in ms outlook

    I copied a link to my web form to ms outlook recipients.  They cannot open the link.

  • IPod classic is locked and wants a combination. Never set one. How do I unlock?

    iPod classic is locked and wants a combination. Never set one. How do I unlock?