Cannot display file extension appropriate when recording

I use Photoshop elements 9.  When I want to save a file in a different format, the file name will not change.  If I opened it in jpeg format, and after adjusting the image, I want to save it in photoshop format, will not change the extension.

I went into preferences / saving files. When I set it to always show the file extension it does not change the preferences.

No idea why?  Elements 8 it was no problem.

Mary Lou

Yes, it is a known bug in the mac version of PSE 9, Mary Lou. If you go into Preferences > saving files, it is enough to trigger it. The solution, such as it is, is to delete the preferences (Ctrl + Shift + option) and not go back:

http://forums.Adobe.com/message/3302433#3302433

or otherwise, type the file extension in manually.

Tags: Photoshop

Similar Questions

  • Internet Explore cannot display the Web page when you try to test bt broadband speedtest

    still not able to test my speed on bt broadband speedtest after going through the procedure that it is to the top of the internet Explorer cannot display this webpage that this also happens on other sites that I could access before, IAM

    Hi p Brody,

    ·         What version of IE are you using?

    ·         How long have you been faced with this problem?

    ·         Did you do changes on the computer before the show?

    I suggest you follow the article and check if it helps.

    "Internet Explorer cannot display the webpage" error when you view a Web site in Internet Explorer

    http://support.Microsoft.com/kb/956196

    I hope this helps.

  • Gets the user cannot display the Web page when she tries to connect to hotmail.

    I try on another pc in which the user of that pc had its hotmail upward.  She took him out and tried to connect to his account and got the cannot display the Web page. She said she crossed and tried all of the suggestions that he gives.  I tried to use Internet Explorer and Firefox.  When the user is at home that she can get hotmail.  There is no settings on our firewall prevents the user to access hotmail.

    Hello, Tiffany Walker,.

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • IE cannot display the page. When calling to report

    Hi all
    I developed a simple report 'emp.rdf '.
    and copied to the runtime folder (which contains plx, fmx, rdf) files on the server
    I do a form contains a button to run this report. the output is pdf.
    When I click on the report button to run the browser display "page not found".

    This is the code I use to run the report
       DECLARE
        v_url varchar2(2000):=NULL; 
         v_name       varchar2(30);  
         repid        report_object := find_report_object('syntax'); 
         v_rep        varchar2(200);
         v_ref_num    varchar2(20);
         v_rep_status varchar2(20); 
         v_form       varchar2(8);
         v_rep_svr    varchar2(100);
         v_rep_HOST   varchar2(100);
         v_rep_port    varchar2(100);
         v_prnt_svr   varchar2(100); 
         v_user_name  varchar2(100) := get_application_property(username);
         v_disposition varchar2(100):='inline';
         v_job varchar2(100):='preview';
    
    BEGIN
        v_prnt_svr :=  gnr_util.GET_SYSTEM_PARAMETER('REP_SERVER');-- to get report server name  
        v_name   := 'emp.rdf';-- report name    
        
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,RUNTIME);
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT, 'HTMLCSS');
        --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,v_prnt_svr);
          SET_report_OBJECT_PROPERTY(repid,report_OTHER,'paramform=no&P1='||:block.item1);  
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,v_name);
        if :p_rep_type = 'SPR' then
          --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'SPREADSHEET');
          SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'HTMLCSS');
        elsif :p_rep_type='PDF' then 
          SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
        else
          SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'HTMLCSS');  
        end if;
        v_rep := RUN_REPORT_OBJECT(repid);
        
        if v_rep IS NULL then
            message('Report failed for destination type CACHE.');
        else
          v_rep_status := report_object_status(v_rep);
          WHILE v_rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
            v_rep_status := report_object_status(v_rep);
          END LOOP;
          IF v_rep_status = 'FINISHED' THEN                
            /*Display report in the browser*/
            v_rep_svr          := get_report_object_property(repid,REPORT_SERVER);
            v_rep_HOST         := gnr_util.GET_SYSTEM_PARAMETER('REPORT_HOST');
            v_rep_port         := gnr_util.GET_SYSTEM_PARAMETER('REPORT_PORT');
            -- Call Report output to be displayed in a seperate window 
            v_url:=nvl(v_rep_port,'http://'||v_rep_HOST ||':'||v_rep_port||')||'/reports/rwservlet/getjobid'
                              ||substr(v_rep,instr(v_rep,
                              '_',-1)+1)||'?'||'server='||v_rep_svr;      
                WEB.SHOW_DOCUMENT(v_url,'_blank');       
          ELSE
            MESSAGE('Report failed with error message '||v_rep_status);
          END IF;
        end if;
      
    END;
    
    the url is:
    http://hv1.almothanna-mb.edu.qa:7777/reports/rwservlet/getjobid4?server=rep_hv1_oraapps
    but internet explorer cannot display the page
    Note:
    application server is version 10g 2
    Operating system: MS windows server 2008
    Adope acropat version: 5
    Enter the net Explorer vesion: 8

    Hello

    The string is not properly trained (a quote and a concatenation):

    Your url:
    v_url: = nvl (v_rep_port,'http: / /'| v_rep_HOST |': ' | v_rep_port |') | "/ Reports/rwservlet/getjobid ' | substr (v_rep, InStr(v_rep,'_',-1) + 1) |'? ' |' server =' | v_rep_svr;

    Correction:
    v_url: = nvl (v_rep_port,'http: / /'| v_rep_HOST |': ' | v_rep_port) | "/ Reports/rwservlet/getjobid ' | substr (v_rep, InStr(v_rep,'_',-1) + 1) |'? ' |' server =' | v_rep_svr;

    It may be useful

    Mohamed Dadi

  • "Cannot display page" error message when you try to download 2010 professional

    Original title:

    Error message on Internet download from trusted sites?

    I am trying to download 2010 Professional on my computer.  Yes, I have a product key.  Whenever I try to download, I get an error message "cannot display the page.  This often happens to me.  Any suggestions?

    Hello

    Thank you for giving us the opportunity to help you with your concern for Windows!

    I see from the description of your post, that you are unable to download Microsoft Office Professional 2010.

    If you get the error message in Internet Explorer , then this might be the cause:

    For performance reasons, where Internet Explorer cannot establish a connection to a proxy server, the proxy server is added to a list of proxy servers bad so that it is not reused for a period of time. This period is 30 minutes by default. If a proxy auto-configuration script returns a PROXY list that specifies several proxy servers, a connection to the proxy in the list will be attempted. If the connection fails, the process is repeated until a connection is established, or the list is exhausted. If the list is exhausted and no connection is established, the user will receive a "Cannot display Page" error message in Internet Explorer.

    We would like to get more information about you to help solve your problem. You better, please answer the following questions.

    1. What is the full error message?

    2 are you able to download other files without any problem?

    3. what web browser do you use to download?

    4. what version of Windows are you using? What service pack is installed on the computer?

    5. based on what site are you trying to download?

    You can check the following link to learn more about the error message "cannot display the Page":

    "Internet Explorer cannot display the webpage" error in Internet Explorer

    http://support.Microsoft.com/kb/956196

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Warning: him reset Internet Explorer settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before using thfeature reset the settings of Internet Explorer e.

    Note:

    If the question is limited to Microsoft Office Professional 2010 then please post your question here for assistance:

    http://answers.Microsoft.com/en-us/Office

    Hope the information is useful.

    If you need help on this issue or any problem related to Windows, please keep us informed. We will be happy to help you!

  • "Receive error message" due to an unidentified problem, Windows cannot display WIndows firewall settings "when you turn the Windows Firewall

    Original title: how to enable the Windows Firewall?

    How can I activate the Windows Firewall?

    When I click on it in the Control Panel, I get a message that says "Due to an unidentified problem, Windows cannot display WIndows firewall settings".

    I use Microsoft Essentials antivirus.

    Hi Tom,

    A firewall is software or hardware that checks information coming from the Internet or a network. The firewall blocks the information or allows information to pass to your computer. If the information is blocked or passed through depends on your firewall settings. A firewall can prevent malicious software (such as worms) to access your computer through a network or the Internet. A firewall can also help stop your computer from malware sent to other computers. Windows XP, Windows XP SP2 and Windows XP SP3 includes firewall software.

    Perform the steps from the link below and see if it helps.

    How can I turn on or turn off the firewall in Windows XP Service Pack 2 or later versions?

    Hope this information helps.

  • "Due to a problem not identified, Windows cannot display Windows Firewall settings" when you try to change the Windows Firewall settings.

    Original title: WINDOWS firewall

    I GET A MESSAGE WHEN I TRY TO CHANGE THE WINDOWS FIREWALL SETTINGS - "DUE TO A PROBLEM NOT IDENTIFIED, WINDOWS CANNOT DISPLAY WINDOWS FIREWALL SETTINGS. HOW CAN I SOLVE THIS PROBLEM?

    IN ADDITION, I USE AVG INTERNET SECURITY 2013 AND THAT THE FIREWALL IS ENABLED AND I SEEM TO BE PROTECTED.

    Documentation AVG Internet Security 2013 States:

    Recommendation:

    Generally it is not recommended to use more than one firewall on a single computer. Computer security is not enhanced if you install several firewalls. It is more likely that some conflicts between these two applications will occur. Therefore, we recommend that you use only one firewall on your computer and disable all others, thus eliminating the risk of potential conflicts and problems related to this.

    You can read the AVG documentation by clicking on this link, and see section 6.5:

    http://AA-download.Avg.com/filedir/doc/AVG_Internet_Security/avg_isc_uma_en_2013_06.PDF

    So, if you are using AVG firewall, it's wise to just disable the XP firewall for more than a firewall running at the same time can lead to performance problems.  Choose one or the other, but not both.

    I thought installing AVG would understand this by itself, and you know what to do (used to) but I do not want to install AVG to see.

  • Cannot rename files on import when the make a second copy is checked

    I just got the phone with Lightroom help for this problem. They have tried many things to fix it but couldn't if they are increasing it to their most senior developers. Tried what follows, nothing fixed it:

    • changed the permissions
    • created a new catalog
    • disabled all the plugins
    • created a new administrator of Windows 10. user
    • reinstalled Lightroom (2015.4)

    They call me talk to the rear in 48-72 hours...

    Work-in-progress autour are to make the name change after importing files.

    Hi frankf.

    See this similar thread: Hi, I just upgraded from 6.1 to 6.4 LR LR. When importing new files LR6.4 cannot rename my files with a specific date format (import uses only the original name).

    Kind regards

    Claes

  • Cannot display the menu items when you work with images

    Hi guys, I'm Raiden.
    I have a question and a problem to solve, here's the question:
    I've developed a BB app for months and when I run my application, a main screen is displayed,
    now I see the menus by clicking on the Menu button. And there is also a button called 'image' and if I click the button on the main screen will be full of a big size image.
    But after clicking on the 'image' button, I could not see the menus by clicking on the Menu button. So, how can I display the menus when I display images?

    Note: I'm under keylistener when I display images, I don't know whether or not it affects.

    Just Peter's is very good.  Show us your code keyListener and hopefully someone will be able to tell you what to do.  Just the keyChar (.) method.

  • Cannot display file-by-file

    I added another site on my CF9 server.  The main site works perfectly.  The new site works partially.

    I created a test page, index.cfm, which displays the current date.

    If I go mysite.cfm it displays the date.

    If I go mysite.cfm/index.cfm I get a 404 error.

    Is there something I need to change in IIS?

    Please keep in mind, that I am not a person of server or a programmer, just someone who gets to play with their ministries site.

    Thank you

    If you add another site, you must re-run the Configuration of the Web server. This will create all the necessary connections between your web server and Coldfusion.

    You can find the web server configuration tool in the menu start when coldfusion is the C:\Coldfusion9\cfusion\runtime\bin\wsconfig.exe

    Once you add the site, and the connector has done its work, it should work as expected.

  • Cannot display file abr brush in Manager of Preset

    My problem in Photoshop CS5, it's that I can't see the brush files using the preset manager.

    Specifically, the loading dialog for brushes watch the Adobe Photoshop CS5/Presets/brushes folder as empty...

    .. even if Windows Explorer displays the default brushes and brushes a lot I just bought.

    Look at the full path.  You do not look in the folder that you are...

  • Cannot display files from zip archive using Windows Photo Gallery

    I am unable todownload Zip files to e-mail photos. It is said that library does not support this format

    EO Unable open or save files photo zip e-mail to Photo Gallery

    =========================================
    Photo Gallery can't see a .zip file.

    Copy the .zip file to a folder on your hard disk and unzip (or
    Open it and drag the photos out of it in another folder).

    Then import the photos in the photo library.

    FWIW... If these are .jpg files, they are already highly compressed
    and pass as a Flash is not needed.

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Error message "the website has encountered a problem and cannot display the page you are trying to view" when trying to install updates in the Windows XP computer.

    Original title: update problem.

    Cannot open microsoft live mail, are unable to update, this message popsup 'site has encountered a problem and cannot display the page you are trying to view. The options provided below might help you solve the problem"what is the solution

    Hi AbelGomes,

    1. What is the number of KB updates, that you can not install?

    2 did you change on your computer before this problem?

    For the issue of the update of Windows, you can follow this link:

    You receive an error message "Windows Update has encountered an error and cannot display the requested page" when you try to install an update.

    Due to Windows Live Mail, you can ask your question in this link:

    http://answers.Microsoft.com/en-us/windowslive/Forum/email

    Hope the helps of information.

  • "Cannot display Page" error when you click the Remote Agent

    Hello world! ACS SE 4.0, we have installed and we have added a remote agent running on Windows Server 2003. Recently, we encounter "Cannot display the page" error when we click on the RA under a group of network devices. It's resolved by restarting the device SE ACS and access the web console for ACS still once, but after a few hours, the problem reoccur. By clicking on the links on the web console for ACS is OK at first, but after clicking on the RA, each link displays the error "Unable to display the page." Hope you could help me with this problem. Any person support is much appreciated.

    Thank you!

    Hi Jas,

    Here is the bug CSCsg40444.

    Kind regards

    ~ JG

    Note the useful messages

  • Cannot display RAW files

    I recently purchased Lightroom 4.4 for use on an IMac (10.8.5) but cannot display files RAW (NEFF).  A discussion forum suggested downloading a DNG Converter, but I still struggle to see the RAW files.  What I am doing wrong?

    This device requires Lightroom 5.3 or newer. You need to update or use the 8.3 DNG Converter or newer. You can just download the DNG Converter and expect to be able to see the raw images. You use the DNG Converter to create copies of your raw DNG files. These DNG copies can then be opened using the Lightroom you have.

Maybe you are looking for