CS3 - Placed objects are duplicated to temp

hi,
I am placing a PSD document into my document. And PS CS3 creates a copy of my document in App data / temp.
I had pointed to a document in my project folder, but it is not linked with the original anymore.
What is the problem?
thnks!

Photoshop placed document support doesn't link to the original file - it embeds the original file.
And to edit that embedded data, you have to put it on disk somewhere (like temp).

Similar Messages

  • PS CS3 - Smart Objects are "Jaggy"

    I've been trying to copy/paste some vector art from Illust CS3 into PSCS3. Regardless of what option I select (Smart Object or Pixels), the artwork comes in jaggy. Tried the same thing in CS2 and had no problems.
    I checked the clipboard prefs in both apps, and tried a search on this forum w/o luck.
    What am I missing?
    Thanks in advance!
    Bryan

    Hello,
    I am having the exact same problem with CS3 - did this get resolved? What does 'trashing' your prefs mean and does any one have settings for correct pref for PS and AI - I would love you forever if someone could sort this for me, bloody deadlines and technology
    Much love.x x

  • Placed objects not printing correctly

    Not sure if this is a bug in the new update, but this just started happening on all of my Indesign documents, some of which are fairly old and have been used hundreds of times. All adobe programs are CS6 Master/Photoshop X Pro.
    When I go to print one of these, any object that is placed on the worksheet, prints blurry, or very poor quality. Text or shapes that are part of the document and not placed print correctly.
    The placed objects are mainly vector based illustrator documents, but there's a few from photoshop. I don't see any errors, the files aren't being rasterized or anything and all have the correct paths. I've tested with about 20 documents and every one does this. I am 100% certain, that these files printed fine 2 days ago, and to my knowledge there hasn't been any changes to the computer or any adobe program. These were just routine brochures we were printing. Is there some setting that I'm missing that would cause placed objects to print incorrectly?

    Sounds like the links are out of date or you’ve selected optimized subsampling when printing.
    FWIW, I NEVER print from InDesign. I always export a PDF and print from Acrobat.
    Bob

  • Y in java objects are created on heap only n not on stack ?

    Hi ,
    I need a answer to the question " why all the objects are created on heap only in java and not on stack " ?
    In java a object is created when we specify new i.e. for example,
    consider the following cases.
    1.
    Vector v = new Vector();
    here object is created and the reference to this object is assigned to variable v. okie.
    2.
    when i write something like
    Vector vec ;
    Here i am creating reference variable for Vector. No object is created and no seperate memory is allocated for it. Here this reference is placed on the java stack along with other primitive data types.
    My question is, in C++ by writing case 2 i can create an object and it is creating this object on stack. So why in java object is not created on stack while i do like this ? Why in java objects are created on heap only ?
    If my question is out of interest of this forum i apologize for it. But if somebody can throw some light on it, it would be of great help.
    Cheers !!
    Dipesh

    Cross post!
    http://forum.java.sun.com/thread.jsp?forum=32&thread=260589

  • Indesign Applescript Placed Object Layer Visibilty Override

    Hi, trying to programmatically control layer visibility of placed objects (either AI or other ID files) in a multi-page Indesign document.  Have looked all over the dictionary but can't seem to figure a way to reference the layers.
    Would someone have an example of how to do this in Applescript?  (Please, not javascript, will convert one day but for now am staying with AS.)
    Thanks!

    Thanks, Mary, your suggestion has put me on a good path, but I'm still having some trouble.
    I have several similar documents, each having multiple pages with one placed item per page that are linked, not embedded.  Each of those placed items may or may not have a layer with a specific name.  I'm trying to iterate through the links and toggle visibility of the layers within the placed objects as needed.
    Ultimately the script would:
        Cycle through all links in the target doc.
            Get a list of all layers in the current link of the cycle.
            Cycle through a list of layer names to check.
                Set the desired layer to visible, all others in the list to not visible.
                (This could be with a string var that was the same as the desired entry in the list, or a numeric index var to compare with where the counter was in its cycle)
    Here's a verbose example of what I've got so far.  It assumes the target document is already open...
    # With which app are we working?
    tell application "Adobe InDesign CC 2014"
        # With which document are we working?
        set theDocName to "My Indesign Document"
        # Which layer do we want to be visible?   
        set theDesiredLayer to "My Desired Visible Layer"
        # Set the Document ID of the chosen document
        set theDocID to document named theDocName
        # Work with the chosen document
        tell theDocID
            # Create an object of all links of the chosen document
            set theDocLinks to links of theDocID
            # Set the count of all links in the chosen document
            set theDocLinksCount to count of theDocLinks
            # Cycle through all the linked objects
            repeat with i from 1 to theDocLinksCount
                # Create an object of the current link
                set theCurLink to item i of theDocLinks
                # Set the name of the current link
                set theLinkName to name of theCurLink
                # Create an object of the parent of the current link
                set theLinkParent to parent of theCurLink
                # Create an object of the graphic layer options of the parent of the current link
                set theGraphicLayerOptions to graphic layer options of theLinkParent
                # Get a count of the layers in the current link
                set theLayerCount to count of graphic layers of theGraphicLayerOptions
                # Cycle through the layers in the current link
                repeat with j from 1 to theLayerCount
                    # Create an object of the current layer
                    set theLayer to item j of graphic layers of theGraphicLayerOptions
                    # THIS FAILS
                    set theLayerName to name of theLayer
                    log "Layer: '" & theLayerName & "' ~ Visible: '" & current visibility of graphic layer theLayerName of theOptions
                    # THIS WORKS ONLY UNDER CERTAIN CONDITIONS
                    set current visibility of graphic layer theDesiredLayer of theGraphicLayerOptions to true
                end repeat
            end repeat
        end tell
    end tell
    The part that works does so only when I let it act on specific links (based on theLinkName).  If the link has no such layer, it bombs (as expected).
    I'd really rather just iterate through the layers of each link and take action based on whether or not my target layer exists in that link.  For that to happen, I need to be able to access the name of the layer.
    When cycling through the layers,
        set theLayer to item j of graphic layers of theGraphicLayerOptions
    *should* return a graphic layer object, which has a name property that I could then use for comparison.  But that always fails.
    I've also tried other properties of the graphic layer object such as parent, object reference, etc. It always bombs out when I try to work with the layer object.
    The obvious conclusion is that I'm not really creating a graphic layer object, but according to the dictionary it seems this should work.
    Any ideas what I'm doing wrong?
    Thanks!

  • When placing object from Illy, how does ID design which artboards to present

    Could someone walk me through placing objects into ID documents from an Illustrator file with multiple layers? Does it only present the artboards that are present in the topmost layer? Or is it all visible layers?

    After you select the artboard you want and place the file, you can change the layer visibility by selecting the object, right-clicking and choosing object layer options.

  • Illustrator shifts placed object when opening file

    Hi,
    I have come across an odd issue! I have an object built and saved as an illustrator file, which has some knockout type (transparency). When I placed this object in another illustrator file, all is well, and I save this new file. When I reopen the new file, I noticed that illustrator has moved the placed object very slightly. I have looked at other placed files and objects in this new file and illustrator doesn't seem to affect those.
    Every time I resave the file, illustrator adds the same shift to the objects current position. If I just open the file without saving, the position stays as is. The shift is added by illustrator when I save the file!
    Does anybody have any idea what may be causing this issue and how to prevent it? (I suspect it might have to do with the knockouts but I can't figure it out).
    This is in CS4. Thanks.
    PS: Another strange thing is that when I tried to save the object-with-knockout as an EPS file from illustrator, the EPS file discarded the transparency.

    Thanks Jacob, I appreciate your looking into it.
    On my end, I found what seems to be a workaround although I still don't undersand why the problem occcurs. I placed several .ai objects (files) onto the artboard and noticed that some underwent the shift and some didn't, in particular, a file placed on the artboard could be shifted while another instance of the same file also placed on the artboard would be immune to the shift.
    So I placed two instances of the same illustrator file I wanted and noticed one, if not two of them, would not shift, so I used that.
    Note that if I grouped the file-with-knockouts with other objects on the artobard or if I locked the file, it would still shift if I saved and reopened the illustrator file it is in.
    The other weird thing is that with this same illustrator object (file with knockouts), if I scale it proportionally, I sometimes see 0.001pt discrepancy in H or W. For example, say its original dimensions are W=1pt H=2pt, I could scale it and see: W=3pt H=6pt or W=3pt H=6.001pt. Again, I don't know if that has to do with the use of knockouts in the file.
    This discrepancy might happen if I scaled with the reference point being top left but not happen if the reference point were the middle of the object in the Transform panel.

  • How to find out the objects are behind(not hidden) an image?

    Could you please advise me is it possible to find out if the texts (or) objects are behind (not hidden) an image (or) any tinted boxes using scripting via "illustrator cs3".
    Thanks for looking into this.

    Hi Maria,
    if an text or object are behind an another object, i think you need to test position of this text and his layer.
    for exemple:
    layers[0] a rectangular pathItems [100,100,200,200]
    if there is text or other object, it should be on layer[1] or [2] [3] ...[0+x] ( i didn't talk about sublayer, but it's same thing) and it should have same position than rectangular pathItems or included (x>100 && x<200 && y>100 && y<200) and it should have color.
    But in some cases, we will see the text if object is hollow / concave, and script will return "hidden"
    art.chrome

  • Portal objects are not seen in portal contant

    HI gurus
    When I go to contant Administraction-->Portal contant ,I just see the no portal objects appears.its shows that the objects are required.
    I already deployed ESS and MSS Business Packages with SDM but I can't see the content in the Portal Content.
    Any help will be appreciated
    Regards
    Gaurav

    Which SCA files have you deployed?
    You have to deploy BPERP5ESSXXXXXXX.sca file for theiViews to appear in Portal Content.
    You would have already deployed the files PCUIGP.sca ,SAPESS.SCA
    Chck this thread
    Re: Can't see ESS/MSS 6.0 SP14 iviews, roles, worksets in SAP EP 7.0

  • Service template problem - Unable to perform the job because one or more of the selected objects are locked by another job - ID 2606

    Hello,
    I’ve finally managed to deploy my first guest cluster with a shared VHDX using a service template. 
    So, I now want to try and update my service template.  However, whenever I try to do anything with it, in the services section, I receive the error:
    Unable to perform the job because one or more of the selected objects are locked by another job.  To find out which job is locking the object, in the jobs view, group by status, and find the running or cancelling job for the object.  ID 2606
    Well I tried that and there doesn’t seem to be a job locking the object.  Both the cluster nodes appear to be up and running, and I can’t see a problem with it at all.  I tried running the following query in SQL:
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    but all this gives me is an error that says - conversion failed when converting from a character string to uniqueidentifier msg 8169, level 16, State 2, Line 1
    I'm no SQL expert as you can probably tell, but I'd prefer not to deploy another service template in case this issue occurs again.
    Can anyone help?

    No one else had this?

  • Unable to remove a host from VMM - Error (2606) Unable to perform the job because one or more of the selected objects are locked by another job.

    I am unable to remove a host from my Virtual Machine Manager 2012 R2. I receive the following error:
    Error (2606)
    Unable to perform the job because one or more of the selected objects are locked by another job.
    Recommended Action
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    I have already tried running the following command in SQL Server Management Studio
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    I received this error back:
    Msg 8169, Level 16, State 2, Line 1
    Conversion failed when converting from a character string to uniqueidentifier.
    I have also tried rebooting both the host and the Virtual Machine Manager Server.  After rebooting them both, I still receive the same error when trying to remove the host.
    Here are my server details
    VMM Server OS = Windows 2012 Standard
    VMM Version = 2012 R2 3.2.7510.0
    Host OS = Windows 2012 R2 Datacenter
    Host Agent Version = 3.2.75.10.0
    SQL Server OS = Windows 2012 Datacenter
    SQL Version = 2012 SP 1 (11.0.3000.0)

    Hi there,
    How many hosts are you managing with your VMM server?
    The locking job might be the background host refresher job. Did you see any jobs in the jobs view, when the host removal job failed?
    If there is no active jobs in the jobs view when this host removal job fails, can you please turn on the VMM tracing, retry the host removal, and paste back the traces for the failed job (search for exception and paste the whole stack)?
    Thanks!
    Cheng

  • How do you remove items from the assets panel that are duplicated?

    How do you remove items from the assets panel that are duplicated?

    If you add an item to a slideshow, you'll usually see 2 entries for that image in the assets panel - one represents the thumbnail, and the other represents the larger 'hero' image.
    It sounds like you may have added the same image to your slideshow twice. You can select one of the hero images or thumbnail images in your slideshow and use the delete key to remove it. Then the extra 2 entries in the assets panel should disappear.

  • Events are duplicating in ical

    when my ical opens on imac, all events entered from my iphone or ipad are duplicated.  This has only started since updateing to Lion.  Nothing is duplicated on my iphone

    On your iMac turn off the 'On My Mac' calendar (s)

  • Objects are not referenced in cube data source view. Large model.

    Looking at large model. 100+ measure groups, 200+ dimensions, one cube. Deployed to multiple customers in production as a part of custom developed software.
    in data tools 2010 I'm looking at the cube on sql 2008, sql 2008 R2 (EE, DE).
    In the cube data source diagram we observe 50+ objects that do not have any links to them or from them.
    1)
    Some of these I was unable to find in DMV's of the cube at all, it turns out they are present in the Data source that is in Data Source Views section.
    How did these end/could end up in the cube data source model? they are not available in dimension usage window at all.
    2) Others do not have any links from them or to them in cube’s data source diagram, however the dimension usage clearly shows these objects are part of relationships 
    both regular and many to many depending on the object in question.
    We are trying to identify what objects we can ‘trim’ from the model. I’m not sure what am I looking at in this case: data tools have a trouble interpreting diagram for 200+ dimensions and
    100+ measure groups (it is a large existing model) and this artifact should not be used to decide what in dimensions is obsolete and can be decommissioned.
    We are looking at cube that has over 40 NxM just to one fact not counting regular relationships.
    Am I looking at a feature or maybe an issue with the model itself that somehow has developed in the particular cube.
    It is not something I came across before.
    thanks

    Hi,
    According to your description, you are designing a large SQL Server Analysis Services cube, the problem is that you are unable view the relationship in the data source
    view diagram, right?
    In your description, you said that you can see the relationships in Dimension Usage window. In your scenario, can you see the relationship under the Tables pane when expanding
    a table's Relationships folder?
    General, the relationships will be defined automatic if the relationships were defined in your data source of the cube. And the dimension relationships between cube dimensions
    and measure groups in the cube are defined manually in Dimension Usage. In your scenario, you can define relationship manually in the data source view, please refer to the link below to see the details.
    http://technet.microsoft.com/en-us/library/ms178448.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • System is not set to changable - objects are not changeable

    Hi Gurus,
    I am trying to open a query in the test system. while opening the query a error message is showing like: system is not set to changable - objects are not changeable.
    Kinly let me know how to solve this error.
    Due to this reason in my Plannin modler screen its showing that query is inconsistant,
    Regards
    Sajid khan
    Edited by: sajid.khan on Jun 22, 2010 9:35 AM

    Hi.
    In RSA1->Transport connection->ShftCtrl0 check whether you have any transport request connected.
    In addition ensure in "objects changebility" that you can change queries.
    Regards.

Maybe you are looking for