Can you replace embedded smart object with linked smart object?

Hi,
I'd like to update some document to reflet the new workflow that linked smart object provide. I have made some transformation on those embedded smart object and would like to not have to redo all those so is there anyway way to replace those SO with the linked version of the same SO?
TIA
Jeff

Hi,
I'd like to update some document to reflet the new workflow that linked smart object provide. I have made some transformation on those embedded smart object and would like to not have to redo all those so is there anyway way to replace those SO with the linked version of the same SO?
TIA
Jeff

Similar Messages

  • If You Broke Your Ipod And Replaced It With A New One Can They Transfer All Of Your Old Apps Music And Other Things To Your New Ipod Touch And Also Can You Replace Your Ipod Touch With Another Ipod Touch With More GB(GigaBytes)

    I Have An Ipod Touch 4G That Is 8GB(Gigabytes) And U Was Jus Wandering About These Two Questions 4 So Long Do I Posted A Question

    You can buy whatever ipod you want.
    Damage is not covered by warranty so they will not replace it under warranty.
    All of your music/apps should be in itunes on your computer and included in your regular backup of your computer.
    Just sync it to the new ipod.

  • Can you replace the Super Drive with the diskdrive from my macbook pro?

    Iv been playing with the idea of replacing the disk drive in my macbook pro with an extra SSD for a bit better performance as its extremely rare I actually use the disk drive.
    Would it be possible for me to get it installed into my iMac? The one currently in it is history and I'm looking to sell it asap.
    Thanks.

    I doubt they would. But there is no harm in asking. At the least they would chrage you a labor fee.
    Imac's aren't the easiest computer to take apart. I think the cover glass and screen has to be removed to do any work on it.
    you should go to ifixit.com and see if they have a tutorial on changing parts in your model imac.

  • Can you replace a powermac g5 mbd with and Intel mbd?

    Can you replace a powermac g5 mbd with and Intel mbd?

    I think you would have to do a lot of work in addition to just replacing the motherboard. Like getting a new power supply for instance as the cables won't match what Apple specs for their designed and built hardware. I think the best you can hope for is to reuse the Aluminum tower case, and that's about it.
    Some links related to this:
    http://hintsforums.macworld.com/archive/index.php/t-96460.html
    http://forums.macrumors.com/showthread.php?t=652438

  • Can you replace a black iPod touch screen with a white iPod touch screen?

    I need help! Can you replace a black iPod touch screen with a white iPod touch screen?

    cjennings6211 wrote:
    cliftonfromrichmond, what are you talking about??
    I'm bustin' your chops.  Some call it humor, some don't have a sense for it....
    The real point is Kappy gave you a link to a list of video demonstrations of changing the digitizer to show you that what you intend to do can in fact be done.  However, not once but TWICE you questiofed what was freely given to you, and you obviously didn't take the time or make any effort to find out if white framed digitizers are available.
    The fact of the matter is, white framed digitizers are available, and rather inexpensively I might add.
    My post with the outrageous prices was intended to trigger some of your obviously dormant gray matter into some form of activity that might just resemble intelligent human thought and maybe generate a giggle or two.  Guess I was wrong....  But at least now I know why you have a picture of a box of rocks for your avatar....

  • Can you replace existing images in Captivate 7 the way you can when using InDesign?

    Can you replace existing images in Captivate 7 the way you can when using InDesign? I need to replace some images but wondering if I'll need to reformat, resize, rename for the Advanced Action, etc.

    The work flow is a bit more complicated than in InDesign (keeps only a link to the image as you know in the frame). I understand the problem with the advanced/shared action references. This is my work flow, maybe someone else has an easier, shorter one:
    Right-click on the image and use 'Find in Library' or use CTRL-ALT-F if it works on your keyboard (doesn't on my AZERTY one)
    In the Library use the right-click menu to open the Properties or double-click the name of the image
    In that dialog box, choose 'Import' and choose your new image; for some reason you cannot choose from the Library however, which I find really sad because I'm used to import all assets to the Library.
    Drawback: if the new image has not the same width/height ratio, it will adapt to the original size of the image, you can use Edit image to repair. You'll keep the name of the image, you don't have to change advanced/shared actions.

  • How Can I replace newScale Text Strings with Custom Values?

    How Can I replace newScale Text Strings with Custom Values?
    How can I replace newScale text strings with custom values?
    All  newScale text is customizable. Follow the procedure below to change the  value of any text string that appears in RequestCenter online pages.
    Procedure
    1. Find out the String ID of the text string you would like to overwrite by turning on the String ID display:
    a) Navigate to the RequestCenter.ear/config directory.
    b) Open the newscale.properties file and add the following name-value pair at the end of the file:res.format=2
    c) Save the file.
    d) Repeat steps b and c for the RmiConfig.prop and RequestCenter.prop files.
    e) Stop and restart the RequestCenter service.
    f) Log  in to RequestCenter and browse to the page that has the text you want  to overwrite. In front of the text you will now see the String ID.
    g) Note down the String ID's you want to change.
    2. Navigate to the directory: /RequestCenter.ear/RequestCenter.war/WEB-INF/classes/com/newscale/bfw.
    3. Create the following sub-directory: res/resources
    4. Create the following empty text files in the directory you just created:
    RequestCenter_0.properties
    RequestCenter_1.properties
    RequestCenter_2.properties
    RequestCenter_3.properties
    RequestCenter_4.properties
    RequestCenter_5.properties
    RequestCenter_6.properties
    RequestCenter_7.properties
    5. Add the custom text strings to the appropriate  RequestCenter_<Number>.properties file in the following manner  (name-value pair) StringID=YourCustomTextString
    Example: The StringID for "Available Work" in ServiceManager is 699.
    If you wanted to change "Available Work" to "General Inbox", you  would add the following line to the RequestCenter_0.properties file
         699=General Inbox
    Strings are divided into the following files, based on their numeric ID:
    Strings are divided into the following files, based on their numeric ID:
    String ID  File Name
    0 to 999 -> RequestCenter_0.properties
    1000 to 1999 -> RequestCenter_1.properties
    2000 to 2999 -> RequestCenter_2.properties
    3000 to 3999 -> RequestCenter_3.properties
    4000 to 4999 -> RequestCenter_4.properties
    5000 to 5999 -> RequestCenter_5.properties
    6000 to 6999 -> RequestCenter_6.properties
    7000 to 7999 -> RequestCenter_7.properties
    6. Turn off the String ID display by removing (or commenting out) the line "res.format=2" from the newscale.properties, RequestCenter.prop and RmiConfig.prop files
    7. Restart RequestCenter.
    Your customized text should be displayed.

    I've recently come across this information and it was very helpful in changing some of the inline text.
    However, one place that seemed out of reach with this method was the three main buttons on an "Order" page.  Specifically the "Add & Review Order" button was confusing some of our users.
    Through the use of JavaScript we were able to modify the label of this button.  We placed JS in the footer.html file that changes the value of the butt

  • Can i Replace Thinkpad E540 Hardrive with SSD?

    Can i Replace Thinkpad E540 Hardrive with SSD? if its okey, what kind SSD spesification.
    many thanks,
    Sorrt for my poor english 

    Why You will replace ? Just add 128 or more GB SSD m.2

  • I want to install Google Toolbar for Firefox, but this is availaible only for Firefox 4. Can I replace My Firefox 6 with this older one Firefox 4, please?

    Question
    I want to install Google Toolbar for Firefox, but this is availaible only for Firefox 4. Can I replace My Firefox 6 with this older one Firefox 4, please?

    Which Windows version are you running?
    Try to run the Firefox installer as Administrator (right-click: Run as Administrator) and maybe the Firefox program also just one time.

  • Can you create a site map with Dreamweaver?

    Greetings,
    Can you create a site map with Dreamweaver?
    Crawkers do not work because many of my pages are not linked.
    Thanks

    I'm not too sure what Crawkers is, but I do not think DW has that capability out of the box.  There are some web based solutions that will scan you site for you and give you a map for search engines.  I choose to go with a commercial option which is pretty good from WebAssist, it's called Surveyor: http://www.webassist.com/dreamweaver-extensions/surveyor/ .

  • Can I replace the VM included with JD2 with 1 more current?

    Can I replace the VM included with JD2 with 1 more current?
    IE: it looks like JDeveloper 2.0 comes with 1.2 jvm can i use
    the most current (1.2.2) JVM from sun? How? or where can i find
    instructions?
    d
    null

    Hi
    You can use a different version of the JDK by following these
    steps:
    1. Tools | Default Project Properties (or Project | Properties
    depending on your need).
    2. Target JDK version: Click Define.
    3. Click New. Browse for java.exe. The Class path and Source path
    will auto-populate.
    4. Click OK.
    5. Select the new target JDK for any existing projects you wish
    to use.
    regards
    Dave Wilbur (guest) wrote:
    : Can I replace the VM included with JD2 with 1 more current?
    : IE: it looks like JDeveloper 2.0 comes with 1.2 jvm can i use
    : the most current (1.2.2) JVM from sun? How? or where can i
    find
    : instructions?
    : d
    null

  • Ive purchased a black coloured iphone 5s but i dont like the colour, can apple replace my current phone with a white one?j

    Ive purchased a black coloured iphone 5s but i dont like the colour, can apple replace my current phone with a white one?j

    If you purchased your iPhone from Apple within the last 14 days then you can return it to switch it for another color if you wish.
    If you purchased it through your carrier, then you will need to look at their returns policy, but I expect it would be similar.

  • Can I replace my land line with an iPhone and keep the same phone number?  Thanks.

    Hi,  Can I replace my land line with an iPhone and keep the same AT&T phone number?  Thanks.

    Hi
    There are always some wrinkles in this kind of change.  If you have a home security system like ADT they require a land-line for their system to work.  This less of an issue in apartments and condos - it's mostly a "house" issue.
    Before you make the switch (and there may be a switching fee) just make sure you cover all the bases.
    Cheers

  • Can I replace a 1TB drive with a 2TB

    I own a first generation Time Capsule with a 1 TB drive (6,106.) The light just started flashing amber and the message with Airport Utility is "Internal Disk Needs Repair." Assuming the drive has gone south, can I replace this 1TB drive with a 2TB one, or is there a BIOS restriction.

    It is just time.. the TC were designed to run too hot for the power supply to last.
    The fan should be running all the time as indeed they do in the new versions. The supply will be on the edge and in fact what you are experiencing maybe power supply.. it depends.. if yours is Gen1 with 1TB hitachi drive I have yet to see a dead drive.. lots of dead supplies.
    If you have Gen2 they changed to WD black.. and lots of the drives are dead.. the typical WD fail 3 spin ups and then nothing. Tell me if you have A1254 or A1302.. from the bottom rubber Mat top line.
    New Green drives are lower power consumption but due to their design of spinning down whenever possible they have a bigger motor for start up.. it pulls 2A at 12V and the power supply in the early TC cannot sustain it.
    So if you replace disk you really need to replace power supply.
    I have a lot of suggestions.
    https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair
    And even repair kits.
    https://sites.google.com/site/lapastenague/time-capsule-power-supply-repair-kits
    But the design is fully explained.. so if you want to DIY you can.
    I have had several people come to me after upgrading the hard disk and finding it then didn't work.. due to power supply being on the edge and a replacement with external 12v supply fixes it.
    But is it economic.. ?? That is the question.. If you have a Gen1 with an hitachi drive it could be worth it. As the drive could still be good.. pull it out and test it.
    Otherwise buy a second hand Gen4 with 2TB drive already in it. They sell for around $180 here if you shop well. A Gen4 is cheaper than power supply plus hard disk repair for a Gen1 or Gen2 and you get 50% faster hard disk access with the same drive... (TC are processor bound and later ones have 50% faster processor) and better wireless. Or get a new TC.. which is a big jump in price but comes with full warranty.

  • Can I replace the screen myself with a kit on my iPod touch?

    Can I replace the screen myself with a kit on my iPod touch?   Stores are charging in excess of 100 dollars to fix them.

    Note, though, that if you do the repair yourself or have any unauthorized shop do it, you will void any further support from Apple, including having them replace the iPod for their out-of-warranty replacement fee.
    Regards.

Maybe you are looking for