Can't remove file name from portfolio-9 Pro

I've unchecked the Name box in the Specify File Details but the file name still appears in the portfolio display.
Help much appreciated.
Paul

Try this...
In terminal type
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
charlie

Similar Messages

  • How can I remove unwanted downloads from my macbook pro?

    How can I remove unwanted downloads from my macbook pro?

    Go to the Download folders as specified in the browser's or mail app's preferences and delete what you don't want to keep.

  • HT5634 how can i remove windows 8 from my macbook pro

    how can i remove windows 8 from macbook pro

    Open the Boot Camp Assistant in the /Applications/Utilities/ folder and return the drive to a single partition setup.
    (103664)

  • Remove background picture file name from my macbook pro

    I have a 17" macbook pro with MAC OS 10.7.5 and was trying to access the desktop pictures to copy the images.  I entered a command that I thought would reveal the hidden picture folder and instead my dispaly now not only shows the image but also its file name across the middle of the screen  (e.g. Library/Desktop/Images/Andromeda Galaxy.JPG).  It doesn't matter if I select another image, the new path name displays right along with the new image.  I don't recall the command I entered but can someone help me undo this?  Any help would be much appreciated!  Thanks in advance!

    It's actully the path name I need to delete whichs show now in both my desktop and my dashboard.  The history of my terminal commands in reverse chronological order is as follows: 
    Library/Desktop/Pictures
    open/ Library
    admin$ defaults write com.apple.dock desktop-picture-show-debug-text -bool TRUE;killall Dock
    Thanks so much!

  • Removing File Name from Slideshow

    Using CS4 I create a slideshow to embed in a webpage as a photo gallery. How do i Disable the display of a file name under each picture? I have tried to insert captions and everything I can see to try but the file name still appears and no captions show up??

    Which Slideshow preset are you using?
    h

  • How do I remove files names from my contact sheets in bridge?

    I'm creating a contact sheet in Bridge and I only want the pictures not the text file names on the final contact sheet.  How do I do this?

    I only want the pictures not the text file names on the final contact sheet.
    In the output panel are several options to select or deselect. In your case go the 'Overlays' and inhere deselect 'filename' and ' extensions' for not showing this info on your final contact sheet. You can also create a template when your final lay out is ready so you can easily return to this lay out when needed.

  • How can I remove the ifunbox from my MacBook Pro?

    I accidentally downloaded and installed the ifunbox and now I can not remove it. How can I get rid of it? Thank you.

    You may have already found your answers but if not, you simply use your finder. Select 'Applications' on the side. Then find the iFunbox icon and drag it to your trash bin. Give it a few seconds and then check your launchpad. I should be gone. I had the same problem and got very frustrated at the fact that I couldn't remove it through the launchpad, as I do other apps. Hope this helped, that is if you still needed it.

  • How can I remove my name from being associated with the GB file I export?

    I am using Garage Band '11, 6.0.5.
    I am editing an audio recording for a friend.
    When I exported the edited recording, it had my name associated with the file as the artist, album, etc.
    I searched and found "My info" (in "Preferences") and deleted my information from ALL name, album, artist fields, but it still exported the file with my name as the artist (but it did not list it as from my album this time)?
    Does anyone know how/where/what I need to do to remove all references of my name associated with this file I'm editing?
    And also, can I change who is associated with a GB file, from file to file (i.e. if editing my audio, use my name & info, if editing for a friend or colleague, theirs?  or is the name associated with my GB account universally embedded into every file, no matter if I want it to be mine or not)?
    Thank you for your support!
    Joe

    When I exported the edited recording, it had my name associated with the file as the artist, album, etc.
    The problem is, that this information is stored with the GarageBand project, when you first create the project.  You have to edit the Preferences, before you create the project.
    If the project already exists, you can change this option by turning the project into a podcast. Add a Podcast track (Track menu, Show Podcast Track), select the podcast track, and open the Info panel. Then edit the artist field in the Info panel, before you save the song to disk.
    (added: I saw the workaround with the Podcast track first in a post by Edgar).

  • Can I use file names from some folder to specisfly a value of a variable

    so here is the thing I want to do:
    I've got like 3 variables in my swf file which value tells to
    the code how many picture there are to load.
    So I have like
    var totalPics:Number = 5
    in my folder images I have 5 pics, but I want to put 3 more
    so I want to make suck code that will check the total files in the
    folder and return a value of 8 or check the name of the last file
    found in the foulder like pic8.swf (I've made it into swf to load
    in a loader) and to take that letter 8 from it as a value to put in
    the variable totalPics so it is = 8.
    Can u tell me is this possible to make in flash.... where I
    should read helps or guides .. or just give me a simple example
    please.
    Thank u a lot. If u have any more questions, just ask me..

    Very helpful of you guys ;] Thanks a lot.. so lets continue
    on the matter..
    GWD the second option is good but can work in a simplier
    code.. mine is a bit complexed and by that I mean.. that the total
    number of pics or things to load should be known for the main swf
    file at his start. That is because before the turn for the pics to
    load comes, there is something else that must happen first, and it
    depends on that total number (actually 3 total numbers cuz there
    are 3 folders with different pics that must mix) So.. can't use the
    second option cuz it works good when the code is a bit more simple
    than that.
    If u didn't understand whant I tried to explain.. doesn't
    matter.. not so important atm.
    Now the thing with the LoadVars.. yes, I've been thinking the
    same thing but like this: At the 1st frame in the main timeline I
    have 3 variables that are used further in the code and that must be
    predefined by how many pics there actually are, so.. I've been
    thining to make 3 different var1.txt, var2.txt and var3.txt files
    for example and to put there as value just the number I need. So
    when I add more pics for example to my images folder, I edit the
    txt file containing their total number and just change it so the
    code can automatically add the new pics to the sequence.
    I've got some examples of this how LoadVars works with txt
    files and I think I can manage to do that, but anyway would be nice
    of you to give me some example ;] and of course correct me if my
    toughts above are not true.
    Now.. SumTsb.. what u mentioned, I am interested in, because
    I have a PHP guy, who can make me a code that automatically counts
    and gives back the totalPics number from a certain folder (I don't
    know for sure that it is possible but if it is he can do it). My
    point is.. When he makes this code.. that reterns value of
    totalPics, how can I redirect it so it changes the value of
    totalPics inside my main swf file. I see only this as option at the
    moment:
    1) when someone adds or deletes files from the folder the php
    code returns a different value, equal to the number of files in the
    folder, and automatically changes the content of the file var1.txt
    like this:
    First off var1.txt has: &content=10 // this is the total
    number of pics/swf files in the folder;
    when u add.. like 3 more files.. the php code changes the
    value inside of var1.txt to: &content=13 and when the main swf
    is started he takes the new value and my problem is solved. Is this
    what I say as example true ? If it is I guess the only thing left
    for me is the php programer to make his code and job is done.
    But answer me this question too: is it possible the php code
    to return the value of the totalPics directly into the main swf
    file. So if I have inside the main swf a variable at the first
    frame ot the main timeline called totalPics, can the php give it a
    value equal to the total numbers of files in a folder, and how ?
    I guess I've written too too much :D so I'll wait what u will
    answer me now.. I think you understood my idea.. and if more
    questions arise I will write u back. And if no.. I will just thank
    you a lot :D

  • Remove file name from appearing as a title

    How can I stop the file path appearing as a title on my video?

    Click on the Wrench symbol and from the drop down menu choose Overlays to toggle it off.
    MtD

  • How can I remove Middle Name from my profile?

    When posting in the forums, my name appears as Eric C Hansen. I don't want the 'C' to show up. I tried to delete it in My Profile, but it keeps reappearing.
    It isn't a required field, why can't I delete it?

    Eric,
    Thats a bug. I think if you put a space character instead of your initial it will update- not 100% though.
    OTN

  • Can't Remove File Path from my Finder Toolbar

    My brother put file path on my computer by going into the Terminal app. and typing something like: killa apps
    But I don't like it, so I want it gone please help.

    Try this...
    In terminal type
    defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
    charlie

  • How can I remove Windows XP from my MacBook Pro?

    I've tried everything I can find to get rid of Windows XP on my MacBook Pro.  I have OS X 10.5.8 and, unlike later versions, BootCamp Assistant 2.0 doesn't allow the option to restore the disk.  And I can't find an update to BootCamp anywhere that will work. Seems I need Snow Leopard to upgrade to 3.0.

    Boot Camp has an option to remove the Windows partition provided you made the partition with Boot Camp and did not later modify it or create a third-partition on the drive.
    This may work:
    Open Disk Utility, select your drive in the sidebar, then click on the Partition button in the DU main window.  Select the Windows partition by clicking in the Windows rectangle of the partitions display.  Click on the Delete [-] button to remove the partition then click on the Apply button.  Wait for DU to either complete the operation or error out.  If DU removes the partition then click on the partition sizing gadget (lower right hand corner) on the main partition and drag all the way to the bottom to fill the gray space left from removing the Windows partition.  Click on the Apply button and wait until the operation is completed.
    If you get errors at either of the two procedures then that means the drive's RDB has been damaged or altered.  In this case backup the drive, boot from the backup, erase the drive, then restore the backup.

  • How to delete file names from Adobe Reader list

    How can I delete file names from the Adobe Reader list?  I have deleted the file & it's empty, but deleted file names remain in my list & it's very annoying.  I can't seem to find an option anywhere to delete the file names.

    Thanks for the answer, I will try this & post my results with this method.  I have set the amount to zero, & it seems if I want to put back valid files into my list I first need to find them in another file in my pc, such as documents, open them in Adobe Reader, & then then they will reappear in the Adobe Reader list.  Is this correct?  Thank you!
    This seems to be the case, you need to restore each file you want in your list one by one by accessing them elsewhere on your pc, & then you must open them with Adobe Reader to have files reappear in your Adobe Reader list.  However, this seems to be a tedious process if you only want to delete one obsolete file from your list by first emptying the list & rebuilding it file by file.  It works, but I'm wondering if there is a more sensible & efficient way to do this?

  • File name from a path

    hi ,
    there is a path "c:\abc\abc\abc\abc\abc.doc", i have to get file name from it.
    but i had to write a dynamic code which can get the file name from any given path.

    Smoke me a kipper, I'll be back before breakfast.
    SQL> var extended_filepath varchar2(128)
    SQL> exec :extended_filepath := '/this/is/a/path/to/a/file.txt'
    PL/SQL procedure successfully completed.
    SQL> select instr(:extended_filepath, '/', -1)
      2  from dual
      3  /
    INSTR(:EXTENDED_FILEPATH,'/',-1)
                                  21
    SQL> select substr(:extended_filepath, instr(:extended_filepath, '/', -1) +1)
      2  from dual
      3  /
    SUBSTR(:EXTENDED_FILEPATH,INSTR(:EXTENDED_FILEPATH,'/',-1)+1)
    file.txt
    SQL> Cheers, APC

Maybe you are looking for

  • Will the reports developed in sql server 2008 r2 BIDS work when deployed on sql server 2012 reporting manager

    Will the reports developed in sql server 2008 r2 BIDS work when deployed on sql server 2012 reporting manager? when I check on Microsoft site it says Reports are not upgraded when you upload a report definition file directly to the report server or S

  • Mac OS 10.4.9 problems

    Hello! I have a Mac Mini with the Core Duo processor, and just downloaded the latest updates to OSX. I tried several times to restart the computer after completing the download, and finally got past the startup screen (white with Apple logo in the ce

  • Problem in starting SAP

    Dear All, I have a problem during the startup of my Quality server, the Oracle (10.2g) database is mounting, but while I start the SAP it is giving me this error. hgquasrv:hqsadm 1> startsap awk: 0602-533 Cannot find or open file /usr/sap/HQS/SYS/pro

  • Oem failed

    $ emctl start iasconsole TZ set to ROC Oracle Enterprise Manager 10g Application Server Control 9.0.4.00 Copyright (c) 2002,2003 Oracle Corporation. All right reserved. Starting Oracle 10g Application Server Control...... No response,checking logs fo

  • Seen but not heard?

    Hi, I have an iMac G5 with an iSight camera, when I use iChat, I can see and be seen, I can hear the other party, but they can't hear me. I have tried the settings with video turned off and just tried with audio only - same problem. I have checked my