How to Work in PSE 9 with LR edits on CD

I'm new to LR3. I chose to use it because it was an Adobe product and I already have PSE9. After reading the instructions for LR, there seems to be some capability between the two because on the menu I can elect to chose to edit in Photoshop Elements, I beleive, if I remember reading correctly. However, someone else in the forum who gave me good advice on another matter said that the files for LR and PSE9 were not really compatible.  I made some edits in LR and burned them to a CD because I'm not confident enough to try to get the edits to PSE9 any other way. I don't want the files in LR and particularly PSE9 to be messed up.  Should I even try to import the edits on the CD into PSE for cloning and cropping edits because I'm more familiar with PSE?  Also looking on the filmstrip for LR it seems as if my edits took because my images look different. (I don't seem to see the original images though.)
I made virtual copies because for some images I made two or three versions of edits for comparison. Did my edits take on the CD? I read that when you export your LR edits they are saved. Then I read on another forum that to save LR image edits in the original file you have to go to Develop..Photot>Save>Metadata and .... But this has something to do with xmp files, which I don't know about.
Should I import the LR edits into LR? Also, the first time I installed LR, a lot of my PSE9 files appeared in LR. This is not what I wanted, but it's ok. Maybe I accidentally clicked the wrong button. No problem, though, the images I want to work on are in LR.  If I have both PSE9 and LR3 installed on my computer.

Hi,
I use the following method:
1.       Open the project and disconnect from source control.
2.       Modify any files you need. Be aware that when you add/rename/remove/move files, the RoboHelp control files are modified too. (.apj and .fpj)
3.       When TFS is up, check out the files using team explorer. Do NOT overwrite local files. (Make a backup first.)
4.       Using TFS, check in all modified files. Do NOT check in the XPJ file. If you do, the project will lose its connection with source control.
5.       Thrash the local project.
6.       Get the latest version from the server.
Be aware that this requires that you know what you’re doing. Especially when control files are modified. When you only modify the content of existing topics and check the existing topic in, you should be fine.
Greet,
Willam

Similar Messages

  • Need a Little Help with Understanding How Layers Work in PSE

    I have PSE version 5 and I am using it on a PC with Windows XP.
    As I get more into editing photos, I am enjoying it, but confusion is also starting to set in.  My question is about layers.  When I go to edit a photo for web/email use only, I start by resizing it to 72 ppi and then reducing the pixel dimensions quite a bit.  Then after that I normally go through this process of editing the photos by using normally about three different commands.  One is Levels, then I may go to Shadows/Highlights, and then my last command is always sharpening.  I used to do this all on one layer, but then finally learned to put each one of these editing features on their own layer so I can make changes/deletions without too much trouble.
    When I started doing the separate layers, I was just making a copy of the background layer each time and then touching that particulay layer up with Levels, Sharpen or Shadows/Highlights.  But I noticed that depending on the order in which the layers were placed, some changes would be obscured.  If I put the Levels layer on top, and then the Sharpen layer and the Shadows/Highlight layer below that, the sharpen effect and the shadows/highlights effects were no longer there.  I could only see the levels effect.  The photo was still not sharp and so on.  If I put the Sharpen level on top, then the photo showed the sharpen effects, but now the Levels and Shadows/Highlights effects were no longer visible.
    So then I started to make a copy of the background initially, do a levels adjustment here, then, instead of making a copy of the original background layer again, I would make a copy of the layer that now has the levels changes on it.  Then do the sharpen effect on this layer.  This way I had all the changes on one layer as long as I put that layer as the top layer.  But then I realized that I once again fI didn't have a layer with only one fix on it.   Finally, I started to use an adjustment layer for Levels, put this as the top layer, make a copy of the background layer, do shadows/highlights, copy background layer again, do sharpen, and this seems to work a little better.  But even with this way, depending on what order I place the sharpen and shadows/Highlights layers, one of them still seems to get obscured by the layer above it.
    Can someone help me to understand how layers work in this regard.  I am obviously a little confused here.
    Thanks,
    Lee

    You really aren't working efficiently. First of all, do your editing on a full sized version of the photo, since you have more data for PSE to work on and will get better results. Use save for web to make your web/email copy when you are totally done. You can resize it down on the right side of the save for web window.
    Duplicating a regular layer makes an opaque layer that obscures the layers below it. It's best to start off by not working on your original image, so that you don't have to worry if you mess up. If you're working on a copy, you can work right on the background layer, or only duplicate the layer once and apply your changes to that. So you'd apply both shadows/highlights and sharpening to the same layer.
    Finally, you should use an adjustment layer for levels. Layer>New Adjustment Layer>Levels. This will put levels on a transparent layer above your image, but you will need to click the layer below it to get back to a pixel layer to apply other changes (you can't sharpen an adjustment layer, for example).

  • How to  work on SDK with SAP B1 2005

    hi all,
        its too urgent, if you have any information about it, kindly help me.
    1. i need some details related to SDK. what are the tools needed for working on SDK with SAP B1 2005,
    2. how to get the "microsoft visual studio" for writing code for sdk.is there any seperate tool available with SDK for that or we have to use the general " microsoft visual studio" for VB and VC++.
    3. how to work on Screen painter add-on, able to design the forms,but how and where to write the code to make it work, or is there any tool kit for generating the code.
    4. pls give the link in the SAP portal for downloading the " tools and software needed for working on SDK with SAP B1 2005.
    if you have any tools, software and guide files related to sdk kindly please send me to my gmail address " [email protected] ".
    it is very urgent, if you have any resources regarding this then kindly send me as soon as possible.
    regards
    sandip

    Sandip,
    The forum that you have posted your question in is for questions related to the SAP Business One Integration for SAP NetWeaver.  Your question is SDK related and should be posted in the SAP Business One SDK Discussion forum.
    That being said ... here are the answers to your questions ...
    1. As far as the SDK goes, it does not provide an IDE.  Since the API's are COM, then you can use any IDE that can communicate with COM objects such as VB6, VB.Net, C#, C++, etc.
    2. As stated above, the SDK does not provide an IDE.  You would need to purchase one or you can get a free one from Microsoft on there website such as Visual Basic 2005 Express Edition.
    3. The Screen Painter is an SAP tool (independant of any IDE) that allows you to graphically create new SAP Business One looking forms and then save them to an XML format.  You would then in your code use the LoadBatchActions method to load your XML form.  Documentation on the Screen Painter and the LoadBatchActions method is in the SAP Business One SDK Help Center Documentation that comes with the SDK as well as there is eLearning available for the SDK on this portal as well as the SAP PartnerEdge Portal if you are an SAP Business One partner.
    4. If you are an SAP Business One partner and have an "S" number, you can log into the SAP PartnerEdge Portal and then under SAP Business One and "Installations & Updates" you can download the SAP Business One product as the SDK installation is part of the overall installation package.  If you are not a partner you would need to contact your local SAP Business One sales representative.
    Other tools available that work with the SAP Business One SDK are located on the SDN Portal under this link ...
    SAP Business One Tools [original link is broken]
    HTH,
    Eddy
    P.S. please give points for helpful answers!

  • How to work open the PDF and edit it as appropriate without going online???

    Probably sounds simple but trying to find out how I can work 'offline' without having to sign into the saved PDF document.  What I want to do is the following:
    1.  When I send my PDF document to a client and they want to amend the PDF version.  How can they open the document then edit it as appropriate without having to go online?????

    Hey juliej3731849,
    Your client would need to sign in atleast once at "https://cloud.acrobat.com/" or Adobe Reader to get the file.
    Once the client downloads and saves the file, he can go offline and then make changes in the PDF by using Acrobat (not Reader).
    Hope this helps.
    Regards,
    Anubha

  • How to work web portal with sap rfc

    Hi,
    This is prasad my question is
    my project architecure includes:
    BEA web portal platform as frontend
    web methods as the middle ware
    and SAP CCS
    the data handling will be done using SAP RFC
    how to handle the validation of fields in the web portal using sap?
    Thaks in advance!

    Sandip,
    The forum that you have posted your question in is for questions related to the SAP Business One Integration for SAP NetWeaver.  Your question is SDK related and should be posted in the SAP Business One SDK Discussion forum.
    That being said ... here are the answers to your questions ...
    1. As far as the SDK goes, it does not provide an IDE.  Since the API's are COM, then you can use any IDE that can communicate with COM objects such as VB6, VB.Net, C#, C++, etc.
    2. As stated above, the SDK does not provide an IDE.  You would need to purchase one or you can get a free one from Microsoft on there website such as Visual Basic 2005 Express Edition.
    3. The Screen Painter is an SAP tool (independant of any IDE) that allows you to graphically create new SAP Business One looking forms and then save them to an XML format.  You would then in your code use the LoadBatchActions method to load your XML form.  Documentation on the Screen Painter and the LoadBatchActions method is in the SAP Business One SDK Help Center Documentation that comes with the SDK as well as there is eLearning available for the SDK on this portal as well as the SAP PartnerEdge Portal if you are an SAP Business One partner.
    4. If you are an SAP Business One partner and have an "S" number, you can log into the SAP PartnerEdge Portal and then under SAP Business One and "Installations & Updates" you can download the SAP Business One product as the SDK installation is part of the overall installation package.  If you are not a partner you would need to contact your local SAP Business One sales representative.
    Other tools available that work with the SAP Business One SDK are located on the SDN Portal under this link ...
    SAP Business One Tools [original link is broken]
    HTH,
    Eddy
    P.S. please give points for helpful answers!

  • How to use one PSE with multiple URLs?

    I need to hit my DMZ SAP Web Dispatcher with multiple unique URLs.  I am starting off using webdisp1.abc.com and webdisp2.vde.com.  DNS will resolve both the Web Dispatcher Host.  Following Tobias Winterhalter's Blog: Name-based virtual hosts and one SAP Web Dispatcher to access multiple SAP systems.
    My question is how do I go about generating the pse so I can store both webdisp1.abc.com and webdisp2.vde.com?  Do I just import the first request and initiate another certificate request using the same pse?
    Example
    sapgenpse gen_pse -s 2048 -p D:\<file path>\SAPSSLS.pse -r D:\<file path>\webdisp1.req CN=webdisp1.abc.com, OU=IT, O=XYZ Inc., C=US
    Cheers,
    Dan Mead

    Hi Daniel,
    what you are looking for are so called SAN certificates. As Martin said, with sapgenpse you are pretty out of luck. However you can create the certificates using openssl and then use sapgenpse to import them into a pse. There are a number of guides on how to create SAN certificates on the web, like the one mentioned by Martin from CAcert (which is one of the best imho) or this one. And there are also guides on the internet on how to convert OpenSSL keys to PSE.
    You should however keep in mind, that SAN certificates are more expensive than standard certificates. Therefor they only pay if the hostnames in there are stable for the lifetime of the certificate. If the hostnames need to change once a year, you already will be better off (from a cost perspective) by creating one pse per hostname an let the webdispatcher listen to different addresses, as each hostname requires a new certificate signed by the CA.
    Please also make sure, the systems and browsers connecting to your webservers are able to understand SAN certificates. For SAP systems this requires at least pl24 of the sapcryptolib.
    Kind regards,
    Patrick

  • How to work around issues with tablet PC input service

    On some systems the Tablet PC Input Service is running and it interferes with JavaScript based UI frameworks (jQuery, Kendo). Is there any solution to fixing this issue through code? The alternative would be to tell every user to check for this service to be running and turn it off....which also turns off support for Wacom tablets, smartboards and a bunch of other stuff.
    Works fine in IE, but also fails in Chrome, so it is not only Firefox. And it is not only one app, there are reports of different browser based apps failing.
    Any advice is greatly appreciated.

    Yes, this also happens on the old version. It is tied most likely to the Tablet PC Input Service. I tried it also with a touch interface and there some stuff works now, but others does not. When using FF with a touch interface I wonder how well that works out.
    I saw the other post before, but there was no solution given either. The only workaround so far that I found is to stop that Windows service, but then some hardware such as the graphics tablets won't work any longer.
    One more reason why touch UIs are currently total flops....but that is a different discussion.

  • Email sender cc: how to work on messages with different XI attachment names

    I am currently facing the following problem:
    I have to integrate a scenario using email as communication protocol (both in and outbound).
    On the outbound way I know what I am getting, so this is no problem.
    On the inbound way though I am facing one huge problem:
    I am using a module that needs the source attachment name to do its job.
    But as I am receiving emails, this source attachment name can be "MailMessage" if someone sends the content inlined or "MailAttachment-1" if someone sends the content attached.
    As I am using one channel to poll a mailbox where basically both these situations can occur, I am looking for a means to use either MailMessage OR MailAttachment-1, depending on what is present.
    So far I only know of ways to hard code the source attachment which will cause the cc to fail forever if a wrong message hits the inbox.
    I have thought of a workaround, polling the messages from the mailbox without using any module chain, sending them to a file receiver and picking them up again with a file sender that has "archive errorneous messages" set. But this does not look like a nice solution to me at all.
    Any ideas how to solve that are highly welcomed!
    Thanks and cheers!
    Stefan

    Hi Francesco,
    two follow-up questions:
    Can your module cope with an attachment that is not there (as mentioned I might receive messages with "MailMessage" OR "MailAttachment-1" set - never both...)?
    Just out of curiousity: is there a possibility to process more than one attachment in the Integration Engine (routing, mapping, ...) from one XI message?
    Cheers!
    Stefan

  • How to alert Folio updated with Single Edition

    Hy everybody.
    No Push Notification exist in Single Edition process.
    So, if I modified one page (for example) in a Folio already published in App Store, I have to uploaded a new .zip of my App to Apple.
    How the customers which had already charged the App on their iPad can be alerted about this upgrade ?
    Message was edited by: Galilée Devs

    When you upload your updated application to Apple and it is approved your readers will see a notice in iTunes that your app updated. They'll have to go and download it.
    Neil

  • How to work in C# with Caml for sharepoint 2010 by using sharepoint client

    HI all,
    What tools  from Microsoft I need to install on the a normal computer  to be able to work C# with Caml project ?
    On my system I have installed already Visual Studio 2008 , net 4.0, with SharePoint  client library... also Sql 2008R2. 
    This actual Visual Studio 2008 has "new project"  types for  Business Intelligent project.
    I appreciate  any guide.
    regards, 
    CRISTINA& MICROSOFT Forum

    Hi Kishore,
    SQL Server Reporting Services(SSRS) supports expression-based connection strings. This will help us to achieve the goal you mentioned in this case:
    Create a new report
    Create a Data Source in the report with the connection string like this:
    http://server/_vti_bin/lists.asmx (We use static connection string instead of expression-based connection string now, as it is not supported to get fields based on expression-based connection string in design time. We will change it to be expression-based
    connection string later)
    Create the data set(as you have done using XML query language). Please use list name instead of GUID in the listName parameter.
    Design the report(e.g. Add controls to the report)
    Now, let's change the connection string to be expression-based. First, please add a parameter to the report, move this parameter to top. This parameter is used to store the sub site name.
    Open the Data Source editor, set the connection string to be: ="http://server/" & Parameters!parameterCreatedInStep5.value & "_vti_bin/lists.asmx"
    In the main report, pass the sub site name to the report we created above via the parameter created in step5
    That is all.
    Anyway, this is actually a SQL Server Reporting Service(SSRS) question. You can get better support on this question from:
    http://social.technet.microsoft.com/Forums/en/sqlreportingservices/threads
    For more information about Expression-Based connection string, please see:
    http://msdn.microsoft.com/en-us/library/ms156450.aspx#Expressions
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jinchun Chen
    Jin Chen - MSFT

  • How to work the ipad with arturia minilab

    Hello I have an arturia minilab but I have yet to get it work consistently with the ipad. Very frustrating . I have the the tabletop , and the minilab apps. But no success , in the process of getting the mac book pro. Can anyone help me?

    Don't kow anything about it, but a quick Google search found this: http://www.youtube.com/watch?v=w4MizDxqDrc.

  • How to create OIM group with partial edit privileges?

    I need to create an service desk group that has the privilege to reset the password of a user but cannot edit any of the other user attributes. Also grey out the 'edit' button for them.
    Also, members of this group should not be able to delete the account. I can set permissions and disallow delete but would prefer not to even display the 'delete' button to them.

    Hi
    using (SPSite site = new SPSite(url))
    using (SPWeb web = site.OpenWeb())
    SPUserCollection users = Web.AllUsers;
    SPUser owner = users[string.Format("{0}{1}", "Domain", "Owner Username")];
    SPMember member = users[string.Format("{0}{1}", "Domain", "Default Member Username")];
    SPGroupCollection groups = Web.SiteGroups;
    string GroupName = “Super Exclusive”;//your group name
    string GroupDescription = “Super exclusive group description.”;
    groups.Add(GroupName, owner, member, GroupDescription);
    SPGroup NewSPGroup = groups[GroupName];
    SPRoleDefinition role = Web.RoleDefinitions["Read"];
    SPRoleAssignment roleAssignment = new SPRoleAssignment(NewSPGroup);
    roleAssignment.RoleDefinitionBindings.Add(role);
    Web.RoleAssignments.Add(roleAssignment);
    Web.Update();
    Please 'propose
    as answer' if it helped you, also 'vote
    helpful' if you like this reply.

  • CRS with standard edition.

    Hi All,
    Need your help...
    We have a setup of RAC 10gR1 with enterprise edition 2 nodes on SUN solaris 5.9.
    How to setup RAC 10gR1 with STANDARD EDITION on the same 2 node without disturbing the current setup of enterprised EDITION.
    Any doc or any ideas will much be apreciated.
    Is there any possibilities to install the rdbms with the help of same CRS ...
    Thanks in Advance. Please help me out guys.
    Regards
    Message was edited by:
    user625868

    Review the docs at http://www.oracle.com/pls/db102/portal.portal_db?selected=16
    Realize as well that you can only have one ASM per host. If you want to have ASM in a separate HOME, you will need to do that first, stop the existing ASM, and fire up the new one.
    For transportable tablespace, according to Oracle's Licensing document, it is an EE-only feature.
    (As for 'my assistance': ask a question for each problem you hit. I may or may not be available, but probably someone will pick up the question if you include the OS/DB version and show your work.)

  • How to work on TKPROF?

    Hi Folks,
    Can you please suggest me how to work on TKPROF with a simple expamle. So that I can work on this ASAP. This is urgent priority.
    Thanks in advance.
    Regards,
    Lakshman.

    You can do as follows
    ALTER SYSTEM SET TIMED_STATISTICS = TRUE;
    ALTER SESSION SET SQL_TRACE = TRUE;
    <run your query>
    check the user_dump destination for your trace file
    then run the tkprof utility as follows
    TKPROF <trace-file> <output-file> explain=user/password@service table=sys.plan_table

  • How SCCM works internally, about design concepts and working principal of ConfigMgr?

    Hi Guys,
    Could you please recommend me any sort of data or link which explians
    how SCCM works internally, about design concepts and working principal of ConfigMgr.
    I have gone through many sites and videos but they only talk about how to work on SCCM with features however they do not talk about
    how SCCM works\inner working of ConfigMgr.
    Thanks very much in Advance!
    Regards,
    Chandan

    Not really sure what you're looking for here. Not much is explicitly published on the internals and most of what is "known" is anecdotal or based on reverse engineering by the community.There are specific things that have been documented fairly
    well, but those are scattered among various blogs. We can potentially address direct questions here in the forums or point you to that info, but there's not much to really direct you to as a single source because it doesn't really exist in general.
    Jason | http://blog.configmgrftw.com | @jasonsandys

Maybe you are looking for