Collapse stack not working

I just upgraded to Lightroom 3 and the collapse stack function is not working...it doesn't collapse a stack of photos, it just stays expanded no matter what I do, any suggestions please?? I see the 1 of 2 and 2 of 2 number in top left corner and when I click on that it starts to collapse the photos but then just goes straight back to expanded, it's driving me nuts! Help

Just being able to hide stuff that isn't top-of-stack has been enough for me so far.
I suppose it depends on how you do stuff, what might be enough.
Wanting HDR sequences regardless of which photo matched the search criteria is something I haven't given much thought to.
Maybe you could define something in your hdr shots that binds them together, maybe a unifying element in the filename, or metadata... then use that in the search criteria as well.
In my workflow, I would generally only want to see the top of an HDR stack in a collection, since that would be the finished photo. If I wanted to work on the sequence I could always go to the folder containing the whole set...
I'm sure if Adobe put their minds to it for a minute, they could come up with a solution better than the way things are now, which so far has been to completely ignore the issue.
PS - As I said, I don't have much of a problem with it anymore, since I keep StackPosition metadata for all my photos. But I feel for people who dont... and, a native solution would be better anyway...
Perhaps to cover your desires, a couple options:
"match bottom feeders as well" -- so collection criteria are not applied to top-of-stack photos only.
"bring everything in stack regardless of position" -- so all members of a stack are in the collection regardless of which item matches.
This would be overkill for me so far, but maybe one day I would be grateful...
Enough said,
Rob

Similar Messages

  • Tree node collapse is not working

    Hi
    I created tree node, i am able to display data in that node, But collapse is not working.
    i kept this part of code in collapse event, event is triggering, but it is not collapsing.
      DATA: lr_node     TYPE REF TO if_bsp_wd_tree_node,
            lv_size     TYPE sytabix,
            lv_index    TYPE sytabix VALUE 1.
      DATA: lv_event_thtmlb TYPE REF TO cl_thtmlb_tree.
      TRY.
          lv_event_thtmlb ?= htmlb_event_ex.
          typed_context->querynetrs->collapse_node( lv_event_thtmlb->row_key ).
        CATCH cx_root.
      ENDTRY.
    (  or  below part)
      DESCRIBE TABLE me->typed_context->querynetrs->node_tab LINES lv_size.
      WHILE lv_index <= lv_size.
        lr_node = me->typed_context->querynetrs->get_node_by_index( lv_index ).
        IF lr_node IS NOT INITIAL.
          lr_node->collaps_node( ).
        ENDIF.
        lv_index = lv_index + 1.
      ENDWHILE.
    please let me know why collapse is not working.
    thanks
    ram.
    ram

    HI Ram,
    did you try to do a reread afterwards?
    If you look at the component IBHIER view TreeEnhanced it uses a global variable node_modified that is set after the collapse.
    Then afterwards in the DO_PREPARE_OUTPUT this variable is checked and used to reread the entity.
      IF me->node_modified = abap_true AND me->entity IS BOUND.
        me->entity->reread( ).
      ENDIF.
    Maybe also add this part of coding in your method and in the DO_PREPARE_OUTPUT.
    KR,
    Micha

  • Post RH 9 Upgrade Expand All and Collapse All not working.

    After upgrading to RoboHelp 9 from 7 - the Collapse All and Expand All is not working.  I am taking over after attending a RoboHelp 9 Training Class a little over a week ago, so any help would be appreciated.

    Hi,
    What is your output? Where are the show/hide buttons placed: In the topic or in the toolbar? You're using RoboHTML right?
    Did you use any kind of twisties in your RoboHelp 7 project? The show all hide all buttons are controlled by a custom script and I'd like to know which method you are using. (If you know which.) See also http://www.grainge.org/pages/authoring/twisty/twisty.htm
    If you're not sure which method you are using, can you post the HTML of the show/hide all button/link?
    Greet,
    Willam

  • Stacks not working on Elements 12 install

    Installed new Elements 12 (not upgrade) and converted Elements 9 catalog (no problem indicated on conversion).  Stacks and Version stack does not work in converted catalog.  Get error "Create Stack Failed" and when creating version from edit save, new file is not stacked or added to catalog but file is created.  Stacks from original 9 ctalog were converted and can be expanded and contracted.  What is going on?

    Known bug. See  http://forums.adobe.com/thread/1328850 for workaround and link to add your vote to the bug report.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Java stack not working

    Hi!
        I am using WebAS 6.40 using.The ABAP stack is working fine.But
    when I  am unable to connect to the web console.when I give the url for the webConsole
      http://<ser-name>:port-no/me
    it is displaying as no page found error..
    When I tried to login into the j2ee visualadmin it gives the following
    error.
              unable to lookup connection default.
         msgserver/text/logon returned empty list of connection parameters.
    What could be the possible reason for the error.Please do help me in
    this.
    regards
    Veerabhadram

    Hi Siddhatha,
    Need your help the path you specified here with this file it shows
    cat !System_Properties.txt
    With SP 13 the props files are no longer maintained in the System_Properties directory: They have moved to the J2EE Configuration Service. See MI 2.5 SP13 Upgrade Guide for further information.
    We have installed JAVA Addin on ABAP.
    when i am trying to open the Visula Admin "Default"
    its shows "Unable to lookup connection default
    http://<host>:8101/msgserver/text/logon return empty list of connection parameter
    Looking for your urgetnt response
    Regards
    Punit

  • Displaying error messeges in MONITOR/Error Stack not working in 2004s

    This trick is not working for me. I couldn't see the error messages in the error stock & temp storage. Am i missing anything here? Please advise. Thanks.
    CASE SY-SUBRC.
    WHEN 0.
    RESULT = VALUE.
    WHEN 1.
    CLEAR MONITOR.
    MONITOR_REC-msgno = '005'.
    MONITOR_REC-msgid = 'SDBW'.
    MONITOR_REC-msgty = c_msgty_e.
    MONITOR_REC-msgv1 = SOURCE_FIELDS-VBELN.
    MONITOR_REC-msgv2 = SOURCE_FIELDS-VDATU.
    MONITOR_REC-msgv3 = SOURCE_FIELDS-WAERK.
    MONITOR_REC-msgv4 = SOURCE_FIELDS-HWAER.
    APPEND MONITOR_REC TO MONITOR.
    RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
    WHEN 2.
    CLEAR MONITOR.
    MONITOR_REC-msgno = '006'.
    MONITOR_REC-msgid = 'SDBW'.
    MONITOR_REC-msgty = c_msgty_e.
    MONITOR_REC-msgv1 = SOURCE_FIELDS-VBELN.
    MONITOR_REC-msgv2 = SOURCE_FIELDS-VDATU.
    MONITOR_REC-msgv3 = SOURCE_FIELDS-WAERK.
    MONITOR_REC-msgv4 = SOURCE_FIELDS-STWAE.
    APPEND MONITOR_REC TO MONITOR.
    RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
    ENDCASE.

    GK, have you gotten the monitor messages to work?
    I applied Note 1005975, and we are also on ABAP SP11, but I can't get any messages to display in the monitor.  When I use the
    "raise exception type CX_RSROUT_ABORT" statement, I get an error message
    "Exception CX_RS_STEP_FAILED logged", but none of my MONITOR_REC entries.
    If I don't raise CX_RSROUT_ABORT, I get nothing.
    I can create entries in the job log by the following:
    MESSAGE E001(ZBW) with MONITOR_REC-MSGV1,
    so I know my SE91 definition is correct, but this is not the same as writing to the monitor, as I understand it.

  • Stacking not working correctly, master doesn't show, no version stacking

    Hi,
    When I edit an image it does not stack the versions. I have no master to refer to. I can only see the edited version
    This happens on newly imp[orted files as welll as o;der files
    Automaically stack new version is  checked on.
    I can see the edited image but have no master image to comapre it to.
    If i use a plugin, the two images are stacked, but i can't see both, open stacks doesn't work
    I only see the master with a number an a indicator "1 of 2" in the left hand corner of the image, but open stack is greayed out
    so I can not see all versions
    If I Selet "New Version From Original" the 2 images stack, but the behavior is the same as above
    If i go to a previously made stack, say a year ago, it open and closes as it should
    The old stack when closed has a number (not 1 of 2 etc) in the left hand corner, when I open it the stack the border changes from none to being surrounded by a darker border.
    The stack that I made with new wersions is surronded in dark grey as if it is open, but onlt shows one image.
    Just as a note, I also lost all my default settings and ahd to re add them. In inspector i had to readd adjustments and reset them, the same thing happened in import and medtadata, I lost all my defaults. I can't tell you when this started happenins as I have not been using Aperture for a while.
    Hope this make sense,   Aperture 3.5.1  OS X 10.9.1
    Thanks,
    Maark

    Hi,
    Created a new database, imported a group of raws, If I used a plugin - stacks work properly, get original (master) and edited copy
    Editing does not create a stack. Some thing is corrupt in the install. It seems like it's creating the descriptive file for the edit, but won’t let the master be viewable
    Does anyone know how I can get a new install of 2.5.1, my copy comes from a serialized version of 2.x. (which won’t install from Mavericks) Then I will delete everything, plists, kexts, plugins, any support files for plugins, etc.Do the cleanest new install of Aperture. If I call Apple for support, it will cost me $49 and i don’t know if they will give me a new copy– I want the installer, just in case I have to reinstall again. It just seems like I would be paying for the program allb over again, on the other hand it’s cheaper then that other company, Ado..something @$150 and start from scratch
    Sorry if I’m venting, but this is frustrating.
    Thanks,
    Mark

  • Stacking not working

    All the menu items associated with stacking are greyed out on my Lightroom 1 on Windows XP installation. I can't find any way of enabling them. I have tried selecting images in the library module and creating virtual images with no joy ( creating virtual images works, they are just not stacked). The computer had Beta 4 on it prior to Version 1 and upgraded the database on install.
    Does anyone have an idea on how to fix this?
    Thanks
    John

    It only works when you are in a folder, not in collections.

  • Stacks not working at all ...

    I've upgraded 2 systems (G5 PPC iMac; Intel duo Macbook) both with plenty of memory, disk. Everything went ok with most things working right now. However, on neither computer do Stacks work - I can only get the ctrl-click setting to show and no matter whether I pick fan, grid, or automatic, nothing happens in terms of a fan or grid showing (not even for the standard Downloads and Documents ones)? thanks.

    Are you clicking on the folder in the dock? Or clicking-and-holding?
    It took me a little while to realize that a single click is what's needed to expose the contents. A click-and-hold reveals the menu where you can control the stack's appearance.

  • Toshiba BT Stack not working with Belkin mini BT v4.0 adapter

    Hello,
    I've recently purchased a belkin mini bluetooth v4.0 adapter for desktop but when i try to use it with toshiba bluetooth stack when i reach the part about the device plug it will not recognize it.
    I know its because it not listed on the default programs list and i have to add the device manually but i cant seem to work it out.
    If u can provide me a detailed walkthrough on how to modify my tosrfusb in order for the toshiba bluetooth stack to accept this usb bluetooth adaptor i would really appreciate it.
    I saw there was a similar thread but it was locked and the posters there didnt mention how they made it work
    Im using windows 7 64 version (toshiba bluetooth stack format is 8.0012 for 64 version)
    The usb is called on device manager Belkin Bluetooth 4.0 USB Adapter and my hardware id is
    USB\VID_050D&PID_065A&REV_0112
    USB\VID_050D&PID_065A
    I have already installed it using its software cd rom for the record, so i if need to uninstall it please let me know. Try in advance for your time and patience

    In my personal you should visit the Belkin support website to get more details how to get running such Mini-Bluetooth V4.0-Adapter
    As you said, the software was provided on the CD.
    Therefore I assume that you need to install some Belkin software to get this USB adapter recognized properly
    Before the system would not recognize this USB adapter, you will not be able to establish the BT connection.

  • Stacks not working

    I've just downloaded trial version of LR. So far have not been able to get the stacks command to work - is this a bug?
    I have tried in both Develop and Library modes on a mac - select several images - type Command G as stated (plus try pulldown menu which is greyed out).Can't get the photos to stack. BTW, I have looked on FAQ's without finding anything I can see at the moment
    any suggestions
    Bob

    Thanks Don, that is wonderful that you take the time to reply so quickly. I found the problem - I had selected keywords rather than 'folders' or 'All Photos'.
    As a new user i have poured over the documentation, videos etc and one thing I think that could really be addressed is a video tutorial on making virtual copies and stacking. These are two of the major reasons that makes LR appealing to many, and the process of how to use them is VERY dificult to find - especailly such a simple process as above. I was about to go to Aperture for that reason as this is one area where AP is very good. The video tutes that are there are very helpful.
    Tom, I am using both CR2 and DNG - to test with, but I have been converting on import to DNG for several years now so have well in excess of 40,000 dng photos already on file. I won't jpeg even for the simplest family snap shot these days - let alone work, so I'm really looking forward to a workflow that keeps pace with my work :-)
    Bob (australia)

  • Existing stacks not working after upgrading to Aperture 3

    I am having an issue regarding my stacks after upgrading from Aperture 2 to the new Aperture 3. When I select any of my existing stacks that came over from my Aperture 2 library to Aperture 3's library, my stacks will not expand to show my images associated with that particular stack. Also, when I click to expand the stack, instead of showing how many images are in a stack, it shows "1 of x" (x being the number of images associated with that stack). When I go to unstack, it removes all of the stacked images, only leaving the pick visible in Aperture 3. This only happens with my existing stacks; it does not happen when I create a new stack in Aperture 3. Anyone else having this issue?!? Is there a solution to rectify this problem?

    As strange as this sounds, I may have solved my own question! I created a new blank project, and then I took the photos from the "Photos" section in the Library, and clicked and dragged them in -- and low and behold, the stacks were there! It took the photos out of the original project and moved them to the new project -- stacks, edits, and all. If anyone else is having this issue, this might be the fix.

  • Expand/collapse options not working on IE 10

    Hello Friends,
    I have a document library grouped as per "Category" column and I display the same information as a web part on a web part page. Now when I try to expand the "Category" by clicking on "+" icon I get a message "Loading"
    I have removed and re-added the web part again but I am still facing the same issue. I am using IE10 so does it have something to do with the browser?
    I have come across this bug fix: http://support.microsoft.com/kb/2553117/en-us so is it applicable to both 32bit and 64bit versions of IE10?
    Please suggest.

    the hotfix you mention is for SharePoint not for IE.But if this is issue you are facing then you can patch your farm with this...but 1st 
    you please tell us what patch level or version of SharePoint 2010 you are( check from central admin > manager server in farm > you will see the config db version).
    what IE version you are using & 32 bit or 64?
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • J2EE Stack - Not working

    We are not able to connect to the J2EE side of XI from browser. Also we are not able to connect to Visual Administration using J2EE_ADMIN. I checked if the user is locked on the ABAP side and it looks ok.
    When we try to login to VA using J2EE_ADMIN I get an error saying Logon returned empty list of parameters.
    Any help appreciated.

    Michael
    Can you go through the below urls for some of the dispatcher problems:
    /thread/129900 [original link is broken]
    SAP R/3 Installation : Dispatcher not starting up.
    WAS 640 ABAP dispatcher and workprocess donu00B4t start
    http://help.sap.com/saphelp_nw04/helpdata/en/86/43b14041ecf10fe10000000a1550b0/content.htm
    Go through this url for management of dispatcher:
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/51c7d170bc4a98b1b5a0339213af57/content.htm
    ---Satish

  • SAP BW Bex 7.3 Queries not working with Enterprise Portal (EP) 7.3 ABAP stack only

    SAP BW Bex 7.3 Queries not working with Enterprise Portal (EP) 7.3 ABAP Stack
    Dear Portal Gurus,
    we want to integrate SAP BW Bex Queries 7.3 into an Enterprise Portal 7.3 EP ABAP Stack only installation.
    1) We have Done SSO between EP And BI System
    2) System Object is Created
    3) When we trying to create Iview of BEX 7.3 report, its executing that report on BI server, we don't have java stack on BI System
    4) We have updated the required table in Bi system for executing the report on EP
    5) RFC is OK, System Object Test is OK, Report is working independently from Business Explorer, but not working from EP
    There no irj services available on BI system, as it is only ABAP stack.
    Can anybody help us in achieving our requirement
    Thanks in advance
    Michael Wecker

    Hi Michael,
    To integrate portal with BI you need to perform BI Portal integration steps.
    Refer to a document link below for guidance purpose.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0a5216a-349c-2a10-9baf-9d4797349f6a?overridelayout=t…
    Ensure that you have performed all these relevant steps.
    Hope this helps.
    Regards,
    Deepak Kori

Maybe you are looking for

  • How to handle invalid URLs in the requests

    Currently JSF ignores invalid characters in the request URLs like "|" or "<script>". These characters can be a security issue and can lead to "Cross site scripting" issue. I am trying to parse the request URLs and then redirect the user to the error

  • Payment check Sapscript prints all in one page

    Hi; we are facing a problem, days ago we printed payment checks with no problem, we prepare N amount of payment checks and send them to print and work ok. Now, if we do the same all payment checks are printed in the first check. We already did word d

  • Partner Function screening - how does it work?

    Dear Experts, I would appreciate some input concerning the following issue we are facing: We have currently set-up Embargo screening as such: -- Determination Procedure: LEEMB -- Partner Group Export: ZEMBEX -- Legal Regulation: ZEMBW -- Country Grou

  • Lightroom for Photoshop CS3

    I have Photoshop CS3.  I bought a Nikon D800.  I cannot download RAW photos from the camera.  I previously had no such problem with the Nikon D700 and RAW.  I was told to buy Lightroom.  I did - Lightroom 4.  When it arrived I saw that I had purchase

  • Java Portlet built with BC4J JSP

    Dear Forum, The BC4J JSP tag "jbo:ApplicationModule" creates a stateful session by storing a sessioncookie: When this cookie is found, the application module object will be re-used across webpages. When a Java Portlet is built using BC4J-JSP, this po