Reordering images in Survey mode

What are the restrictions on rearraging images in Survey mode? I could not figure out why it would sometines work and sometimes doesn't.
For example, I have a main top directory 2012 and in it a folder for each month. If I am in GRID view at the 2012 level and choose images in Survey mode, I cannot rearrange them. But I am in GRID view in one of the subfolders, then I can.
Is this normal? Am I doing anything wrong?

Here are some helpful tutorials:
http://tv.adobe.com/watch/learn-lightroom-4/working-in-survey-view/
Survey View is simply a method you use to pick the best image from a sequence and has no other purpose
Read more: http://digital-photography-school.com/choosing-images-using-survey-view-in-lightroom#ixzz2 3dKcxNXA
Provided you are working with a Folder of images or a Collection (but not a Smart Collection, All Photographs or Previous Import), you can reorder images in Survey View. To do this, drag and drop an image into the position you want it to appear in the group.
Read more: http://digital-photography-school.com/choosing-images-using-survey-view-in-lightroom#ixzz2 3dKldfIQ
see the above
-janelle

Similar Messages

  • Can't move images in Survey mode

    I click on a folder and pull up a few images in Survey and am not able to move/re-arrange said images, on other folders it works as it should -- Sometimes it works sometimes it doesn't -- yes, I click on the image itself. Is this a bug?

    Did you ever figure this out?
    I have the same issue... can't figure out why...

  • Survey Mode not working correctly

    When I select a number of images to survey and flag one of those images, all images in survey mode are flagged making the culling process extremely difficult.  This only started happening since upgrading to LR 4.2  Any solutions?  Is it a bug?  May have to resort to LR 4.1 until fixed

    Thank you, thank you, thank you.  That was driving me nuts.
    Just for the record - auto-sync was on, so I switched it off which did the trick, either way, you solved my problem

  • Survey mode: Advance multiple images keystroke??

    Hi All,
    I have requested this feature since Version 1 beta, so I'm hoping that maybe it has showed up in LR v2 and I've missed the conversation here thus far.
    Example: I have multiple images opened up in 'Survey' mode, let's say 4 mages. Which on my Apple 23' Cinema Display makes for much nicer size reviewing, than the largest 'Thumbnail' setting.
    The basic ability to hit a combo-keystroke, and advance all the frames at once in 'Survey' mode, to the next set of images of that same total. You know, same as 'page up' or 'page down' in the thumbnail view in the Grid.
    Now, I know IiView Media Pro could do this several years ago, before Microsoft turned it into 'Expressions Media', with 4 images at a time. And like I said, I've been requesting it since early LR beta 1. You know, just add a 'Shift' to the Page Up/Down function keys. Or 'Option' or "Control' key.
    So, have I missed this feature? I've been exploring the keyboard tonight and found that 'Shift and 'Option' will get you variations on multiple or extra images, as they did in LR 1. But you still can't advance them as a group to the next set of , like I said 3,4, 5 or 6 images at a time. I've tried keyboard-adds with the Page Up/Down buttons, but got nothing there either. This is pretty cool on monitors larger than 20" or so.
    I love the Survey mode, but surely we can advance a half-dozen images at a time, instead of adding or subtracting one image at a time.
    Hoping there's an 'Shortcut' here I've missed. :)
    Thanks
    -Sol

    Hey Wolf,
    As I mentioned, I have, at least twice since early 'LR beta 1' asked for this feature. It's crazy that the feature isn't there. As I mentioned, in Expressions Media (going back to iView Media Pro), not only does it allow up to four images to completely fill your screen, regardless of screen size, but they will advance to a new set of images, all at the same time. And it also allows you to zoom up to four images at the same time. As LR does in the 'Compare' mode.
    I will re-post this over in the 'Feature Request' section, but like I said, I was hoping it had been added as a keystroke combo in LR 2, and that maybe I had just missed it.
    Thanks for responding.
    -Sol

  • Rating now different in Lr6 Survey Mode. Why is this happening?

    After updating to LrCC / Lr6 I'm unable to rate images like I could before.
    In Lr5 my cull method was to pull ~10 images together in survey mode (N) and give each image either 1 star for 'reject' or 2 stars for 'keep'. With capslock on every time I give an image a rating it automatically advances to the next image. It was a FAST system for me. Now in Lr6 I give one image a rating and ALL the images in that group get the same rating. NOT useful. Any ideas on why that's happening now?

    Stealth can cause problems. These alerts may be normal, and would otherwise be no problem, except that you're running stealth. You will block/log many things that most networks just need to do.
    That being said...
    I'd recommend changing all security settings on this router that was unsecured for so long...who knows how much control this nosy neighbor has taken. (Why would anyone run an unsecured WiFi network in a neighborhood where they can see their neighbor? Think about it.)
    Bluetooth broadcasting 800 ft? Google for the answer to that.
    "not hip to...intervention"? huh?
    It's your network, and you're responsible for it.
    You should probably reset this AEBS to factory standards and get the security locked down snug (using a cabled connection) before you put it back on the air.
    Change the SSID, change the admin password, etc, etc.
    This neighbor sounds like he's taken advantage of your hospitality for the last time.

  • Zooming in Survey Mode is not sharp

    I'm using LR 4.1. When in survey mode, if I select an image and hit Z the resulting 1:1 image is not sharp. If I zoom in or out and back to 1:1 it becomes sharp. This is not a problem in Loupe mode. It's not a delay issue - it never becomes sharp unless I change the zoom level. I have 1:1 and standard previews pre-generated.
    Any ideas?
    Thanks,
    Larry

    As are as I know, I didn't have 1:1 previews for this image. I know I wasn't in Loupe at 1:1 with this image in this session either. When I first went into Survey mode and zoomed to 1:1 the image was pixelated, but I had the "Loading..." message appear at the bottom. After about 5 seconds the 1:1 preview was built and displayed the sharp image.

  • Viewing pixel values in survey mode.

    Hi,
    In the Develop module, the histogram displays pixel values, updating dynamically as you mouse around over the an image in the preview area. Is there a way to enable this behavior in the Library module? Specifically, I'd like to be able to compare the pixel values of two or more images displayed in survey mode. Thanks,
    kobi

    Here is a piece of code I use:
    CREATE OR REPLACE PROCEDURE sm_list AS CURSOR emp_cursor IS
    SELECT d.department_name,
    e.last_name
    FROM departments d,
    employees e
    WHERE d.department_id = e.department_id;
    emp_record emp_cursor % rowtype;
    BEGIN
    FOR emp_record IN emp_cursor
    LOOP
    DBMS_OUTPUT.PUT_LINE(emp_record.last_name);
    END LOOP;
    END;
    With this example, I agree, the smart data is null. Logged a bug. However, note that I do see values in the data tab and can modify and watch these values.
    When using cursors I've been looping and then fetching into cursor records, i.e.:
    FETCH emp_cursor
    INTO emp_record;
    emp_tab(i) := emp_record;
    and then the values display in the Smart data and data tabs.
    Sue

  • Filters in survey mode

    I used to be able to put secondary flags/colors on individual images when I had a group selected in survey module but now when I mark and image with a color it applies it to all of the images in the survey not just the one highlighted

    Duplicate of I used to be able to flag images separately when I had some selected in the survey mode but now when I put a second filter on and image it does it to all of the selected images

  • Zoom in Survey Mode

    It would be quite useful to be able to zoom the image reslolution in survey mode the same way we can in compare mode.
    This would speed, among other things, the ability to scan a group of images at the same time at 1:1 resolution to eliminate those that are fuzzy.

    Still no zoom in survey as of LR3 (unless I missed it - please correct me if I am wrong).  Still think this would be a nice, time-saving feature.
    Jeff

  • Show info in Survey Mode

    On Survey Mode, I would like to be able to toggle on and off the info so
    that I can compare between images as I look at them.
    Rikk

    Can't see why Adobe didn't do it from the start.
    A nice touch would be shrinking the fonts automatically as you add more and more images to the Survey view and they get smaller and smaller (by default, in Loupe and Compare, the font pitch in Overlay is rather huge.).

  • Survey Mode Bug?

    After shift clicking a group of images in Grid mode and then entering Survey Mode, I try to  flag one photo as  picked or rejected, but it does it to all of the photos versus just the one photo that is highlighted.  This wasn't occuring a few weeks ago but now it is.  I'm wondering if this is a bug with the new update?  I saw a reference to it on another blog:
    http://feedback.photoshop.com/photoshop_family/topics/lr_4_1_bug_reject_a_photo_in_survey_ mode
    I'm hoping it's just something that I've toggled on by mistake so that I can get back to using the survey mode effectively to cull my photos.  Thanks for your assistance.

    Any idea how this could have been triggered on?
    They are independent, but have the same keyboard shortcut - and the buttons look similar. Perhaps you accidentally activated it in loupe mode (loupe mode can look very similar to develop in overall GUI layout).
    P.S. There is an idea in the feedback forum to make enabled autosync more visible: http://feedback.photoshop.com/photoshop_family/topics/autosync_multiple_target_indication

  • Moving from Survey Mode to Compare Mode

    If I am in Survey mode, looking at (for example) 5 photos, I notice that the Toolbar has a button for Comparing 2 of the photos. I know how to get one of the images (it's the one with the narrow white border) for the Compare mode, but I can't seem to figure out how to select the other image. Any ideas? CTRL-click (Windows) on an image removes it from Survey mode.
    BTW, this is a cool feature that allows one to quickly A/B images while in Survey mode.
    Paul

    I don't think you can do what yu want from Survey. Another way to judge images though is to start in compare 'C' with the first image in a series of images you would have put in Survey in a Collection or Quick Collection. The 'Candidate' image will then be the next in line. You right arrow to each of the next images you want to compare to the initial select and uo arrow when you come to one you like better than the initial select and keep going to you go through theyhttree or more images in the Collection.
    Will this get you what you want?
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • How to zoom in Survey mode?

    Suppose I have 6 photos tiles in "Survey" mode.
    How do I do a simultaneous zoom and pan, so zooming in on one photo zooms all the other ones, and dragging one photo drags around in the others?
    Zooming in on one photo loses the tiling effect of "Survey" mode, making it impossible to do a side-by-side comparison.
    Since the tiles are basically large thumbnails in size, it seems that there is no way to do a zoomed-in comparison in "Survey" mode.

    Well, Jay is correct, although you can do something like it...sorta. If you use "Compare" mode instead of Survey, you will initially see two panels showing just the first two images from the ones you wish to "survey". Then you can click (or use slider) to zoom (with synchronization) both the "select" and "candidate" images; and finally-- by use of the arrow keys-- you can see your additional images appear, sequentially, in the "candidate" panel. So you essentially get a zoomed pairwise survey. Not really what you want, but...
    Phil

  • Assertion failed in Survey mode

    I have to images up on primary monitor in Survey mode...
    A rollover on the X in the lower right corner of the left image cause a Assertion failure
    you can't see the mouse pointer because it was involved in the screen grab.. but the error pops up on rolling over the X.
    LR keeps working however.
    Mac OS 10.6.8 / Lighroom 4.0 Beta 800002

    Hi Srikanth,
    Goto table RSTRANRULE
    Give your trasnformation tech id:
    display data
    there select you rule and where rule type  as null or space and delete that rule.
    now try to activate it
    then it will work
    Regards
    Edited by: Srinivas Gogineni on Jan 27, 2009 10:12 PM

  • After selecting an image in Library mode (grid view), my selection of image jumps to another image.

    Through several versions of Lightroom, I have encountered this problem.  I choose an image in Library mode while in Grid view and the image jumps to another that I have not chosen.  This happens about 75% of the time.  Does anyone else have this problem?  Does anyone know of a remedy.  I am using a Mac.

    HMSieg wrote:
    I am using a Mac.  I followed the platform specific instructions to find the preferences file but it is not there.  I also did a global search of my computer and the file did not show up.
    You are using the Option key to access the Library under the Go finder Menu?
    Click in the Go menu the hold the Option key and you will see Library appear, otherwise is is hidden.

Maybe you are looking for

  • Video card news and CS5 / MPE

    With the upcoming launch of CS5 and the Mercury Playback Engine, this may be interesting. Side note: We do not yet know whether FERMI cards will be supported. The GTX480 has simply the fastest GPU. An average speed gain of about 15 percent from the H

  • Migrating from exc 2010/hosting to a new exc 2013 forest - GAL (global address list) search

    Hi gyus, I am in the middle of a migration from a different exc 2007 forest and exc 2010/hosting to a new exc 2013 forest. All settings are good and I've been migrating some accounts. The only thing that made me sad is about the GAL. Is it possible f

  • [Info] Want to know about the existence of Illustrator debug build

    Hi All, I am the new one in Illustrator. and have a query about Adobe Illustrator product. Question: Does Adobe provide a debug build for Illustrator? Please let me know about this. Regards, Alam

  • Measure waveform rise time with IVI step

    I'm trying to simulate measurement of wafeform rise time through IVI step TS 4. How should I  feed the Scope IVI step with waveform and then get the calculated rise time in simulation mode(I do not have the Scope yet. Thank you. Elik

  • How to Move iTunes Library FILE not the folder

    The FileVault space recovery process mangled my email archives and iTunes library for the second time in two weeks. If it weren't company policy (to protect local copies of source code), I'd turn the **** thing off. As it is, I have to live with it,