Open and saving files???

When I try to open or save files, the pop up window wont display the existing files already on that folder. What is the problem?

My apologies, it's not blue any more (it used to be), it's now white/grey (in 10.8). When you're in an application and click File - Save, or cmd-S, you should see the Save window, with the filename in the middle. The triangle is to the right of the filename. If the window is small, the triangle will be pointing downwards. Click it, and the window will expand and the triangle will point upwards.
Note that, if you have iCloud Documents enabled, you may see "iCloud" under the filename. If that's the case, you're not actually looking at your computer, you're looking at your iCloud space and the expansion triangle won't work. Click "iCloud" to change to a location on your computer and the expansion triangle will be enabled.
Matt

Similar Messages

  • Problem occurring when opening and saving files in AI SC5 with Windows 7

    Hi, I ‘am a Graphic Designer and first time working in UAE Windows 7 is basically the only OS here. My PC is:
    HP Elite 7000
    Intel® Core™ i5 CPU 2.67GHz
    4GB RAM
    32-bit
    Now to the problem, not that knowledgeable in IT stuff so here goes:
    1. Problem occurring when opening and saving files in AI SC5 with Windows 7. (You will actually see a “Not Responding” word coming out while opening and saving files, whether small or large files)
    2. Locked layers occasionally are moved accidentally.(Working on multiple layers is normal so we need to lock it specially the once on top. But there are times I still manage to select locked layers)
    3. After typing and locking the text, pressing “V” for the arrow key shortcut is still added to the text that is locked. (After typing I lock the text layer with my mouse and Press “V” to activate the arrow key… yes the arrow key is activated but the text is still typing the actual keyboard pressed)
    I’ve only use the brand new PC and installer for a month now. Not sure if this is compatibility issues or something else I’m not aware of.
    Thanks in advance to people that will reply.
    Cheers!!!

    Well I’m still wondering if it is compatibility issues because I’m also having problem with Photoshop CS5. These 3 are all bought at the same time (PC, Illustrator and Photoshop installers). The problem I’m having in Photoshop is not that too important, every time I Ctrl+O to view files, all PSD are shown in white paper like icons, no preview, and saving as well.
    Or I just purchased a corrupted or pirated installers… Adobe updates are done every time I’m prompted.

  • CS3 crashes when Opening and saving files - also runs slow

    Today, while using photoshop, it locked up on me & I had to force quit. It then wouldn't open a file either via Bridge or the open menu. I could create a new file, but it would hang while attempting to save.
    I downloaded and ran the FixVCUIFramework, and it allowed me to open and save 1 file, before it started not saving or opening again. Running the Fix again has no effect.
    I switched to another user account, and everything works fine - in fact PS runs much speedier in the 2nd user account than in my main account. I hadn't noticed how slow it had become in opening and saving.
    Any ideas of where to look in trying to repair my main account? I don't want to have to migrate everything over to the 2nd account. Bridge in the 2nd account doesn't allow me to open all my folders, so I'd prefer not to work totally with a new user account.
    PSCS3 10.0.1
    Mac 2GHZ dual 4.5 gig ram
    10 gig external scratch disk - PS running at 71%
    Mac OS X.4.11
    A day without Photoshop is like a day without sunshine ...
    Thanks

    A forced quit WILL create corruption.
    An Archive and Install of the OS will give you a fresh system in your regular account while preserving your settings. Should take you less than 45 minutes.
    But you may want to try deleting your Photoshop preferences and running the 10.4.11 update over your existing 10.4.11 system first. That may work too, and it would be faster.

  • Office 2013 applications cannot be made to show the "Documents" folder when opening and saving files

    (Windows Server 2012R2 and Windows 8.1 PRO)
    We are redirecting the user's "Documents" folder to the network (using Folder Redirection). The OS hides this fact however, and most applications simply see the "Documents" folder when opening or saving files, including Office 2003.
    Office 2013 however displays the actual path, which in this case is:
    \\sever1\redirect$\username\documents
    Even if you forcibly set the "Default local file location:"  in the Options Save area to the 'Documents' folder in, say, Word, Word immediately converts the local path to the network path.
    Is there anyway to get Office 2013 to follow the virtual path? All of other apps follow it and expose the users only to "Documents".
    Thank you so much.
    Dana

    There's nothing in my FAQ concerning screen savers, so I'm unsure why you decided to take that approach. From your description, it looks like you only tried a few of the suggestions before throwing in the towel. That's fine, it's your call.
    I don't have the problems you described with 10.4.7. Usually when folks have problems after an update, these are caused by either installing an update on an already-corrutped system or they've installed third-party applications or hardware that have been rendered incompatible by the update.
    Before installing software updates, you may wish to consider the advice in my "Installing Software Updates" FAQ. Taking the steps therein before installing an update often helps avert problems and gives you a fallback position in case trouble arises.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Problem opening and saving files, new eps default

    I expect that these two issues are related, but in a way that I don't understand.
    (1) When I go to open files, raw or jpeg, I now need to enter a value for 'enable' on the open dialog.  That never was necessary before.
    (2) When I go to save as jpeg, the file type defaults to eps.  And even when I change to jpg, I get a dialog about eps options.
    I don't understand this at all!  I've never used eps, don't even know why I would.
    The only way I found to get around this was to convert my files to 16 bit.  That certainly shouldn't be necessary.
    (I'm using Photoshop CS6 on a Mac running Mountain Lion)

    (1) When I go to open files, raw or jpeg, I now need to enter a value for 'enable' on the open dialog.  That never was necessary before.
    Could you please post a screenshot with the pertinent Panels/Dialogs visible?
    (2) When I go to save as jpeg, the file type defaults to eps. 
    So you select jpg from the dropdown list and it switches to eps?

  • How to Open and Save files

    I have a problem to open and save the files.here is my code. can anyone help me to open the files.
    public void actionPerformed(ActionEvent e) {
    if ("open".equals(e.getActionCommand())) {
    FileDialog fdopen=new FileDialog(this, "Load File", FileDialog.LOAD);
    fdopen.show();
    Thanks for ur time

    Hi fbnmir or who ever can answer my question,
    My problem is similar to the code you wrote. I'm trying to make (or rather complete a half done) editor for text files. For opening and saving files I have so far:
    public void actionPerformed(ActionEvent ae){
    FileDialog filedialog;
    final SearchDialog searchDialog;
    String arg = (String)ae.getActionCommand();
    // the Open ... case
    if(arg.equals(Editor.fileLabels[0])){ 
    if(Editor.VERBOSE)
    System.err.println(Editor.fileLabels[0] +
                        " has been selected");
    filedialog = new FileDialog(editor, "Open File Dialog", FileDialog.LOAD);
    filedialog.show();
    if(Editor.VERBOSE){  
    System.err.println("Exited filedialog.setVisible(true);");
    System.err.println("Open file = " + filedialog.getFile());
    System.err.println("Open directory = " + filedialog.getDirectory());
    //the Save ... case
    if(arg.equals(Editor.fileLabels[1])){ 
    if(Editor.VERBOSE)
    System.err.println(Editor.fileLabels[1] + " has been selected");
    filedialog = new FileDialog(editor, "Save File Dialog", FileDialog.SAVE);
    filedialog.show();
    if(Editor.VERBOSE){ 
    System.err.println("Exited filedialog.setVisible(true);");
    System.err.println("Save file = " + filedialog.getFile());
    System.err.println("Save directory = " + filedialog.getDirectory());
    These are two components of a MenuHandler class. The problem with this code is that in the text editor window, even if the Open button is pressed the file I want to open isn't displayed. Although the System.err (I think that's what it is called) says:
    Open ... has been selected
    Exited filedialog.setVisible(true);
    Open file = tutorial_01.rtf
    Open directory = C:\dhruba\epgy_2006\tutorial\
    Save ... has been selected
    Exited filedialog.setVisible(true);
    Save file = test.txt
    Save directory = C:\dhruba\epgy_2006\tutorial\
    How can I actually display the file I want to open, or save some text I've written?
    I would appreciate any help, thanks.

  • PS CC - Performance, open and save files

    Hi guys,
    I am working on multi-gigabyte files 4-10gb, but say a 5gb file takes me approx 75 seconds to open... it only use 4 core's and 10gb of ram.
    Saving is so sloow - same size files, now I haven't timed it but it takes time... IMHO it takes too much time considering the hardware.
    system contains 20 SSD's
    8x Samsung 830 Raid-0 for startup disk (Areca 1882ix-24 4GB cache)
    6x Intel 520 Scratch disk in Raid-0 IBM M1015 controller
    6x Intel 520 storage disk in Raid-0 IBM M1015 controller
    I have played with various configurations
    48GB of ram
    2x XEON X5650 at stock speed 2.66Ghz - but it can go to 4.2Ghz
    Windows 7 x64
    am I expecting too much?
    thanks
    Henrik

    Hi fbnmir or who ever can answer my question,
    My problem is similar to the code you wrote. I'm trying to make (or rather complete a half done) editor for text files. For opening and saving files I have so far:
    public void actionPerformed(ActionEvent ae){
    FileDialog filedialog;
    final SearchDialog searchDialog;
    String arg = (String)ae.getActionCommand();
    // the Open ... case
    if(arg.equals(Editor.fileLabels[0])){ 
    if(Editor.VERBOSE)
    System.err.println(Editor.fileLabels[0] +
                        " has been selected");
    filedialog = new FileDialog(editor, "Open File Dialog", FileDialog.LOAD);
    filedialog.show();
    if(Editor.VERBOSE){  
    System.err.println("Exited filedialog.setVisible(true);");
    System.err.println("Open file = " + filedialog.getFile());
    System.err.println("Open directory = " + filedialog.getDirectory());
    //the Save ... case
    if(arg.equals(Editor.fileLabels[1])){ 
    if(Editor.VERBOSE)
    System.err.println(Editor.fileLabels[1] + " has been selected");
    filedialog = new FileDialog(editor, "Save File Dialog", FileDialog.SAVE);
    filedialog.show();
    if(Editor.VERBOSE){ 
    System.err.println("Exited filedialog.setVisible(true);");
    System.err.println("Save file = " + filedialog.getFile());
    System.err.println("Save directory = " + filedialog.getDirectory());
    These are two components of a MenuHandler class. The problem with this code is that in the text editor window, even if the Open button is pressed the file I want to open isn't displayed. Although the System.err (I think that's what it is called) says:
    Open ... has been selected
    Exited filedialog.setVisible(true);
    Open file = tutorial_01.rtf
    Open directory = C:\dhruba\epgy_2006\tutorial\
    Save ... has been selected
    Exited filedialog.setVisible(true);
    Save file = test.txt
    Save directory = C:\dhruba\epgy_2006\tutorial\
    How can I actually display the file I want to open, or save some text I've written?
    I would appreciate any help, thanks.

  • If the folio overlays are created in CS5.5, will they need to be recreated when opening and saving it in CS6?

    Hi,
    Do the folio overlays created using CS5.5 need to be created again when changing the file to a CS6 version? For example, a scrollable frame is created in the Indesign file/folio while using Indesign CS5.5. Then later, the file is opened and saved again after CS6 is now being used—it's saved for CS6, no longer 5.5. V27 is being used for DPS. Thanks.

    No.
    Neil

  • How to open and save file like the Notepad Demo do?

    I am a newer to Java Web Start. I found that in the Notepad Demo, when user try to open or save file, a message box appear and give the user some security suggestions.
    In my application, I used a JFileChooser and set the <security> element to <j2ee-application-client-permissions/> in the jnlp file. But the application will thow an exception:
    access denied (java.io.FilePermission C:\Documents and Settings\Administrator\desktop\Java Web Start.lnk read)
    Can someone tell me how to solve this problem. By the way, where can I find the source of the Notepad Demo. I want my application to open and save file just like the Notepad Demo do.

    The Notpad demo uses the JNLP api to read and write files. The api doc can be found at:
    http://java.sun.com/products/javawebstart/docs/javadoc/index.html
    Although the Notpad demo source is not available, there is other sample code available at:
    http://developer.java.sun.com/developer/releases/javawebstart/
    Included here is the webpad demo, which uses the FileOpenService and
    FileSaveService API's.

  • Popup with open and save file option

    Hi,
    I have created a button on my page name as "Export File" and created a process and called on "EXPORT FILE" button. I am using utl file in this procedure and i want to download this file and file will be .ics file using for calendar.
    My page process code is
    begin
    pro_create_ical(:P6_START_DATE,:P6_END_DATE);
    end;when i click on export file button it should raise a popup with open and save file option.
    How i can do this?
    Thanks & Regards
    Vedant
    Edited by: Vedant on Jan 25, 2013 1:59 AM
    Edited by: Vedant on Jan 25, 2013 2:00 AM
    Edited by: Vedant on Jan 25, 2013 3:49 AM

    Shiv,
    Have you installed any new Software/Spyware/Virus Scanner etc.Check it out.It might have caused the issue for last 5 days.
    This issue is fixed in Latest Support Package Versions.
    Which Version of Support Package you are using?
    If EP6 <SP19 you will face this issue.
    Just upgrade it to EP6, Support Pack-19,this will be resolved.
    Upgrade of Support Pack wont take much time.you can get the document under http://service.sap.com/instguides
    Hope it helps
    Regards,
    Karthick Eswaran
    *Reward Points for helpful answers.

  • HT4641 after modifying a document in Pages I found that there are horizontal lines across every line break when opened and saved it in DropBox.  Does anyone know why?

    after modifying a document in Pages ON MY IPAD AIR I found that there are horizontal lines across every line break when opened and saved it in DropBox.  Does anyone know why?

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • How can I open and edit files that were developed and published by ftp to my host on my old macbook, which I can no longer access.

    How can I open and edit files that were developed and published via ftp to my host on my old macbook, which I can no longer access. The HD containing the files cannot be accessed. I want to be able to download the published files to be edited in iweb?

    You CAN'T download published files and then edit them in iWeb because iWeb can't open them - it has no import facility so is unable to open any html or css files - a previously published site.
    You can download these files yes, but you'll need to use them as a guide or to cut and paste text from there whilst you re-build your site in iWeb.
    The only other way is to download the files and then open them with an html editor such as TextWrangler or use one of the other web design programmes out there that is capable of importing html and css such as Dreamweaver of Flux 4.
    These are your only alternatives as iWeb can't import and if you want to continue to use iWeb, then you'll have to re-build your site from scratch.  If you do just remember to back up your domain.sites file this time around - it is found under your User/Library/Applicaion Support/iWeb/domain.sites.

  • TS3212 ipad typing and opening and closing files on it own

    ipad typing and opening and closing files on it own. how is this fixed

    We tried that - it didn't work. We have phoned the nearest Apple store, where we bought the tablet. I see another 125mile excursion in our near future.
    PS- When we phoned Apple support, we struggled to explain ourselves to a call center employee who simply could not understand American English. Apple, many large companies stopped using call centers in Mumbai because of the language difficulty - you should too.

  • Problem with parameters to fix opening of old tabs and saving files when a new session is open

    Hello,
    Since 2 weeks I have a problem: I always fix my parameters to restore previous session with all my tabs and I choose that Firefox asks me where I want to save my downloaded files. Now each time I close Firefox and I reopen it, it is not taken into account, and 3 tabs are opened: Firefox, Google and Thank to install Zotero! I rechange it, but every time it opens these tabs and not my old tabs. The same for saving files. It goes back automatically to open start page and to save my file in Downloads. Even if I rechange, it comes back the same.
    I desinstalled CCleaner (I thought it could be that) but nothing changes!
    Please help. Thank you very much!
    Martha

    Here's what I would try:
    *Reset Firefox - this should fix the issue but it will change settings like where files are downloaded and what tabs open at startup back to their defaults.
    *Then change your download and session restore preferences back to how you like them.
    Here's how:
    #Go to Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    #Open the options window - Tools > Options > General
    #In the General panel set Firefox to open your tabs from last time and set Firefox to ask you where to save downloads.
    #Click OK
    That should do it. Let me know if this worked.
    Thanks,<br>
    Michael

  • Opening and saving .mhtml files to txt or .csv

    Hello All,
    I need to accomplish the following and it's way beyond my immediate skill set.  I need ODI to do the following:
    1.     Receive an attachment in email and drop it in a folder (got this one)
    2.     The attachment is a report in ,mhtml format.  I need to get the content of the file, minus some of the header info, loaded into a table.  To handle this manually, the user opens the .mhtml file and saves it as a .csv file and deletes the unwanted header info. I'd like to find a way to handle this in ODI without user intervention.
    3.     Once the contents is in a loadable format, load the data to tables.
    My stumbling point is working with the .mhtml file.  Never done this before.  I'm sure there are options and some smart people have already figured this out.  I'm hoping someone will share their solution.
    Thanks in advance for the help!

    Ok, i did figure this out.  For those that are interested here is how I did it;
    $from = "8/31/2014 12:53:56 AM " #Get-Date –f "dd-MMMM-yyyy 00:01:00"
    $to = "8/31/2014 3:00:56 AM "#Get-Date –f "dd-MMMM-yyyy HH:mm:ss"
    $pg = Get-ProtectionGroup -DPMServerName backup01
    $ds = Get-Datasource -ProtectionGroup $pg[0]
    $so = New-SearchOption -SearchString "MASTER_.bak" -FromRecoveryPoint "$from" -ToRecoveryPoint "$to" -SearchDetail filesfolders -SearchType contains -Recursive -Location "T:\"
    $rp = Get-Recoverypoint -Datasource $ds[0]
    $ri = Get-RecoverableItem -Datasource $ds[0] -SearchOption $so
    #If you want to see what Items match the above search, just run $ri
    #Here is the part i was missing..getting the correct library.
    $lib = Get-DPMLibrary -DPMServerName backup01
    $rop = New-RecoveryOption -TargetServer SQL03 -RecoveryLocation CopyToFolder -FileSystem -AlternateLocation "T:\SQLsafe Backups\Offlined Backups\Master\" -RecoveryType Restore -OverwriteType overwrite -dpmlibrary $lib[2]
    Recover-RecoverableItem -RecoverableItem $ri -RecoveryOption $rop
    #This will just give you the status if you don't want to use the GUI
    Get-DPMJob -DPMServerName "backup01" -JobCategory RecoveryTape #-Status InProgress
    So the issue was getting the dpmlibrary then adding the reference to that library in the  recovery option (-dpmlibrary[x]
    Also, when using the -SearchType contains, you can be creative in matching the kinds of files you want it to find ie. -SearchString "*abc*MASTER_.bak"
    This script will recover all of the matching files to the specified location, though it does recreate the original file structure.
    Also, contrary to my title, i didn't end up having to iterate through a list for the restoration of a list of files.  There would still be a place for someone to do that easily enough by doing an exact match and feeding a list of the files, but for
    what i needed, it worked with the wildcard.

Maybe you are looking for

  • Is Mapping Lookup table possible with IDOC to FIle scenario

    Hi all, Need suggestion, I am using SP16 My sceanrio is IDOC to FIles, and have to use a Mapping Lookup tables for some of the fields within the mapping... 'Crossref:  PlantLoc_to_WhseComDiv.  Value mapping lookup to take two fields from SAP and conv

  • Headphone is working weird?!

    My iphone's headphone plug was working very good until one day, I have no idea waht happened. I unplug it from my car, and when I plug in an headphone again, weird things happened. the left side of my headphone will sometimes muted depend on how I ho

  • Is a web server plug-in required between Apache 2.2 and WLS 10.3.5

    I am using Fusion Middleware 11g PS4 (11.1.1.5) at a new client and they currently are using Apache 2.2 for their web clients. The detailed question that I cannot answer is... Why do I need the web server plug-in mod_wl_22.so to be installed? I've re

  • Loading in external movie

    hi all I have a problem loading in movies from a movie with a scrolling menu. the problem is the movie(load.swf, the movie trying to load into)is also loaded into main movie, so because of this needs the code; _global.loadNewMovie(): at the end of th

  • Exporting Comments into cells

    I've received a spreadsheet in which most of the information is contained in comments to the cells.  Is there a way to export all comments into the next cell so that I can actually read them all, print, view in pdf format etc?  I don't relish having