Files placed in wastebasket

When I drag files into the wastebasket , a pop up dialogue box appears which requires  my password. Once done the file does not go in the  bin, but a sound of the bin being emptied  is heard. There is no opportunity if needed to retrieve  files.

Visit The XLab FAQs and read the FAQ on resolving this and other Trash problems. Also consider using Trash It! 5.1. You may also try:
Open Terminal in your Utilities folder. At the prompt paste the following line:
rm -rf ~/.Trash
Press RETURN

Similar Messages

  • How to I get multipage pdf file placed in my document to conform to the document that I set up?  I have InDesign cc and the pdf pages are placed outside of my document?

    How to I get multipage pdf file placed in my document to conform to the document that I set up?  I have InDesign cc and the pdf pages are placed outside of my document?

    Hi Rave,
    InDesign cc couldn't open the script, I get an error message that it is not a supported file type.  I tried this first before using the "place multipage pdf" in my InDesign document.  The script which comes with InDesign cc works, but places the pages outside of the document.  That's what I'm trying to figure out how to do.  I had no trouble doing this in PageMaker 15 years ago.  I don't know why it doesn't work on my computer??
    Thanks,
    Yerbamansa

  • Indesign crashes when exporting to pdf with .eps and .ai files placed

    Hi everyone,
    I have an Indesign file with 4 placed Illustrator .eps file placed. Whenever I try to export to pdf, it starts to export and then when it reaches a page with a .eps file on it, it hovers for a minute and then Indesign crashes. I decided to save these 4 .eps files as .ai files and replace them. Now when I export to pdf, it gets through the export and a pdf file is created but immediately after, Indesign crashes.
    Is this a sign of corrupt .eps or .ai files or a corrupt Indesign file? All I know is that if I remove all the image files, then the ID file is fine, ie. it exports and ID doesn't crash.
    Is there a way to test either .eps, .ai or Indesign files for corruption, and if they are corrupt is it possible to repair them?
    Appreciate any help offered.

    You haven't said which version of Indesign you are using or other specs, but I would bet that you are using CS2 on an Intel Mac. CS2 runs under Rosetta on an Intel Mac, and I have found that memory problems are often the result of crashes like the ones you have described. My advice is to stay away from EPS files and use AI or PSD, especially if the file is a bitmap or photo. This has eliminated all the crashes that used to occur on my system. As far as the crashes after making PDF files, I don't have a solution other than restarting Indesign after exporting a PDF file or two at a time. The same Rosetta memory problem seems to mess it up for me. Mine would just exit from Indesign with no warning. Hope this helps.
    Regards,
    Len Swierski

  • Code for reading particular  fields from the file placed in application

    hi,
    code for reading particular  fields from the file placed in application server in to the internal table.

    Hi,
    Use the GUI_UPLOAD FM to upload the File into ur Internal Table.
    DATA : FILE_TABLE TYPE FILE_TABLE OCCURS 0,
             fwa TYPE FILE_TABLE,
             FILENAME TYPE STRING,
             RC TYPE I.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
      EXPORTING
        WINDOW_TITLE            = 'Open File'
       DEFAULT_EXTENSION       =
       DEFAULT_FILENAME        =
       FILE_FILTER             =
       INITIAL_DIRECTORY       =
       MULTISELECTION          =
       WITH_ENCODING           =
      CHANGING
        FILE_TABLE              = FILE_TABLE
        RC                      = RC
       USER_ACTION             =
       FILE_ENCODING           =
      EXCEPTIONS
        FILE_OPEN_DIALOG_FAILED = 1
        CNTL_ERROR              = 2
        ERROR_NO_GUI            = 3
        NOT_SUPPORTED_BY_GUI    = 4
        others                  = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    READ TABLE FILE_TABLE INDEX 1 into fwa.
    FILENAME = fwa-FILENAME.
        CALL FUNCTION 'GUI_UPLOAD'
             EXPORTING
                  filename                = filename
                  FILETYPE                = 'DAT'
           IMPORTING
                FILELENGTH              =
             TABLES
                  data_tab                = itab
             EXCEPTIONS
                  file_open_error         = 1
                  file_read_error         = 2
                  no_batch                = 3
                  gui_refuse_filetransfer = 4
                  invalid_type            = 5
                  OTHERS                  = 6 .
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Regards,
    Balakumar.G
    Reward Points if helpful.

  • Multi-file placing order

    Whenever I load a couple of images from Bridge to use them with the new multi-file placing 'tool', I never get them in the order they are in Bridge. Is there any way to solve this, so I don't have to flip through all the images (which, unfortunately, goes really slow on my computer) but can just place them without sorting through them first?

    Yes, I do mean using the arrow keys. The images are already in the right position when they are in Bridge, so that is really the thing. I thought this new thing would be a time-saver, but everything I have to do extra kind of erases the plus side of it...
    Putting them on the pasteboard first isn't any quicker than just importing the images one by one I guess... Anyway, thanks for the effort and if you come up with another solution I'd be happy to hear it!
    Claudia

  • Why don't oam files placed in indd cc show up in ibooks after being exported as an epub?

    Why don't oam files placed in indd cc show up in ibooks after being exported as an epub? I work on a PC not a mac and have done everything described in tutorials. OAM animations are not working. please help.
    Thank you.
    Kathy

    This discussion explains the whole issue. Nothing has changed since it was written:
    How to add Edge Animate Web Publish to FL EPUB 3 for iBooks.

  • OC4J: Class not found for class in jar file placed in \j2ee\home\applib\

    I have an ADF application which uses external libraries (jars), which works fine when running the application from within JDeveloper (TP4).
    However if I deploy the application to the embedded OC4J server it won't find any classes imported in those external libraries at runtime (deploy does work). E.g. one library class imports oracle.jbo.server.DBTransaction. If a method of this class is called I get the following exception:
    Unexpected exception caught: java.lang.NoClassDefFoundError, msg=oracle/classloader/util/AnnotatedNoClassDefFoundError
    oracle/classloader/util/AnnotatedNoClassDefFoundErrorThe same exception, when using a german locale, explicitely states that it cannot find oracle.jbo.server.DBTransaction.
    The jar files are placed in the \j2ee\home\applib\ directory and a <library> element to this path is present in application.xml.
    Any further hints what could be wrong?

    Hi Edwin,
    tried your suggestions but without success.
    when I add this library to server.xml then following error occures when starting OC4J
    17.09.2008 17:10:33 oracle.oc4j.util.SystemLog log
    SCHWERWIEGEND: Server start failed processing configuration
    java.lang.InstantiationException: Illegal tag, 'library': The library tag has moved from config/server.xml to config/application.xml, please update your configuration manually or reinstall.
            at com.evermind.server.XMLApplicationServerConfig.parseDeploymentMainNode(XMLApplicationServerConfig.java:1227)
            at com.evermind.xml.XMLConfig.parseRootNode(XMLConfig.java:342)
            at com.evermind.xml.XMLConfig.init(XMLConfig.java:222)
            at com.evermind.xml.XMLConfig.init(XMLConfig.java:154)
            at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:237)
            at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:661)
            at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:225)
            at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:244)
            at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:259)
            at java.lang.Thread.run(Thread.java:619)
    17.09.2008 17:10:33 oracle.oc4j.util.SystemLog logNoStack
    SCHWERWIEGEND: Server exiting: ApplicationServer entered state EXITING--> I added this to application.xml
    Than I enabled more logging of classloader "-Duser.country=US -Dclass.load.log.level=finest"
    Here a snippet of the output at starttime of OC4J:
    ================================
    08/09/18 10:17:07 Initial class loaders created. Uptime: 3156ms.
    08/09/18 10:17:07 Loading main class com.evermind.server.OC4JServer...
    08/09/18 10:17:07 com.evermind.server.OC4JServerMain class loaded. Uptime: 3344ms.
    08/09/18 10:17:07 Transferring to com.evermind.server.OC4JServer.main()...
    08/09/18 10:17:15 Ignoring non-existent code source: D:\oracle\jdevstudio1111_preview4_standalone\j2ee\home\config\..\..\..\BC4J\lib\jmxdc.jar(from <code-source> (ignore manifest Class-Path) in /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/config/server.xml)
    08/09/18 10:17:15 Ignoring <code-source> (ignore manifest Class-Path) in /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/config/server.xml entry: code-source /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/lib/api-ext/adflogginghandler.jar (from system property api.ext.dirs) is already visible in the search path of adf.oracle.domain:11.1.4949.
    08/09/18 10:17:15 Ignoring non-existent code source: D:\oracle\jdevstudio1111_preview4_standalone\j2ee\home\config\..\..\..\BC4J\lib\jmxdc.jar(from <code-source> (ignore manifest Class-Path) in /D:/oracle/jdevstudio1111_preview4_standalone/j2ee/home/config/server.xml)
    08/09/18 10:17:15 Import was not resolved for adf.oracle.domain:11.1.4949: shared library "oracle.fabric.runtime" could not be found.
    08/09/18 10:17:15 Import was not resolved for adf.generic.domain:11.1.4949: shared library "oracle.fabric.runtime" could not be found.Seems that oracle.fabric.runtime couldn't be found but the jar's are located in D:\oracle\jdevstudio1111_preview4_standalone\lib\java\shared\oracle.fabric.runtime\11.1.1.0.0
    It's the same as with my jdeveloper installation where I don't have this problems.
    regards
    Peter

  • EPS file placed within INDD art shows crop marks when exported to PDF

    Hi Friends -
    I have a INDD art file I'm working on, within which I placed an EPS image.  Upon exporting the INDD art to PDF, the document has what appear to be crop marks surrounding the EPS image.  This is not where the image should be cut, and these marks are being shown in a functional part of the design.  Here is a screenshot of one corner of the EPS; the other 3 corners have identical marks:
    Additional information:
    - MS Windows 7 Enterprise SP1
    - InDesign CS5.5  Version 7.5.3
    - Marks are generated during export process/conversion to PDF; they are not visible in InDesign.
    - EPS file does not create these crop marks when placed into another INDD file and exported using the same process as above.
    - No other elements of the INDD file have similar marks displayed after export.
    Any help with where I might find the setting in INDD to turn this OFF would be greatly appreciated!
    D

    That was probably the most expeditious reply I've ever received in a forum.
    Anyhow, the crop marks are not part of the actual EPS image.  Opening the EPS file in PS or AI reveals no stray crop marks so, unless the marks are somehow part of the EPS settings rather than a visible element of the image, I think it has something to do with INDD and its settings.  To confirm, I did place this EPS in another INDD document and an export procedure utilizing the same steps does not reproduce the crop marks.

  • What would cause an OAM file placed in InDesign not to show up in Adobe Viewer?

    I have created an OAM file using edge animate. The file works perfectly when I preview it in the browser through edge. I placed it in indesign and added the timing to start automatically on page load.
    I have many other OAM files on other pages that I have done exactly the same way and they all work perfectly. BUT this time it just won't play and when you open the page in the viewer. In fact,  it is not there at all. It's just blank.
    Does anyone know what can cause this?
    PLEASE HELP I have tried every thing.
    Thanks Angel

    Hey Angel,
    Are you using the desktop or the iPad viewer? The desktop one can be a bit wonky sometimes, try it out on the device first and see if you're still seeing the problem.
    Sarah

  • Flash File placed in template not loading

    I've created a simple flash banner to use on a website I'm
    developing. This website is built off of a template, in which I
    placed the flash file.
    When I preview the template, it works wonderfully. Trouble
    is, when I apply the template to all my pages, and then preview one
    of those pages, the flash file is not loading.
    Anyone have an idea what I'm doing wrong? Go to the web
    address below to see the files:
    www.vanhornconstruction.com/temp

    Make the link to the SWF a root relative one in the Template
    page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Zimmerman74" <[email protected]> wrote in
    message
    news:flljbb$efv$[email protected]..
    > I've created a simple flash banner to use on a website
    I'm developing.
    > This
    > website is built off of a template, in which I placed
    the flash file.
    >
    > When I preview the template, it works wonderfully.
    Trouble is, when I
    > apply
    > the template to all my pages, and then preview one of
    those pages, the
    > flash
    > file is not loading.
    >
    > Anyone have an idea what I'm doing wrong? Go to the web
    address below to
    > see
    > the files:
    >
    > www.vanhornconstruction.com/temp
    >

  • Files placed were not in UTF-8 format

    Hi Experts,
    In our project we have a pass through(no IR part) Interface from Source -
    >>PI -
    >>Target(where both Source and Target are File servers).PI should pick the file and place it in Target Directory by converting into UTF-8 format.For this we used File Type as Text and File Encoding as UTF-8 in the Receiver File channel.
    Recently the Target file server migrated to UNIX OS from WINDOWS OS and nothing was changed in PI but after the migration the Target system is facing an error saying "File is not in UTF-8 format"
    Previous when the OS is windows PI placed the files in UTF-8 format only but now after the OS migration to UNIX PI is placing ANSI files eventhough we are maintaining File Type as Text and File Encoding as UTF-8 in the Receiver File channel.
    Can anyone say how to overcome this problem and convert the files into UTF-8 and place in the Target Directory.
    Thanks and Regards,
    Prajwal Kumar

    Hi Shabarish,
    Can you please explain a bit more about issue with the line feeds.
    and also please let me know what should I check with the end system.
    Will the module help us to convert the file into UTF-8 format..?
    Thanks for your reply.
    Regards,
    Prajwal

  • Png files placed into PS CC don't honour effects

    G'day,
    I am totally lost on this one and can't for the life of me work it out.
    I'm creating graphics in IDCC which are then exported out as png files to be placed into PS CC, the problem occurs when some placed images have opacity effects within them and when the png file is created in ID, exported and placed into PS all effects are no longer honoured. For example a graphic created in AI may have a translucent shadow, placed into ID it is honoured, but then exported out as a png file and placed into PS that effect is no longer honored.
    Have I missed something on the process? Time and speed and greater flexibility means it's more efficent to create from ID and export to PS, so please don't suggest alternatives as that doesn't answer the question.
    To demonstrate the problem I've attached 3 files:
    • a screen shot from ID;
    • the png file;
    and
    • how that png file looks placed into PS.
    Why, when exporting the selected graphic elements as a .png file is it not honouring the effects, when they are honoured in ID?
    Thanks in advance for your help.

    Hi Chris,
    Thanks for the reply. That might be so, but that brings up the really confusing issue where a placed Illustrator CC file into ID CC has elements with transparency effects - when exporting it with other elements as a png, some transparency will be retained and others will be dropped.
    An example:
    The files (AI) placed into ID. The files naturally and correctly show with transparency etc. that have been applied to them in their native file, e.g the glass beaker which has multiple transparency effects.
    The png...
    Place the above png file into PS and it retains some of the transpancey from its native AI file and forgets about others.
    which shows correctly, but place that into PS and the shadow e.g. beneath the beaker with its transparency effect is forgotten altogether and other parts retain their transparancey. But why?
    So the claim that Adobe programmes have total integration across workflows etc. is not true or there is a bug? If it's neither and there's an answer I'd love to know.
    Thanks in advance.
    Message was edited by: BrandHOUSE. The file has no layers, but it does have shadows created and applied in ID, and these are carried over into the png when exporting it. So a png does carry effects etc.

  • Trying to convert R3D to mov but have the converted file placed in the same folder as the source R3D file.

    Hay all :-)
    Had a quick search and couldn't find an answer to this so asking the question :-)
    It looks like i'm going to have to use Premier Pro to convert all my R3D files to mov because *Another Piece of Software ;-)* just doesn't recognise them :-/
    I know i can import the R3D files into Premier and then export then as mov which is fine but the problem is in the export window theres no option to place the exported file into the same folder as the original R3D file, there is only the option of choosing a folder which, doesn't pre-designate itself to be the original files folder for some reason.
    I have 100s of R3D files to convert to mov and having to find and choose the correct folder for each of them individually would be an incredible pain.
    Thx for any help :-)

    Wow ... just checked through PrPro myself and queued out to AME, and even went into Prelude to try a transcode. You're right, you have to specify a location, or have one in the preset group ... but it has to be a specific one, there's no option for "original folder".
    I'd suggest a wish be placed on this, as there's times I'd want to use it also. 
    https://www.adobe.com/cfusion/mmform/index.cfm?event=processform&name=wishform
    Neil

  • Boxes printing around PSD files placed in IDD

    I have an inDesign file that I've placed many PSD files in and when I go to print the PDF, boxes appear around some of the PSD files. This also happens in Illustrator. Am I not supposed to place PSD files? What other options do I have? I tried .png for the illustrator file but it didn't work so I ended up rasterizing the files but I'm sure there's a better way and I'm afraid embedding all of them will make the file gigantic. Thanks in advance for your help
    amy

    Amy,
    You should be able to place PSD and AI files without issue.
    What colour are these boxes? If they're white it could be transparency settings (or transparency blend space).
    See here: http://indesignsecrets.com/eliminating-the-white-box-effect.php
    To find out quickly, try exporting to a PDF x1a. If the problem disappears you have a transparency issue.
    Have you checked the psd files and object boxes for the offending stroke?

  • Quicktime movie - publishes a ghost file, placing on the page

    I have two questions.
    First - the ghost file
    I dragged a Quicktime movie file to a page and then published to a folder. I realised that I had attached a 27Mb file instead of a smaller file (750k) that I had meant to. I deleted the large file (select/delete) and dragged the new file on to the page and published to a new folder. However the large file keeps publishing even though I thought I had deleted it. I always end up with the large file and small file in the published folder. How can I stop this happening?
    Secondly - placing on a page
    The QT movie has an area above the control bar for a graphic which I didn't fill. How can I accurately place the QT file on the page so I can line it up with text - the graphic box seems to stop text flowing around it or placing it where I want it.
    Thanks

    I suspect your ISP is serving you an older "cached" file instead of the new "fresh" one. More common overseas than here in the U.S. and some ISP's are worse than others.
    Try "refreshing" the page (Command-R in your browser) to see if it now finds the new page.
    If that fails (and it may because these ISP's are so aggressive about caching) try adding a question mark (?) to the end of the address in your browser:
    apple.com becomes apple.com?

Maybe you are looking for