Stacking Images and Ratings: Bug or Feature?

So, I went through my main library of images (7000+ NEF Raw files), and applied Star Ratings to some of the images, several(50+) of those got 5 stars.
Later, I got the idea that it would be good to manually stack most of the images into what I would consider logical collections or stacks: command+K on a selected group.
And this is where I'm consfused.
I noticed today that a custom search that I created doesn't return all of the images that it should. Here's an example:
I created a smart album that looks for .nef files with a 5 star rating; another one looks for .psd files with a 5 star rating.
Anyway, many of the 5 star images no longer show up in this smart album, and it would appear that is related to those images being inside a stack that was manually created. Removing those images from a stack (as an experiment) brought them back into the smart album.
So, I'm scratching my head. Is this supposed to work this way? Why wouldn't aperture "see" a 5 star image within a stack, even when that stack was manually created without regard to time/date/etc. Why are these images hidden from a smart album?
I may be missing some fundamental point in the whole stacking concept.
Has anyone else noticed this behavior?

FOUND THE COMMON DENOMINATOR!!!
"The built-in 5-star rating smart album does not work as it cannot find rated images inside stacks."
As an update to my previous post, I have found the cause of the problem and a PARTIAL workaround. Still a pain in the neck though!
The built in '5 star', '1 star or Better' and the 'rejected' smart folders actually DO work, PROVIDING (and here's the problem) the rated picture is the FIRST picture in the stack!!
It only recognises the 1st image in the stack and NO others. This means that your rated image has to be the FIRST one in the stack.
The problem is that if you have more than one rated image in the same stack, only the FIRST image is taken into account.
This only applies to the built in smart folders provided at library level.
All other smart folders that we create should have the 'ignore stack' checkbox checked to view all the images.
Anyone got a thought on whether this is a feature or a bug?
Spike

Similar Messages

  • Anyone know how to add audio without image and still use autoplay feature?

    Does anyone know how I can add audio to a webpage without having to add an image and still be able to use the autoplay feature? Adding as hyperlink doesn't accomplish what I'm after. Thanks in advance for the education!

    You can use the "hidden" song file method...
    http://roddymckay.com/Satellite/CatchTheTide.html
    You don't have to hide it completely if you don't want to - just reduce it to a small dot.

  • Virtual form and validator (bug or feature)

    I got 2 virtual forms
    First, VF is associated with a drop down.
    Second, VF is associated with text field and a button.
    The text field has a validator
    Upon selecting a value from dropdown (VF1 get submitted) the text field will get populated.
    Here is where it get strange, the validator get called and when first form get submitted (dorpdown change) and the validator will not get called if the second VF get submitted.
    How can I reverse the order? Have the validator evoked when the right virtual form is submitted?

    Ok it's a bug in the way SJSC update 1 handle validator
    I have removed all the Virtual Forms, commented out all the validator procedures and made sure that in the properties there are no validator for the drop down. I also added in the prerender()
            info("VALS: ");
            Validator val[] = dropDown1.getValidators();
            for (int i = 0; i < val.length; i++) {
                info(val.toString());
    When I ran it I got nothing.
    I then created an
    public void TEMP_validate(
                FacesContext context, UIComponent component, Object value) {
    }and placed the procedure in the drop down validate property. To my surprise I found that the system is trying to find the old validator that I commented out when I change the value for the drop down.
    Exception Handler
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: javax.faces.el.MethodNotFoundException
    systemAdmin_category_nameEdit_textField_validate: community_loan.systemAdmin.SystemAdminCategory.systemAdmin_category_nameEdit_textField_validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)
    Possible Source of Error:
    Class Name: com.sun.faces.el.MethodBindingImpl
    File Name: MethodBindingImpl.java
    Method Name: method
    Line Number: 206
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    com.sun.faces.el.MethodBindingImpl.method(MethodBindingImpl.java:206)
    com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:124)
    javax.faces.component.UIInput.validateValue(UIInput.java:797)
    javax.faces.component.UIInput.validate(UIInput.java:645)
    javax.faces.component.UIInput.executeValidate(UIInput.java:849)
    javax.faces.component.UIInput.processValidators(UIInput.java:412)
    javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
    javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
    javax.faces.component.UIForm.processValidators(UIForm.java:170)
    javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
    javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
    javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
    javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
    javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:342)
    com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:78)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    community_loan.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:67)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)

  • PHPSESSID and javascript -- bug or feature?

    I was playing around with Firefox recently and noticed some strange behavior. Logged into a certain webpage, I typed javascript:alert(document.cookie) and got the usual dialog box containing my cookie. Almost. It was missing the PHPSESSID entry. I checked to see that this cookie was indeed being sent, it just didn't show up in the list. My question is this: can this behavior be changed? My assumption is that this is a feature to make cross-site scripting difficult, but can this feature be turned off?

    I have just tested this on a different webpage, and PHPSESSID shows up there. This seems to contradict my hypothesis of XSS prevention.

  • Collection of stacked images cannot be exported

    I've been thinking my catalog is corrupt for the last five hours, but now I think there's a different problem. My catalog passes integrity checks and can be backed up and optimized and everything - the only problem is with stacking.
    I created a collection, and added all my stacked images to it. I tried exporting the collection as a catalog - fail. I tried selecting all the images in the collection and exporting that - fail. I tried selecting all the images in the collection, switching to "All Photographs" so that I was not in a collection context, and exporting only those selected images - fail. I seem to be able to export any other combination of images and/or collections just fine.
    There's a problem with exporting stacked images, but I'm not sure what it is.

    I had about 250 stacked images that I added to a collection. I expanded all stacks, selected all the stacked images, and a created a collection from the selected images. The following steps are in the original post. I can export one or two stacks here and there, but trying to export all the images in the collection (as a collection or as a 'select all') fails.
    I have my collections set to back up every time I open Lightroom, with verification. I've also optimized the catalog a couple of times. It still doesn't report any errors.
    The system is a MacBook Pro CoreDuo 2.16 GHz, 2 GB RAM, ATI graphics card, OS X Leopard 10.5.6, and Lightroom 2.2.
    Thanks for trying help! I'm at a loss.

  • AppleScript Bug: Duplicating stacked images to albums

    for anyone else using AppleScript, I encountered this bug a couple of nights ago. I've reported it to Apple.
    14-Feb-2009 02:14 AM Gregory Charles Rivers:
    Summary:
    The Aperture/AppleScript "Duplicate" command when used to add stacked images to albums does not work as expected.
    (1) when stacked images are successfully added to the target album, they are added as masters rather than simple album items.
    (2) if the source project is not selected in the Inspector, stacked images will not be added to the target album.
    (3) "Duplicate" is not a suitable command for adding objects to albums and confuses scriptors. an additional "Add" or "Assign" command should be created expressly for this purpose.
    Steps to Reproduce:
    * begin of steps to reproduce *
    PROBLEM #1
    1. [APERTURE] import 3 masters into a new project called "Gregory"
    2. [SCRIPT] in a script editor, get the new project's ID:
    id of every project whose name is "Gregory"
    -> "UkRHKvb/RfmZ8H+Jn/pxRA"
    3. [SCRIPT] get a list of the images in the new project:
    every image version of project id "UkRHKvb/RfmZ8H+Jn/pxRA"
    -> a list of 3 objects
    4. [APERTURE] create two albums within the project:
    -> "Album 1" and "Album 2"
    5. [APERTURE] stack the first two images.
    6. [SCRIPT] add only the first image to "Album 1"
    copy every image version of project id "UkRHKvb/RfmZ8H+Jn/pxRA" to theImages
    duplicate theImages's first item to album "Album 1" of project id "UkRHKvb/RfmZ8H+Jn/pxRA"
    -> the stack that image 1 is a member of, is added to the album, but it's not a normal 'linked' album item.
    7. [APERTURE] delete the image from "Album 1" by selecting the image and pressing "Delete" on the keyboard.
    -> a warning is sounded but nothing happens. with normal album images, they're simply removed from the album.
    -> "Remove from album" is greyed out in the Images menu.
    8. [APERTURE] select the first image of the stack within the album and press Command-Delete.
    -> a dialog is presented confirming that the images inside the album are masters.
    confirm.
    -> the image is removed from the album, and from the project!
    9. [APERTURE] select the remaining image and press Delete.
    -> the image is removed from the album without affecting the master as would normally be expected.
    (the work-around for removing 'masters' from the album is to unstack them after which they become 'normal' album items again.)
    PROBLEM #2
    10. [APERTURE] import the first master again, back into the same "Gregory" project.
    -> we now have 3 masters in the project.
    11. [APERTURE] stack the first two images.
    12. [APERTURE] within project "Gregory", select "Album 2".
    13. [SCRIPT] add all 3 images to "Album 1" (while "Album 2" is still selected within Aperture).
    copy every image version of project id "UkRHKvb/RfmZ8H+Jn/pxRA" to theImages
    repeat with i in theImages
    duplicate i to album "Album 1" of project id "UkRHKvb/RfmZ8H+Jn/pxRA"
    end repeat
    -> only the unstacked image is added to the album.
    14. [APERTURE] select the project "Gregory".
    15. [SCRIPT] run the script again.
    copy every image version of project id "UkRHKvb/RfmZ8H+Jn/pxRA" to theImages
    repeat with i in theImages
    duplicate i to album "Album 1" of subfolder "nested" of project id "UkRHKvb/RfmZ8H+Jn/pxRA"
    end repeat
    -> all of the images are added to the album.
    -> the stacked images are still 'masters' rather than simply album items.
    PROBLEM #3
    the "Duplicate" command should be used for adding images as links to objects such as albums. the use of the "Duplicate" term for this action leads to confusion. an additional "Add" or "Assign" command should be created for this specific purpose.
    * end of steps to reproduce *
    Expected Results:
    whether stacked or not, images added to albums should be simple linked items, not masters, and which when deleted by pressing Delete simply disappear from the album without affecting the true masters.
    Actual Results:
    (1) stacked images added to albums are added as masters instead of linked items.
    (2) stacked images cannot be added to albums if their containing projects are not selected in the Projects inspector.
    (3) the use of the term "Duplicate" when applied to adding items to albums is confusing because the images aren't actually duplicated.
    Regression:
    Unstack all images before running any script that adds stacked images to albums.

    I have noticed behavior with drag-and-drop working anomalously different for me than as reported by others. It has not yet been problematic, but definitely anomalous.
    It sounds like the Aperture team should forget features improvements for a while and focus on stability.
    -Allen

  • [svn:fx-trunk] 16334: Preliminary Spark Image and BitmapImage enhancement feature work.

    Revision: 16334
    Revision: 16334
    Author:   [email protected]
    Date:     2010-05-26 19:31:28 -0700 (Wed, 26 May 2010)
    Log Message:
    Preliminary Spark Image and BitmapImage enhancement feature work.  Also included with this checkin is the ability for BitmapImage and s:Image instances to share an image cache.  Queueing is next up to be checked in.
    QE notes: Proceed with testing, though PARB related renames are pending. Not considered code complete.
    Doc notes: Should begin reviewing new classes in preparation for doc'ing.
    Bugs: None
    Reviewer: Ryan
    Tests run: Checkin, cyclone server Mustella tests.
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/mx-manifest.xml
        flex/sdk/trunk/frameworks/projects/framework/manifest.xml
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapScaleMode.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapSmoothingQuality.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LinkedList.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LinkedListNode.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Image.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Image.png
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/contentLoader/
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/contentLoader/ContentCache.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/contentLoader/ContentRequest.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/contentLoader/IContentLoader.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/contentLoader/LoaderInvalidationE vent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ImageLoadingSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml

  • Stack mode and rating images-WORKFLOW SUGGESTIONS PLEASE

    I have a couple of issues when working in stack mode.
    The first is that although I can rate the image that is bordered in white I don't see an easy way to rate the image with the yellow border?
    The second thing that gives me fits is how when I am in stack mode the up and down arrow keys skip over unstacked images while editing.
    My workflow now is to take two passes through a set of images. The first in stack mode to get the stack picks and alternates set. The second pass which I do in Primary mode is to rate the images. This has the disadvantage of not rating the stacked images which are not the 'pick'.
    Anyone got some suggestions from their own workflows?

    Sailor,
    The problem with the opt + return item is that it kicks you out of 'Stack view' into 'Primary' and if you want to return to 'Stack view' then you have to do 'opt + t' and you have lost your place in the stack. (i.e. in a stack of 7 if you were looking at items 1 and 4 when you return to 'Stack view' you are back to looking at 1 and 2 again)
    CONFUSION POINTS: I was using the keyboard shorcut card that came in my v1.0 Aperture box, some of those shortcuts are no longer correct. I have also found that not all of the shortcuts on the current PDF Quick Reference are working as expected.
    I recalled that you can use 'opt =' or 'opt -" to increse the rating on the yellow bordered item. This might lead you to expect that opt 1-5 would assign ratings to the yellow border image but those shortcuts assign metadata.
    I think a part of my problem is that I have been working with much too large stacks. Stacks work better for me if they are smaller and contain images that are visually equivalent but differ in minor details that need magnification to resolve. See: http://discussions.apple.com/thread.jspa?threadID=831108&tstart=0

  • How to add a 'Download' feature in image and video gallery?

    Hello,
    I have created an image gallery on one screen and placed few videos on another screen.
    Now, I want to add a download feature in photos & footages both.
    Does anyone know how so I do that?
    Prompt response will be highly appreciated.
    Thanks in advance.
    Jay

    Hi,
    Could you please provide additional information on what you mean by Download feature ? Where do you want to download these images and video from ?
    Olivier

  • Bug or feature: Finder's sidebar and shared drives

    I don't know if this is a bug or an incomplete feature.
    I have a Windows fileserver on the network. In Finder if I go to afp://<ipaddress> and authenticate with name and password I get a window with the list of available Apple shares. So far so good, just like Tiger. When I choose ONE drive I want, however, the Finder sidebar does not show the drive but shows the server itself and clicking the servername shows ALL available shares. I can click anyone I want and view the contents.
    If the Go To process didn't ask for which drive I wanted to connect to, that'd be great since the sidebar display them all anyways.
    It's a bit odd though. In list view there's no triangles to expand the folders, and it seems odd that the Go To process asks which drive to connect to but then give you all of them anyways. But I certainly like not having to choose which drives I want to connect to.
    Bug or feature? I'm rooting for feature.

    supersolenoid wrote:
    I've recently noticed some very strange behavior when I use exposé with windows minimized and applications hidden.
    When applications are hidden, their windows do not appear in exposé, which seems reasonable.
    But windows that were minimized before hiding the application continue to appear in exposé even while they are not shown in the dock.
    Is this normal behavior? It's irking the **** out of me.
    yes, it's normal behavior. minimized windows show up in exposé but are smaller than non minimized windows. Personally, I like it that way. and when you choose the option to minimize to the application this is the easiest way to unminimize them. but if you are not happy with this you can send apple feedback on the issue
    http://www.apple.com/feedback/macosx.html

  • Swap images and hover features

    Here is a page to help explain my question better - http://www.leadbitterglass.com/etched_glass_designs/dragdroptest.htm
    Hi all, I am trying to create a page where visitors can click one small image (containing a corner of the border) to make a larger image appear somewhere else on the page (the full border design). Once the image has been clicked, I want to be able to allow the user to then hover over other images (flowers and vase image) and these images will then appear 'over' the original clicked image result, showing the border and vase together. I can create the images as transparent gifs so that isn't the hard part.  The image below is what I want the final result to look like for the user once the corner border image is clicked and then the vase image is hovered over.
    Does anyone know how to create this with dreamweaver? many thanks
    PS I am using Dreamweaver cs5.5

    Explore "disjointed rollover" or "set text of container" techniques.
    You can use a "disjointed rollover"  assigning an onclick behavior to the small corner image to trigger the display of the large border-only image and assigning a mouseover behavior to the small vase image to trigger display of the image you posted above.

  • Stacked image hidden from search

    Today I was missing an image from the catalogue. I knew it had to be there but I couldn't see it.
    I tried to import it again, but the import dialogue indicated that the image had already been imported. Yet, I couldn't see it in the folder where it should have been (all filters turned off, of course).
    I used the library search filter to search for the image using its file name (which I knew as I could see the file on the drive) but to no avail.
    Q: Where was the image?
    A: It was hidden in a stack.
    Yes, perhaps a rookie mistake (I just started using Lightroom), but does anybody else agree that the search for the filename should have unearthed the location of the image in the catalogue? Once I had the image unstacked, I could find it using the filename search.
    I don't think it would be practical for a user to unstack images first before they have a chance finding them through a search.
    I didn't submit this as a bug report because it may be a "feature" rather than a "bug". I invite others to share with me whether they also think it is a bug that stacked images are completely hidden from a search.
    N.B. I find it irritating that I cannot move stacks as a whole to a different folder or collection. What's the point of an aggregation if only the top image is moved/copied?
    The reason wny I mention this second issue here is that either a stack should be treated as a single entity (contained images are not found in searches and are moved with the top image) or it should be treated it as a lose connection between a sequence of images (only the top image gets moved and "connected" images are found through searches (library filters)).

    Hi,
    sdodds wrote:
     this is a BIG BUG in my mind. if I search for an image by name I don't care where it is, I should find it.
    This is rather a design issue that will not be fixed quickly, I'm afraid. In LR, the process of finding an image is tightly associated with the idea of showing it. And the very same code is used in all LR operations when it comes to display images in the Library module. If we want LR to "find" an image located in a collapsed stack, a different way of displaying the filtering results must be implemented.
    This is bothering me since the beginning. I also regularly have problems because of images hidden in a stack. For example, after I have edited a few images in a stack, the XMP files for those files are no longer in sync with the catalog (I have disabled automatic saving of XMP files for performance reasons). If I collapse the stack, hit Ctrl A to select all images in the folder and then Ctrl-S to update the XMP files, the XMP files corresponding to the images hidden in a stack will not be updated. I must remember to expand all stacks (or not collapse them) before doing this. Since we are unable to filter on this criteria (the XMP file status), this is obviously an inconsistent and misleading behavior.
    IMHO (as a former developer), this example demonstrates that there's something wrong in the LR design. The presentation layer (the code showing us the contents of the library) might be too strongly coupled with the data layer (or application layer), the code manipulating the library data. A common problem in software design. Mistakes made in this area during the design phase are difficult to fix because they are not "simple" bugs. They require changes in the program architecture.
    My two cents...
    Patrick

  • Bug list/feature observations for BB10 on Z10

    BUG LIST/FEATURE OBSERVATIONS - Z10/BB10:
    1. CRITICAL granular control of notifcations/alerts e.g. a different sound/volume/vibration per mailbox or alert type has been completely removed in BB10 and needs to be reinstated as an urgency
    2. support for BBM and Calendar in Landscape mode is missing. A workaround for BBM can be found via the Hub, not the BBM icon.
    3. the sound alert for a text message sometimes doesn't play. It seems to vibrate okay, but every 5th or so text message, it doesn't play the alert sound.
    4. CRITICAL if you set the display format for your emails to 'conversation style' (so that messages on the same thread are grouped - very helpful) but a folder which one of the messages is in isn't synced, then fresh inbox replies to that chain won't get shown to you in the Hub. It transpires that /GOOGLEMAIL/SENT ITEMS is a sub folder that's affected by this. It means any chain you reply to using your Blackberry, subsequent replies will not be displayed in the Hub. "Solution" is to disable 'conversation style' for thread display.
    5. WhatsApp, Bloomberg Mobile (not the terminal login App) and BeBuzz should be top App conversion targets.
    6. when you click the Text Messages icon it should take you to your text messages, not the Hub (which is what happens if you have an email open).
    7. the lock screen currently has just one icon for emails - ALL emails, regardless of mailbox. It has a fairly generic number for unread messages in ALL of the boxes combined e.g. "200 emails" - this needs to be split our per mailbox.
    8. opening a tenth App closes a previously opened App. It should ask you before closing the other App as it's a pain if the App it kills is Skype, Voice, Maps etc
    9. the current battery icon is too small to tell the difference between 30% and 15% (for example) - touching it should display the %, or something similar.
    10. the screen rotation can be extremely slow. Often you can count 1.. 2.. 3.. 4 before the screen switches orientation. Given how often you'll switch between orientations during use, it quickly gets annoying. 
    11. when the screen finally rotates (see point 10) the position your cursor was in in the previous orientation is lost
    12. it's not quick to put a question/exclamation mark into text. Fine, have a sub menu for general punctuation - but not these extremely common marks (which is exactly why comma and full-stop (period) are full-time keys)
    13. the super-useful "delete from device OR delete from device & server" has been removed entirely!
    14. using the browser in Landscape mode means "open in new tab" is in a sub-menu. As it's one of the most used features in any browser, and unlike Apple iOS you can't just hold a press to activate 'open in new tab', it really slows you down.
    15. sometimes numbers are included in the on-screen keyboard, sometimes not. Can they be made permanent?
    16. twice now my 'enter password to unlock' screen has appeared without the keyboard, meaning I couldn't enter my password. About 2 times out of 200, or 1%
    17. new messages - have some small icons in the status bar at the top of the screen rather than require a swipe UP&RIGHT to see the Hub
    18. in the Hub, the icons for each message don't show if the message was successfully sent. To check if an email/text was sent okay, you have to go into the message (2 levels)
    19. you STILL can't see when a text message you received was actually sent by the other party. Quite a basic function.
    20. you STILL can't swap email accounts when forwarding a message
    21. Calendar reminders often don't trigger the red LED. In fact, the LED is generally pretty inconsistent, often not flashing, or flashing only for a short while.
    22. the device supplied ring tones/alert tones are pretty terrible and you cannot set variable volume levels (see point 1).
    23. you can select .mid files for your ringtone even though these aren't compatible (when someone calls, your phone will be silent).
    24. there's an awkward 3 second pause between clicking Send and a text message actually sending. Why awkward? Because you then have to wait/waste 3 seconds waiting to see if your click was registered, and if the message was sent.
    25. GMAIL - boring standard message in the Inbox, no labels or anything funky - Universal Search won't find it if it's more than 1 WEEK old?
    26. The power-user controls for Universal Search seem to have vanished? Indexing, Extended Search etc? All you can choose now is "source"?
    27. Weird one this. The phone stopped ringing! Checked and double-checked all Notification settings, even did a reboot but nope, phone will not ring for an incoming call! A fresh reboot finally fixed it - I was using a 206kb mp3 which may or may not be relevant
    28. I'd love to know why G Maps is missing (assume aggressive move from Google?)
    29. it's sometimes tricky to clear Missed Calls. I think you might have to go into the Missed Calls menu and then sub menu? Seems to be more effort than it should be - previously you just clicked the Dial button once to view and presto, missed call indicator cleared. Hardly a huge thing but then as with a lot on this list, it's all about saving a second here, a second there = a big saving over the day or week.
    30. Contentious I know, and certainly not a 'fault', but the charging points are gone so I can't get a desktop stand (ironic given the battery life is now more of an issue)
    31. when composing a text message you'd don't see the conversation history for that contact until you've sent the new message.
    Thanks
    edit: numbering

    CRITICAL:  You cant control the image size for pictures when sending as attachemtns in email. In previous Os 6 & 7 you could select, "smaller, mide size, large or original". These options are gone.

  • Mail with image and PDF not displaying correctly on Outlook

    Environment and problem
    OS X Mountain Lion, Mail 6.1 (everything up to date)
    Emails with mixed image and PDF attachments send from my MacBoox Pro are not being displayed correctly when received on Outlook. It is not an Outlook problem.
    Multiple inline images - ok
    I compose an email, rich text format, insert severnal inline images, send to colleage on Windows 7 using Outlook, all received ok. He sees the message with inline images.
    Multiple inline images and PDF - not ok
    I compose a similar email with multiple inline images, but attach a PDF. This time all of the attachments (images and PDF) appear at the end of the message when viewed in Outlook.
    Gmail browser comparison
    I repeat the above from a Gmail account via Safari and I can make an email with inline images and PDF attachments and it works.
    Any thoughts, tips, bug reports, etc appreciated.
    Jon

    No - can't be an Apple fan and then critisise MS for being proprietry
    My problem was solved by installing Attachment Tamer.
    It could also have been solved by emailing from Gmail directly.
    The guys I work with use Outlook and were suprised to see this behaviour.
    It's only basic OS X email that has a problem.
    I wholeheartedly agree that the standard for emails are not conducive for rich layout control.
    But - when my email just has images I had no problems. Take for example the email notifications we're getting from this thread - there are images and layout etc and work fine.
    The key feature from Attachment Tamer hints at the problem (and its solution):
    send images embedded in HTML layout and safely mix embedded images with other attachments;

  • Blur edges in stacked image output file

    Hi,
    I'm using the auto align and auto blend feature to stacked images for increased DOF. My source files are clean no ghosting, blur or what ever. After I run the files through the auto align and then auto blend  I flatten  the stack of layers. The final output file has blurring around the edges. I use the blended output files for creating panorama's. Notice the two bands of blur
    Does anyone know how to eliminate the blurred boarders in the out files or a btter way to get the result I'm looking for?
    thanks

    That's a lot of conversions. On top of that, iDVD takes your MP4 and makes an MPEG2. So you have a VHS file that was transfered to DVD (VOB file)? Then from DVD to MP4, from MP4 to MPEG2. Each conversion loosed something. On top of the Long GOP compression (DVD, MP4, MPEG2) means most frame information is thrown away. Long GOP looks at one frame (I-Frame) then records only the motion difference between that I-Frame and the next 14 frames (or so). So fast motion is difficult for any MPEG encoder, including iDVD. For more info on long GOP on a DVD:http://en.wikipedia.org/wiki/MPEG-2
    To improve the quality, I would try to go back to the original VHS material and import that as a DV file, NOT a VOB or otherwise compressed file. VHS to DV. After that, I would then split the 95-minute program into two movies for two DVDs. Getting the content under 60-minutes will allow for a higher bit rate on the DVD. And the only way to improve motion scenes is to use a higher bit rate (and less conversions!).
    Mike

Maybe you are looking for

  • FM Travel Management Integration Deactivating

    Hi All, How to deactive the integration of Travel Managment with Funds Management module, since we are controlling the expenses from HR module. After activating funds management in the system, while creating a travel request we got the following erro

  • Very slow query when specifying where clause

    Hi folks: I am using SAS with SQL Passthrough for Oracle, however that may be irrelevant to the problem. I have a query that I am subsetting based on a series of where clauses, and when I put the clauses into the query, it slows it down tremendously.

  • Changes In Business Content and Extractors after r/3 upgrade

    Hi All, We are in the process of upgrading from R/3 4.0b to ECC 6.0. with the BW system bein upgraded to BI 7.0 Question. What changes would occur for the business content and extractors after the R/3 upgrade. Thanks in advace. Regards, Nikhil.S

  • Indesign and Premier Problems

    Indesign crashes every time I try to use the Text Tool and Premier won't even open...Please help!

  • Does iPhone 5 sim card size and shape are changed?

    About the sim card size and shape, there are some web sites talk about new micro - nano.....what ever sim cards for the new iPhone 5, I searched the details in the official Appel site there was no any topics about this issue, now I want the truth for