Problem with "Save as".

I kept a picture using "save under" then I hit something to cause the dialog box "save under" change.  When I now use "save under" everything that appears is the "file name" and the "Save as type".  Before, the dialog box contained lists of favorites, libraries, etc. on the left side of your choice.  (I'm sure there are more technical ways to say things, but I'm not a savvy computer person.)

I actually tried too well... didn't work.  We finally solve the problem by restoring my computer on the eve of the dialog box has disappeared.

Tags: Windows

Similar Questions

  • Problems with save for web - Illustrator

    Had problems with the recording of the images for the web in Illustrator (I use AI CC 2015).  When I save it for the Web my preview image appears at the level of 50% and pixelated.  And the saved image is pixelated. Type is optimized.  When I try to export the file resolution of 72 dpi out of poor as well.  I try to save at a higher resolution and reducing the size and who doesn't either.  Any help would be appreciated.  Thank you

    Adobe has released a 19.0.1 fix that resolves this problem in discussion on this topic. Please apply the patch to your creative cloud application. The creative cloud application checks the update once a day, so you may see the update immediately.  If you want to force the check for an update at the beginning please logout and log back into the creative Cloud application.

    Link to 19.0.1 release notes: https://helpx.adobe.com/illustrator/kb/illustrator-cc-2015-crash-bug-fixes-19-0-1.html

  • Problem with SaveAs function using random paths.

    The installation program:

    Part 1) I have a script to the folder level that allows me to exercise a SaveAs function within forms. I'm doing this as a way to save the document quietly in the background. The effect is that the file is replaced with a copy of itself. The script is:

    var mySaveAs = app.trustedFunction (function (oDoc, cPath, cFlName)

    {

    app.beginPriv ();

    cPath = cPath.replace(/([^\/])$ /, ' $1 / ');

    try {}

    oDoc.saveAs (cPath + cFlName);

    } catch (e) {}

    App.Alert ("error during save it");

    }

    app.endPriv ();

    });

    Part 2) of my documents, I have to check by calling the function below:

    function runSave()

    {if (typeof (mySaveAs) == 'function') {}

    var pathArray = this.path.split("/"); "

    var myFileName = pathArray [pathArray.length - 1];

    cPath var = this.path.slice(0,myFileName);

    mySaveAs (this, cPath, myFileName);

    } else {}

    App.Alert ("Missing Save Function\n" + "Please contact forms administrator");

    }

    }

    Part 3) I have several large forms that use automatic recording to call save work according to a time interval of 5 minutes, using:

    app.setInterval (runSave (), 300000);

    The problem:

    Part 1) automatic backup function works very well and it works silently in the background. However, I started having problems when I open two forms at the same time. If, for example, I have a form of an open folder and open a form from a second folder, the save feature will sometimes save the active document in its original folder (as expected, crashing and creating an automatic registration) or sometimes save to original folder of the second document. This leaves me a copy update (automatic check) of the document in the right folder, and a copy not updated in the original folder. This seems to vary on what document I opened finally or document that is currently active. Although I can't find the right combination.

    It's like thinking what is to confuse the "this.path.

    Part 2) worse, if two documents have the same name, as is often the case with these forms, any incorrect saving deposit causes a crash of the second document and data loss.

    Part 3) makes it maddening, as sometimes happens when no record or the second second document is open. Instead, damaging it saves the active document in a recently viewed folder. For example, I'm going to open a local folder and open a Word doc, close the file and the doc, go to another folder in a different root (a folder in network), open the form and automatically saves it on the local computer in the folder with the Word doc. So now not only do I have a copy not updated in my folder, I have no idea where the updated copy was actually saved to until I met some time later.

    Part 4) once again, worse still, the previously viewed folder could happen which contains a document with the same name, and that the document is crushed by the automatic backup. I have no idea that the form was crushed until I sometimes open a little later and see that it contains a completely different form data.

    What is happening and how it stop?

    Adobe Acrobat X Pro on a PC.

    The code for this tutorial is unfortunately wasn't working, I discovered recently.

    This is my own personal code for a trust saveAs method. Note that it takes 2 parameters, not 3.

    safeSaveAs = {app.trustPropagatorFunction (function (doc, vPath)}

    app.beginPriv ();

    doc.saveAs({cPath:vPath});)

    app.endPriv ();

    });

    myTrustedSaveAs = {app.trustedFunction (function (doc, vPath)}

    app.beginPriv ();

    safeSaveAs (doc, vPath);

    app.endPriv ();

    });

    You call it like this:

    myTrustedSaveAs (this, "/ c/temp/test.pdf");

  • Problem with save for Web in Action

    We do hundreds of images to our fine print main client. As part of the work, they want to the final image through save for Web registered as file a .jpg and .png to 1000 pixels wide.

    The problem is, if you try to create an action for this, the size of the action records is a percentage and not a width in pixels. It is therefore impossible (so it seems) to record an action that sets the scale as a sizing with a fixed output of 1000 pixels wide. Since images vary in size and he insists on registration of the size as a percentage, you can not create an action that will work.

    I tried to see if there is a way to change the action to change the output of a width in pixels, but didn't see how to do it. Is it still possible? We would save TONS of not having to manually open each image twice as much work and savings for each format.

    Yes, there is a bug with this script.

    The bug got into CS5 and was not attached to the CS6.

    You can download the fixed script here...

    http://www.PS-scripts.com/BB/viewtopic.php?f=10&t=3370

  • problem with save in excel

    Hello

    I am get problem when I'm put two value in excel

    When I put the writing as filt.vi loop these unnecessary time data also came into it.

    and while I am putting filt.vi of measure outside the loop this time, only the last data record

    I want to save two data in the column two

    Yes help pleaze


  • Problems with saveAs form using Javascript

    I created a form using Acrobat X Pro. I have activated additional features so it will save.

    The form has a "Save form" button with the following code of Actions:

    var FileName = ' / H/docs / "+ this.getField("Last_Name").value +" "+ this.getField("First_Name").value +"2012.pdf Evaluation. "

    this.saveAs ({cPath: FileName, bPromptToOverwrite: true});

    The screen is located in a directory on a server (is not stored locally on the PC). The formula works very well, every time. If I click on save button, it allows to save the form with the new name in the path of the affected server. But if I open it from another PC on the network, nothing happens when I click on the save form"" button. But the reader allows me to record using file-> save as-> PDF on the menu?

    What I am doing wrong? Saves the form one way but not the other? Why Javascript does not work?

    Any help will be greatly appreciated.

    I'm surprised that you can get this code works in a button. It is not there because it featured a privileged context, as a function of confidence in a script to the folder level. Here is a tutorial that explains the details: http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript

  • Problems with Save Restore Point

    Hello

    I'm trying to restore a save point in a taskflow programmatically. The problem I'm having, is that only two of the fields are populated. These two fields are drop-down lists related to data controls. I also have a data control field that is also exposed as a drop which is not restored, and also several input text fields and a radio button that is not also restored. Could someone help me please?

    Hello

    only the submitted data are restored.

    Frank

  • Problem with Save as action script PS CS4

    Hello

    I am just to script and I encounter an error message when you run this particular snippet, which is extracted from the CS4 scripting Guide

    Picture 1.png

    This is the part of the script that is causing a problem, anyone know why its giving me an error message? I searched around a lot and can't seem to understand...


    app.activeDocument.flatten ();

    jpgFile = new file ("/ Temp001.jpeg");

    app.activeDocument.saveAs (jpgFile);

    Thank you!

    Try...

    var jpgFile = new File ("~ / Desktop/Temp001.jpg");

    ~: Home project

  • help - problem with save for web when jpg image is placed in the file

    I have a jpg image file that I placed in my Illustrator 5 file to use as background and then created several vector buttons on the top.  When I try to create an arboard around a single button and then save it to the web, it ignores the size of the artboard and shows the dimensions of all jpg.  If I create the same file without the background jpg image, I am able to use work plans to record only a single button.  Every time I place a jpg image in my Illustrator file and try to use work plans, work plans are ignored and the entire area of the jpg is saved.  I am able to use the tool cuts to the economy, but I prefer using work plans.  Anyone have any suggestions on how to get the work plans of work when a jpg is placed in the file?  Thank you.

    In save for Web, the tab Image... is Crop to the artboard checked?

  • Problem with the registration of a Microsoft Publisher Document

    I encountered a problem with save a Microsoft Publisher document in PDF format.  I built the file with color photographs and then recorded then I changed inside page photography photographs black and white and registered with the designation of BW in the title.  I have the file in two forms: one is full color, and the second is a combination of color and black and white.  When I save the file with the black and white photos inside as a PDF, it saves as color.  No matter what I do, they keep coming to the top of color.

    I spent more than an hour in a meeting with Microsoft Technical Support, and pointed towards Adobe as having the problem.

    The file with photographs n & B are sent to an external commercial printer.  We cannot do printing in full color, and when they print the color and b & w, they look terrible.

    So he comes to solve the problem with saving the file in PDF format.

    Can you help me?

    I thinI think that your problem was caused by an update. Not Adobe software, not Windows, but for the Publisher. Logical, since the Publisher deploys the file. Here is a discussion Community of Microsoft . Best of all, Microsoft have a new fix for this, apparently. Make sure you know how to check the version of Publisher you run and decide if you want the automatic updates to it.

  • production batch Photoshop - issues with 'save for web '.

    Hello

    I'm having a problem with "save for web" on a lot. I have just spent the last 2 hours searching the web and this forum and although the question is addressed, threading or suddenly go in another direction, end, or I just can't give a sense of the answers given.

    I have 350 images I want to resize the thumbnails and then save it to the web. 2 hours ago, this seemed to be a 5 minute job.

    I create an action called "batch_thumbnail" and press "Record."

    I then select 'File' > 'Open' and select an image to open the dialog box.

    I then select 'Image' > 'Image size' and resize the image to the size of the thumbnail (200 x 125) and press 'OK '.

    I then select 'File' > 'Save for Web and devices', set my optimization settings and press "Save".

    Using the dialog box that opens, I navigate to a pre-created directory called "thumbs" and press "Save".

    I then select 'File' > 'Close' and on the dialog box that opens, I select 'don't save '.

    I then stop the Save action.

    So far so good.

    I then select 'File' > 'Automaton' > 'batch... ". "and the dialog box is displayed.

    I select my action to the 'Action' of the menu drop down.

    In "Source", I put the drop down "File" menu, select "Choose" and select target directory with my 350 images in.

    In 'Destination', I put the drop down "File" menu, select 'Choose' and select the target (inches) directory, where I wish to record the inches.

    "File name' I leave the first box under"name of document", set the seconds to"_thumb"and the third"extended. "

    I then click 'OK '.

    And that's where the problem starts. Everything works fine until he tries to save the second image. I can see what is happening, as the directory name path and image that are used while setting up the SFW action part, get into hard action. So each resulting image is saved in the same file, instead of being substituted by the "File Naming" settings.

    I tried selecting "Override action"Save"commands", but it makes no difference. It is actually possible batch to produce files using "save for Web and devices '?

    See you soon,.

    James

    First of all, unless you have a compelling reason to record a "Open" command, you should not...

    In addition, since save it for Web is an export command, THIS command is your backup... you don't want to select a destination because the destination is already stored in the save for Web.

    You want to save a close without saving... otherwise all 350 images will eventually be opened in Photoshop, after the batch is executed.

  • Download a file should implement an option to open the file or save it - for some reason any now just downloading it straight to the download folder. Why? Problem with Firefox or something else?

    Download a file would normally bring up an option to open the file with the appropriate program or save it - for some reason any now just downloading it straight to the download folder. Why? Problem with Firefox or something else? It is very frustrating - sometimes, you want the first opened file so it can be discarded or stored in a different location.

    Find the type of file in the Firefox -> Options -> Applications Panel, open its menu drop-down and select 'ask '. To reset all the actions of download, delete the mimeTypes.rdf file in your Firefox profile folder (or rename the mimeTypes.rdf X if you want to save as a backup). The file will be regenerated with all types of files, restore the default actions.

    For more information, see application Panel - set how Firefox handles different file types and change what Firefox does when you click on or download a file .

  • Problem with Toshiba Power Saver Tecra S1

    Hello

    I have problem with Toshiba Power Saver (GST).
    I installed SP2 on my WinXP Pro, and after this operation, all works well. After a few days GST on icon disappear from the task bar. When I open the Console from Toshiba, then GST I can see only incomlete standard dialog box. There is no configuration icons, but initially were, and I set all the settings. Now, there are 4 black boxes (2 small as a small icon) and 2 large as icon bigest at the bottom and a large black on the right.
    I try to reinstal GST, but it had no effect.

    Can someone help me

    Alex

    Hello Alex

    I have never seen anything like it. There is obviously some problems that doesn t allow the graphic illustration of the ATP. The first step is always reinstalling the software. I don't know what you need to do exactly. In my opinion, you should try to remove the GST and SP2. Install SP2 again and after this GST.

    If there is not the worst success solutions are preinstall the device using the recovery CD.

  • Hi, I can't save all plunge on Icloud? This is the new update of softwer have problem with that?

    Hi, I can't save all plunge (6 IPhone / IPhone 5 / and my ipad on Icloud? is the new update of softwer have problem with that?)

    (1) disconnect from the iCloud and reconnect and try backup

    (2) backup on iTunes then restore the device to factory settings. Try the backup in iCloud. If it works, restore your device from the backup you made to iTubes

  • How to do this: Photoviewer, Windows cannot save changes to the image due to a problem with the properties of the file!

    Hi, I'm trying to post a photo, but whenever I have try rotation to the right, it says something like: can't save changes to the image due to a problem with the properties of the file. My laptop is MS, but the photos were taken on the Iphone. How to do this?

    I don't know if the following links answer your question, but
    they may be worth a visit:

    Good luck and * proceed at your own risk *.

    FWIW... There is a very long discussion (several pages) to the
    following link:

    Cannot change the imported iPhone 4S photo
    https://discussions.Apple.com/thread/3444951?start=0&TSTART=0

    More Discussion

    iPhone 4S image properties is not compartible with Windows?
    Editing can be done on the computer due to the error
    "Windows Photo Viewer cannot save changes to this picture.
    because there is a problem with the properties of the image file".
    Any help?
    https://discussions.Apple.com/message/17291884#17291884

    More Discussion:

    We cannot turn a few photos in Windows 7 (but can turn others)
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/cant-rotate-some-photos-in-Windows-7-but-can/3a809845-9144-4BB1-9bb3-ab4f5b856524

    A simple solution is to open the photos in paint or most other
    digital image editor and modify it.

    Some people have reported success using the following free download
    to remove the metadata.

    Property restrictions stripper iphone 4S (JPEG & PNG Stripper)
    http://www.SteelBytes.com/?mid=30&cmd=download&PID=15

    Here's a way to turn...

    Easily turn locked iPhone 4 and 4 s Photos in Windows 7 with
    the rotator Lossless JPEG free
    http://www.daleisphere.com/easily-rotate-locked-iPhone-4-and-4S-photos-in-Windows-7-with-the-free-JPEG-lossless-Rotator/

    Free download JPEG Lossless rotating
    http://annystudio.com/software/jpeglosslessrotator/

Maybe you are looking for