Edit in Blank

On LR1.0 the first option on the Preferences.External Editors tab says Edit in Blank. I assume this should say Edit in Photoshop. I have PS 7.0 installed. How do I get LR to recognise it - other than using the Additional External Editor setting.

Thanks. Found it eventually - here it is for those anyone else (works for any version of PS):
Lightroom does not recognize Photoshop - Windows
Perform this at your own risk. Here's how to fix it:
1) Run regedit.exe from start menu->run
2) Look for this folder:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\photoshop.exe
In that folder, there should be a key "Path" and its value should be the folder where Photoshop CS2 (or any other Photoshop version) is installed."
If your registry does not have that folder, created it and add a "Path" key with the value being the path to Photoshop CS2:
C:\Program Files\Adobe\Adobe Photoshop CS2\
I also modified the Default key to point to the .exe.

Similar Messages

  • Sales order item assignemnt block ,if we click edit extra blank line on items level i want remove that line how to do it?

    Hi Team,
    Sales order item assignemnt block ,if we click edit ,Item assignment block extra blank line on items level is showing , i want remove that line how to do it?
    Thanks&regards
    Kalpana

    Hi Ravi,
    With the help of Dharmakasi Thotakura...
    As suggested to do changes in DO_INITCONTEXT and GET_I_T_TABLE methods ....i have implemented these two methods...Now problem only one column ITEM_NO will be disabled  remaining cloumns not disabled...i want to disable entire column including ACTION column also..Action Column contains INSERT and DELETE buttons.how to do it?
    METHOD
    do_init_context.
    CALL METHOD SUPER->DO_INIT_CONTEXT.
    DATA : lr_ent TYPE REF TO cl_crm_bol_entity,
    lr_btadminh TYPE REF TO cl_crm_bol_entity,
    lv_object_id TYPE string,
    lo_context TYPE REF TO /RCRM/15IT__ITEMS_CN00.
    * gv_flag TYPE crmt_boolean.
    lr_ent ?= me->typed_context->btitems->collection_wrapper->get_current( ).
    lr_btadminh ?= lr_ent->get_parent( ).
    lv_object_id = lr_btadminh->get_property_as_string( iv_attr_name = 'OBJECT_ID' ).
    lo_context ?= me->typed_context->btadmini.
    clear lo_context->gv_flag.
    IF lv_object_id IS NOT initial.
    lo_context->gv_flag = abap_true.
    ELSE.
    CLEAR lo_context->gv_flag.
    ENDIF.
    ENDMETHod
    METHOD
    get_i_t_table.
    CALL METHOD super->get_i_t_table
    EXPORTING
    index = index
    component = component
    RECEIVING
    rv_disabled = rv_disabled.
    DATA: lv_component TYPE name_komp,
    lo_entity TYPE REF TO cl_crm_bol_entity,
    lo_property TYPE REF TO cl_crm_bol_entity,
    lv_string TYPE string.
    IF rv_disabled = 'FALSE'.
    lv_component = component.
    lo_property ?= collection_wrapper->find( iv_index = index ).
    lo_entity ?= lo_property.
    lv_string = lo_entity->get_property_as_string( iv_attr_name = lv_component ).
    IF lv_string IS INITIAL or lv_string = '0000000000'.
    IF gv_flag IS NOT INITIAL.
    rv_disabled = 'TRUE'.
    ENDIF.
    ENDIF.
    ENDIF.
    ENDMETHOD.
    Thanks
    Kalpana

  • WPC page edit causing blank content on live page

    We are using WPC to edit content for a live website.
    When the page is being editied the page on the website is still visible but once the editor clicks "save", the page goes blank until the browser session is refreshed or the window closed.
    Anyone any ideas why this is happening?

    Hi William,
    -> 1000.7.00.16.1
    You are using an old version of WPC, the actual version for your SPS is Patch 3. The newest patches really do help in solving problems with WPC.
    br,
    Tobias

  • Numbers09: editing formulas/blank cells

    I tried to have a look trough all the topics on this forum, but it is impossible.
    These questions have probably been treated already, but I didin't find the answers:
    1) when editing formulas and refering to the same cells several time in this formula, I can't click on it a second, third .. time. I can click once on it, then i have to highlight it, copy it, and paste it in the rest of formula; here is an example:
    =SI(D4=" ";"0";E4F4*H4SI(D4="Cèdre CAT 1";Marché du Bois :: B7;SI(D4="Cèdre CAT 2";Marché du Bois :: G7;SI(D4="Cèdre CAT 3";Marché du Bois :: L7;SI(D4="Iroko";Marché du Bois :: B8;SI(D4="Bois Rouge";Marché du Bois :: B9;SI(D4="Bois Blanc";Marché du Bois :: B10;"0")))))))
    Here, D4 is set the first time by clicking on the cell, and after that, I have to copy and paste it to use it again.
    Why is that ?. Why can't I just click on the reference cell as many time as needed ?.
    2)How do i make the formula understand that a cell remains blank (no space, no 0, .. nothing) under conditions ? And then, using this "blank" cell in a sum, as a "0" value in the sum ?.
    Thanks.

    Lionnel2n wrote:
    I tried to have a look trough all the topics on this forum, but it is impossible.
    These questions have probably been treated already, but I didin't find the answers:
    1) when editing formulas and refering to the same cells several time in this formula, I can't click on it a second, third .. time. I can click once on it, then i have to highlight it, copy it, and paste it in the rest of formula; here is an example:
    =SI(D4=" ";"0";E4F4*H4SI(D4="Cèdre CAT 1";Marché du Bois :: B7;SI(D4="Cèdre CAT 2";Marché du Bois :: G7;SI(D4="Cèdre CAT 3";Marché du Bois :: L7;SI(D4="Iroko";Marché du Bois :: B8;SI(D4="Bois Rouge";Marché du Bois :: B9;SI(D4="Bois Blanc";Marché du Bois :: B10;"0")))))))
    Here, D4 is set the first time by clicking on the cell, and after that, I have to copy and paste it to use it again.
    Why is that ?. Why can't I just click on the reference cell as many time as needed ?.
    *_Because itsn't designed to behave this way !_*
    The correct way of use is described in a recent thread entitled : "Formula question":
    http://discussions.apple.com/thread.jspa?threadID=2603281&tstart=0
    In this one, Badunit wrote :
    You have to hold down the command key to make a second reference to a cell if you already have a reference to the cell in your formula. Or you can type it in rather than clicking to create the reference.
    2)How do i make the formula understand that a cell remains blank (no space, no 0, .. nothing) under conditions ? And then, using this "blank" cell in a sum, as a "0" value in the sum ?.
    There is no way to set a cell to blank with a formula. It's a feature which I already asked to Apple.
    At this time, when a formula is supposed to returned a NIL value, I ask it to return the nil string defined by "" (string whose length is zero).
    When we use the SUM() function, cells which don't store a valid number are carefully dropped.
    So, when you aren't sure that cells contain a valid number, don't use the + operator but use the SUM() function.
    SUM() behave flawlessly when cells contain the nil string described above.
    An alternate soluce is to ask the formula to return zero and apply a custom format which doesn't display the zeroes.
    A problem arise when we fill an entire column with calculations.
    The custom format is applied to the entire column but it doesn't make the difference between a zero which must be displayed and a zero which doesn't.
    In such a case, using the nil string makes the difference and the document is lighter.
    Yvan KOENIG (VALLAURIS, France) mercredi 6 octobre 2010 13:49:04

  • Unable to Edit Photo - BLANK

    I'd appreciate any help on this one - my iPhoto library seems fine UNTIL I attempt to edit any given photo. When I do, I get nothing but a blank screen. As suggested in some other threads, I tried to rebuild from backup. I also right click on any given photo and click "SHOW FILE" and the original photo does show up in Finder. I have many Books, Calendars, and the like that I would hate to lose by using the iPhoto Library Manager method. Any additional incite would be GREATLY appreciated.

    I tried to rebuild from backup
    Are you referring to rebuilding with option #5 selected?
    Click to view full size
    If so and that didn't help have you tried rebuild the library using iPhoto Library Manager as follows:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    1 -Download iPhoto Library Manager and launch.
    2 -Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    4 - In the next window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be untouched for further attempts at fixing or in case the rebuilt library is not satisfactory .

  • Address Book during editing is blank

    Using Address Book on a MacBook Air with Lion. Every time I try to edit a Contact, the fields are empty. You can make an entry into a field, but you can't see it. You don't know if you misspelled it until you finish, and exit the Edit. Also, the fields run off the right edge of the Contact Page so you can't read all of it. There doesn't appear to be any way to modify this. The Address Book in Snow Leopard was much better - why even change it?

    Forgive what may be a dumb question on my part, but you do have a person's name selected and highlighted, yes?
    Assuming you do have a card entry selected and the Edit menu and button still aren't active, where are the contacts kept?  Are these local, i.e. "on my Mac", or is this a server account and if so what type?
    Regards.

  • Today Notification Edit Screen Blank

    Screenshot included. There are several apps installed that should be in the edit screen. Have reinstalled the apps, tried hard reset. iPhone 4s running 8.0.2. Any ideas or another bug waiting for a fix?

    Thanks, Meg. I'll certainly try that next time I see the anomaly.
    But here's the thing... I've had the display set to "zoomed" for a long time, and until recently I never saw this odd behavior with the Today/Notifications screen. And when you think about it, whether the screen is set for Standard or Zoomed, in either case we would expect the Today/Notifications to fill the screen, and not be clipped as shown in my screen capture.
    Anyway, maybe toggling zoom off then back on would reset something such that the anomaly disappears for a while.
    Thanks again!
    Jim

  • Adding a blank row to a JTable when a user begins to edit a current row

    Hi, this may be a daft question, but I've been looking through the forum and didnt find anything that really helped me. So I'm posting this in the hope someone will be a ble to point me in the right direction.
    In my current application I have a JTable. It currently contains a single emptry row. What I wish to happen is when a user begins to edit that empty row a new blank row is added to the bottom of the table.
    I'm using a custom table model, as there maybe data loaded from a Oracle database at a later date and have included an "addRow()" method which will add the blank row.
    What i'm struggling with is a way to detect when the user has started to edit the blank row and so when to call my "addRow()" method.
    I tried experimenting with propertyChange listeners but they didnt seem effective. Could someone please provide me with either a solution or a pointer in the right direction.
    Thanks for your help

    What I wish to happen is when a user begins to edit that empty row a new blank row is added to the bottom of the table.Well a user could start to edit the last row, but then they could use the escape key to cancel the cell editing. So I would only add the empty row once a cell has actually been updated.
    For this I would use a TableModelListener. The listener will only fire when the data in a cell is changed. So once the event is received you simply check if the row of the edited cell is the last row of the table.

  • 2010 - 2013 Migration of Public Folders blank spaces in Public Folder names

    So I found the problem that I was running into with this thread:
    http://social.technet.microsoft.com/Forums/en-US/466106c8-33a4-4474-83eb-2f6451e0d4eb/2010-2013-public-folder-migration-failed-property-expression-isnt-valid?forum=exchangesvrdeploy , however the question I have is a bulk solution for this problem.
    The customer I am working with has just shy of 200GB of Public Folder items with many, well organized public folders that they have been using for many years. I am trying to finish up their migration to 2013 and the solution of ADSI Edit removing blank spaces
    is not going to be a good option, it would add days to the migration and many hours of labor.
    What I am looking for is to see if there is a way to remove these spaces in a bulk or automated fashion. It may be asking a lot but it will save MUCH time and effort. If there is anyone that has any ideas I would love to hear them.
    Thanks,
    Joe

    I ended up opening a support case with MS to resolve this issue. The issue took us through a few different things, on our Get-PublicFolders we had to add the -ResultSize Unlimited flag. He had a modified script that enumerated all of the special characters
    and performed a replace like the script in the prior link had performed.
    From there we also had another issue with trailing blank characters. For that we had a three step process.
    1. Get the list of Public Folders that were Mail Enabled
    2. Disable Mail for all Public Folders
    3. Enable Mail flow to the above Public Folders that had mail flow going to them.
    Finally I was able to get the public folders to migrate.

  • Blank Template Backup?

    Hi, I was stupid and edited my blank templates xml files without backing up the original, and now it's giving me font not found errors. I just don't want to have to change the font to TNR every time I open a new document.
    Can someone upload or email me the xml files for their blank template, I'd really appreciate it, the files I'm needing are:
    /Applications/iWork 08/Pages.app/Contents/Resources/Templates/Blank/Blank.template/index-trad.xml.g z
    /Applications/iWork 08/Pages.app/Contents/Resources/Templates/Blank/Blank.template/index-iso.xml.gz

    Send me a mail so I will have an address to send the files to
    Click my blue name to get my address.
    Yvan KOENIG (from FRANCE vendredi 7 novembre 2008 15:47:44)

  • Interactive Form after Edit is not working

    Dear All,
    I am facing an issue with Interactive Forms in NWDS. It was working fine before, but today suddenly it stopped. When I click on Edit, the blank Interactive Form is opening with Red Mark.
    Kinldy help to solve this issue.
    Regards,
    NIkesh Shah

    You are getting problem when you are doing Edit in Interactive Form,then this problem may be due to your Adobe Life Cycle Designer.
    for ADS check these
    https://websmp105.sap-ag.de/~sapdownload/011000358700003982082006E/InstallADSNW2004s_Jun06.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005526362005E/ADS_NW2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005299622006E/ADS_SizingNW2004sV2_1.pdf
    Configuration
    http://help.sap.com/saphelp_nw70/helpdata/en/43/8a1a8ece230c8ce10000000a11466f/content.htm
    Adobe Document services
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e4e9afb-0701-0010-f8a8-b8cd093662c2
    Regards
    Trilochan

  • Elements 9 Guided Editor Panel Blank

    How do I restore the menu in my Photoshop Elements 9  Guided Editor Panel?  Title:  El.9 Guided Editor Panel blank

    Please see - http://helpx.adobe.com/photoshop-elements/kb/quick-guided-edit-panels-blank.html
    Thanks
    Andaleeb

  • Menus blank maverick

    cs5 with Maverick 10.9.3 Why are edit menus blank?

    Odd, 10.9.3 contained the fix for that MacOS bug.
    But by now you should be on 10.9.4 (picking up more OS bug fixes).

  • Crashing When Editing Pages

    Everytime I go to edit a page on my website through GoLive it freezes. I can't type anything without it going not responding and closing.
    I've tried reinstalling GoLive as well as opening a backup copy and nothing works. Please help! I need to add things to my website, but can't.
    I've also tried disabling my firewall and antivirus and nothing works.
    Thanks!
    Dave

    Does this happen with any site and any page? Try, for example, creating a new site and editing a blank page in it?
    If its only one page, then there may be something specific to the page causing GoLive to crash. Try opening it in source mode and doing a Check Syntax on it.
    If its one site, try recreating the site file using Import from Folder
    If that doesn't help, try removing GoLive's preference files:
    Documents and Settings\[username]\Application Data\Adobe\Adobe GoLive\
    Try removing the *.prf file on its own first, and if that doesn't work, try removing the entire contents of that folder.
    John

  • Black mackbook a1181 screen blanks out

    My Macbook A1181 Black Edition display blanks out. Replaced lcd inverter.

    And yet some more information:
    I wanted to test something. Namely, was the computer "on" or not? So I inserted a blank DVD. The slot-loading machinery accepted it just fine. However, pushing the "eject" button does nothing.
    The only conclusion I seem to be able to draw is that the computer is still in sleep state (does a sleeping Mac allow DVD's to be inserted? I don't know!). If that is indeed the case, then I have no idea how to wake it up; the power button does nothing (except holding it down until the unit shuts off), and opening/closing the lid has no effect.

Maybe you are looking for

  • HELP! Multiple itunes accounts

    Help! I created a second itunes account on my windows pc as I bought my son an iphone for christmas.  However, when I went back to my own itunes account, the majority of music, all of the album art and all of the apps have gone.  Whats happened? Even

  • I will be working on my computer and all of a sudden it says, "Not Responding" and then I can't do anything until it decides to work again.

    I have my home computer on every day, and as I'm working or on eBay or whatever, all of a sudden nothing works. At the top line on the computer screen it says, "Mozilla Firefox (Not Responding). It happens several times a day. I cannot do anything wh

  • Loading records from .csv file to SAP table via SAP Program

    Hi, I have a .csv file with 132,869 records and I am trying to load it to an SAP table with a customized SAP program. After executing the program, only 99,999 records are being loaded into the table. Is there some setting to define how many records c

  • Why does qmaster fail on my clustered computers?

    I'm using FCP 7 with compressor 3.5, and I'm getting failures when I try to run compressor against a Render Farm. I can't figure out why. All of my computers are set to managed, and I've used QAdministrator to build a cluster. My main iMac is also se

  • Accept Terms won't go away.

    I just setup my new HP Photosmart Plus B210e. Everything appears to be working fine with one problem. The display keeps giving me this: Web Services Accept Terms of Use and Enable Web Services? Refer to printed guide. I click on "Yes." I then get th