What I've done and how to cancel it?

This happened:

http://imgur.com/8eVswHp

So, all my elements turned invisible and I don't know why or how.

I tried to restart my computer and Illustrator.

I also tried to paste things into another document, nothing works.

Ideas?

After many hours of troubleshooting I finally understood the question. I 'put' a file .png from a greater sequence of PNG exported from After Effects in my paper for reference. As soon as I place any .png in the same sequence in my document, all items are invisible. Problem is that the file never actually appears in the document, so I can't simply delete it all. But if I have 'ctrl + z' to a point before that I placed the .png everything is visible again.

I tried to re - save the .png in Photoshop, it allows me to "Place" clearly within my document, but I can't save is no longer, I just get "an unknown error has occurred."

I've never had problems with the placement of files within an Illustrator document before, but something seems broken all of these particular .png. Thanks for all the help

Tags: Illustrator

Similar Questions

  • What I've done and how to undo what I've done?

    It was O-black-30 (this morning) and I was not paying attention to what I was doing. Somehow I clicked on something and now when I slide the time line, there is no action on the screen until the mouse button is released. I tried all combinations of key & mouse clicks except the right one. PLEASE, what I've done and how to undo what I've done? AE CS4

    Thank you

    You turned off Live updates.  It is the dark button at the top of the editing window in this picture:

  • I did accidentally something in the quarter to reactivate my screen. What I've done and how to fix it?

    I was a seal and must have accidentally turned quarter hit my display on-screen.  What could I have done and how I resolve this problem.

    Press Ctrl & Alt keys and use the arrows to rotate back.

    Same as above or right click on the desktop, click on properties of the graph, then go to display settings and make sure that the rotation is set to 0.

  • What is Tray App and how do I get it my computer?

    Original title;! ??? TRAY APP? !!!

    I'm going nuts!  I don't know what app 'plateau' is and how to get rid of... it won't let me cancel and I now download problems.

    Tray app can be many different applications that load automatically in the windows startup process.

    Click on the start bar

    Click on the search bar

    Type "msconfig".

    Click the Startup tab.

    You will see what would normally be the starting of applications and you can try to "revise" the app is a failure.

  • What is Belarc Advisor and how to get it and use it?

    What is Belarc Advisor and how to get it and use it?

    Don't try real hard to figure that one out yourself, huh? Heh

    http://www.Google.com/search?q=what+is+Belarc+Advisor

    Search example:

    The best place, probably, for more information about the application/utility is probably:
    http://www.Belarc.com/free_download.html

    More directly:

    The Belarc Advisor generates a detailed profile of your installed software and hardware, network inventory, missing of patches Microsoft anti-virus status, safety criteria and displays the results in your Web browser. All of your PC profile information is kept private on your PC and is not sent to any web server.

    • Operating systems: runs on Windows 7, 2008 R2, Vista, 2008, 2003, XP, 2000, NT 4, Me, 98 and 95. 32-bit and 64-bit Windows are supported.
    • Browsers: works on Internet Explorer, Firefox, Safari, Opera and many others.
    • File size: 3062 KB.
    • License: the license associated with this product allows for free personal use. Use on multiple computers in a business, educational, military or Government facility is prohibited. See the license agreement for more details.


    DOWNLOAD TIPS:

    • Click the click here to download .
    • Click run in the file download of Internet Explorer pop up.
    • Belarc Advisor automatically install, build a profile of your hardware and software and display in your Web browser.
  • WHAT IS BACKUP MEANS AND HOW TO USE IT AND WHAT FOR

    WHAT IS BACKUP MEANS AND HOW TO USE AND IT ONLY THERE FOR?

    As its name suggests, it is a copy of your data in another location, so if in the case of the original data is not available, you can use it to restore. It's your choice if you want to make a backup. Backup can be done on the same drive or external drives like CD.

  • What are the issues and how can I put the documents in the files?

    As usual; Oracle is absolutely horrible in providing any kind of basic instructions on the use of the products.

    I need to upload files to a structure (don't care if it's collections, folders, or in mason jars as long as it works) and be able version them and seize those I want.

    I managed to get a variety of things to work with the genericSoapService (cannot use the API in accordance with local policy), but everything I check in goes in (don't know where)

    I don't think I'm even asking the right questions because my web researchers increase irrelevant results.

    What are the issues and how can I put the documents in the files?

    I created a few files like this:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
       <soapenv:Header/>
       <soapenv:Body>
    <GenericRequest xmlns="http://www.oracle.com/UCM" webKey="cs">
    <Service IdcService="FLD_CREATE_FOLDER">
    <Document>
    <Field name="fParentGUID">C976021E28DD8B26FB2D437B5BF56B7F</Field>
    <Field name="fPath">/RAFT/Appraisals/</Field>
    <Field name="fFolderName">0111234567</Field>
    <Field name="fSecurityGroup">RAFT_ADMINGrp</Field>
    </Document>
    </Service>
    </GenericRequest>
       </soapenv:Body>
    </soapenv:Envelope>
    

    Here's a sample call:

    The virtual path is/Appraisals/0111234567 /.

    The GUID for this folder is CBF8EF9C59F8A6C84EB31C68F0903399

    I see the reference to xCollectionID when I look for answers, but the data is not available for me (see the output below)

    When I run this it stores the file but the file does not appear in the folder.

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
         <soapenv:Header/>
    <soapenv:Body>
    <GenericRequest xmlns="http://www.oracle.com/UCM" webKey="cs">
    <Service IdcService="CHECKIN_UNIVERSAL">
    <Document>
    <Field name="fFolderGUID">CBF8EF9C59F8A6C84EB31C68F0903399</Field>
    <Field name="dDocType">Document</Field>
    <Field name="dSecurityGroup">Public</Field>
    <Field name="dDocAccount"/>
    <Field name="dSecurityGroup">RAFT_ADMINGrp</Field>
    <Field name="xFHACaseNumber">0111234567</Field>
    <Field name="xFHADocumentType">Appraisal</Field>
    <Field name="dDocTitle">tuesday2document.txt</Field>
    <File name="primaryFile" href="whereami.txt">
    <Contents>dGhpcyBpcyBteSBkb2N1bWVudA==</Contents>
    </File>
    </Document>
    </Service>
    </GenericRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    

    Returns:

    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
       <env:Header/>
       <env:Body>
          <ns2:GenericResponse xmlns:ns2="http://www.oracle.com/UCM">
             <ns2:Service IdcService="CHECKIN_UNIVERSAL">
                <ns2:Document>
                   <ns2:Field name="reserveLocation">false</ns2:Field>
                   <ns2:Field name="IdcService">CHECKIN_UNIVERSAL</ns2:Field>
                   <ns2:Field name="dSecurityGroup">RAFT_ADMINGrp</ns2:Field>
                   <ns2:Field name="dpTriggerField">xIdcProfile</ns2:Field>
                   <ns2:Field name="dDocType">Document</ns2:Field>
                   <ns2:Field name="scriptableActionErr"/>
                   <ns2:Field name="xPartitionId:isSetDefault">1</ns2:Field>
                   <ns2:Field name="xWebFlag"/>
                   <ns2:Field name="dDocCreator">C03999</ns2:Field>
                   <ns2:Field name="dDocAccount"/>
                   <ns2:Field name="xClbraUserList"/>
                   <ns2:Field name="dLocation"/>
                   <ns2:Field name="xWCPageId:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dWebExtension">txt</ns2:Field>
                   <ns2:Field name="isNew">1</ns2:Field>
                   <ns2:Field name="IsQueryObjectPersistent"/>
                   <ns2:Field name="xWCTags"/>
                   <ns2:Field name="LockedContents1">dDocName:WCC_Cluster-001208</ns2:Field>
                   <ns2:Field name="dClbraName"/>
                   <ns2:Field name="dCreateDate">10/7/14 8:58 AM</ns2:Field>
                   <ns2:Field name="xClbraAliasList"/>
                   <ns2:Field name="dActionMillis">72487502</ns2:Field>
                   <ns2:Field name="StatusMessage">Successfully checked in content item 'WCC_CLUSTER-001208'.</ns2:Field>
                   <ns2:Field name="dIsPrimary">1</ns2:Field>
                   <ns2:Field name="isInfoOnly"/>
                   <ns2:Field name="dActionDate">10/7/14 8:58 AM</ns2:Field>
                   <ns2:Field name="xWCPageId"/>
                   <ns2:Field name="xLibraryGUID:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dDocID">1216</ns2:Field>
                   <ns2:Field name="dPublishState"/>
                   <ns2:Field name="xFHACaseNumber">0111234567</ns2:Field>
                   <ns2:Field name="doSorting">0</ns2:Field>
                   <ns2:Field name="primaryFile">whereami.txt</ns2:Field>
                   <ns2:Field name="dRevisionID">1</ns2:Field>
                   <ns2:Field name="xExternalDataSet"/>
                   <ns2:Field name="scriptableActionFunction">determineCheckin</ns2:Field>
                   <ns2:Field name="UseForwardOnlyCursor"/>
                   <ns2:Field name="noDocLock">1</ns2:Field>
                   <ns2:Field name="dID">1208</ns2:Field>
                   <ns2:Field name="xWCTags:isSetDefault">1</ns2:Field>
                   <ns2:Field name="xPartitionId"/>
                   <ns2:Field name="xComments:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dInDate">10/7/14 8:58 AM</ns2:Field>
                   <ns2:Field name="dDocOwner">C03999</ns2:Field>
                   <ns2:Field name="dUser">C03999</ns2:Field>
                   <ns2:Field name="isDocProfileUsed">true</ns2:Field>
                   <ns2:Field name="scriptableActionParams"/>
                   <ns2:Field name="dpEvent">OnImport</ns2:Field>
                   <ns2:Field name="xExternalDataSet:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dDocLastModifier">C03999</ns2:Field>
                   <ns2:Field name="DocExists"/>
                   <ns2:Field name="dConversion">PassThru</ns2:Field>
                   <ns2:Field name="StatusCode">0</ns2:Field>
                   <ns2:Field name="xStorageRule:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dStatus">DONE</ns2:Field>
                   <ns2:Field name="dOriginalName">whereami.txt</ns2:Field>
                   <ns2:Field name="dRevClassID">1208</ns2:Field>
                   <ns2:Field name="idcToken"/>
                   <ns2:Field name="dRevLabel">1</ns2:Field>
                   <ns2:Field name="dDocName">WCC_CLUSTER-001208</ns2:Field>
                   <ns2:Field name="xWCWorkflowApproverUserList:isSetDefault">1</ns2:Field>
                   <ns2:Field name="xStorageRule">webasset</ns2:Field>
                   <ns2:Field name="localizedForResponse">1</ns2:Field>
                   <ns2:Field name="dPublishType"/>
                   <ns2:Field name="fFolderGUID">CBF8EF9C59F8A6C84EB31C68F0903399</ns2:Field>
                   <ns2:Field name="dFormat">text/plain</ns2:Field>
                   <ns2:Field name="scriptableActionType">3</ns2:Field>
                   <ns2:Field name="dDocTitle">tuesday2document.txt</ns2:Field>
                   <ns2:Field name="dpAction">CheckinNew</ns2:Field>
                   <ns2:Field name="primaryFile:path">/opt/oracle/work/wcc_cluster/ucm/cs/vault/~temp/1963032402.txt</ns2:Field>
                   <ns2:Field name="refreshMonikers"/>
                   <ns2:Field name="xWCWorkflowAssignment"/>
                   <ns2:Field name="isEditMode">1</ns2:Field>
                   <ns2:Field name="refreshSubMonikers"/>
                   <ns2:Field name="xFHADocumentType">Appraisal</ns2:Field>
                   <ns2:Field name="changedMonikers"/>
                   <ns2:Field name="dRevRank">0</ns2:Field>
                   <ns2:Field name="StorageRule">webasset</ns2:Field>
                   <ns2:Field name="xWCWorkflowApproverUserList"/>
                   <ns2:Field name="xComments"/>
                   <ns2:Field name="dAction">Checkin</ns2:Field>
                   <ns2:Field name="isDocProfileDone">1</ns2:Field>
                   <ns2:Field name="xWebFlag:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dRawDocID">1215</ns2:Field>
                   <ns2:Field name="xLibraryGUID"/>
                   <ns2:Field name="StatusMessageKey">!csServiceStatusMessage_checkin,WCC_CLUSTER-001208</ns2:Field>
                   <ns2:Field name="xIdcProfile:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dWorkflowState"/>
                   <ns2:Field name="dProcessingState">Y</ns2:Field>
                   <ns2:Field name="dDocCreatedDate">{ts '2014-10-07 08:58:07.482'}</ns2:Field>
                   <ns2:Field name="dDocAuthor">C03999</ns2:Field>
                   <ns2:Field name="dOutDate"/>
                   <ns2:Field name="dIsWebFormat">0</ns2:Field>
                   <ns2:Field name="scriptableActionFlags">12</ns2:Field>
                   <ns2:Field name="isCheckin">1</ns2:Field>
                   <ns2:Field name="RenditionId">webViewableFile</ns2:Field>
                   <ns2:Field name="dExtension">txt</ns2:Field>
                   <ns2:Field name="VaultfilePath">/opt/oracle/work/wcc_cluster/ucm/cs/vault/~temp/1963032402.txt</ns2:Field>
                   <ns2:Field name="prevReleaseState"/>
                   <ns2:Field name="isStatusChanged">1</ns2:Field>
                   <ns2:Field name="dReleaseState">N</ns2:Field>
                   <ns2:Field name="dWebOriginalName">WCC_CLUSTER-001208~1.txt</ns2:Field>
                   <ns2:Field name="xWCWorkflowAssignment:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dDocLastModifiedDate">{ts '2014-10-07 08:58:07.482'}</ns2:Field>
                   <ns2:Field name="dFileSize">19</ns2:Field>
                   <ns2:Field name="xIdcProfile"/>
                </ns2:Document>
             </ns2:Service>
          </ns2:GenericResponse>
       </env:Body>
    </env:Envelope>
    

    CBF8EF9C59F8A6C84EB31C68F0903399

    Replace fFolderGUID by fParentGUID

  • What is Photoshop extended and how he did replace my Photoshop CS6

    I have a registered copy of Photoshop CS6 and all of a sudden he asks me to log in. This isn't a cloud account, it is a 64-bit Windows 7 product that I used for three years.

    The serial number is clearly stated on my line on behalf of Adobe's Web site in the list of Adobe products, I own.

    For some reason any this morning the product shows as Photoshop CS6 extended and asks me to "Sign In."

    I don't wantr no online account and I don't want to connect to what is already loaded on my laptop.

    That Adobe has done and how I turn the tide?

    Yes, it seems strange, but this is the version you need. See here: Get Adobe Creative Cloud Desktop App & Adobe Application Manager

    You're welcome, glad to help

    Benjamin

    PS If you are satisfied with the answer, remember to mark (solving answer) correct. This marks the problem solved and will help others to find solutions to similar problems. Note: you must be logged in to the forum.

  • During the closure after a browsing session I find several windows behind the window of the main browser I have not opened and they must be closed individually. What is the cause and how can I stop it?

    During the closure after a browsing session I find several windows behind the window of the main browser I have not opened and they must be closed individually. What is the cause and how can I stop it? Edit

    These windows display ads? They could be 'pop-under' designed to show when you are finished with your main window. Orbitz has these, for example. Irritating. I'm not sure of the best solution, i.e., advertising blocker blocker vs.

    If they are not ads, can you think anyway that they are related to the sites you visit?

    In addition, to close a tab (or window, if there is only one tab), you can press Ctrl + w. could speed up the process of their release until you find a real solution.

  • on the left are 3 red balls, yello, green, who go around in a circle. When I click it it says download assistance, what is it for and how can I learn more about them?

    to the left of the URL are 3 balls, red, yellow, green, who go around in a circle. When I click it it says download assistance, what is it for and how can I learn more about them?

    An add-on (extension) for download videos from Youtube-like on your hard drive

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • What is a dssagent and how he remove it from my computer?

    Original title: dssagent?

    What is a dssagent and how he remove it from my computer?

    Hello Gloria,.

    To help you with the problem please answer the following questions:

    1. which antivirus app do you use?
    2. what operating system do you use?

    DSSAgent is spyware. You can perform a full scan using the Microsoft Security Scanner that will remove this.
    Refer to this link:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    I hope this helps.

  • What is a 'hiberfile"and how to close it

    Some please explain what a "hiberfile" and how to close it?

    Hello

    What is hiberfil.sys and how to remove it?
    http://www.howtogeek.com/HOWTO/15140/what-is-Hiberfil.sys-and-how-do-i-delete-it/

    Hibernate mode (computer science)
    http://en.wikipedia.org/wiki/Hibernation _(computing)

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • What is vid.exe and how to remove it?

    What is vid.exe and how to remove it?

    VID.exe is not Trojan of any kind.

    It is part of any installation of webcam logitech and may be terminated if the wish it is only used to make the video cliplets as your image personally or avatars.

    It's a process not essential but useful if you're in video creation.

  • Clear.fi - what is Clear.fi and how is it used?

    What is 'Clear.fi' and how is it used?

    Hello
    You can follow the link below which gives you the knowledge of Clear.fi:
  • "lcwipx.exe of shortcut that you refer to is not available" and her does not open. He also asked delete me the shortcut. What is the problem and how to solve this?

    When connect my external hard drive and opening not wanting my my files, I get this message "shortened lcwipx.exe you make reference to is not available"and her does not open. He also asked delete me the shortcut. What is the problem and how to solve this?

    Hi Pascal,.

    I see that you get an error trying to access files on an external drive. I'll help you with this problem.

    1. What is the brand and model of the computer?

    2. What is the brand and model of the external drive?

    3. what security software is installed on the computer?

    4. have you made changes on the computer recently?

    5A external drive earlier good work?

    6. have you updated to Service Pack 2 installed?

    Method 1.

    Connect a different drive to the computer and check.

    Method 2.

    Plug this external drive on another computer and check the status.

    Method 3.

    Start the computer in safe mode and check.

    Start your computer in safe mode: http://windows.microsoft.com/en-SG/windows-vista/Start-your-computer-in-safe-mode

    Method 4.

    Run a full scan of the computer with the Microsoft Safety Scanner to make sure that the computer is virus-free.

    Microsoft safety scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Warning of Security Scanner: there could be a loss of data while performing an analysis using the Microsoft safety scanner to eliminate viruses as appropriate.

    Let us know if you need assistance with any windows problem. We will be happy to help you.

Maybe you are looking for