Question about icon on lower right corner of picture

I'm new to Aperture, so I might be missing something simple here. There's an icon on the lower right corner of each of the pictures I've imported:
http://thatchland.com/Picture1.jpg
I'm using 1.5.6. This hadn't happened at all before I imported older pics from my hard drive, from an older point and shoot. I tried to tag those accordingly upon import, so I'm thinking I may have set something, and not undone it yet.
Started a new project, imported the latest round from my 40D, and they still have this icon on the corner. It almost looks like the standard "I'm an alias" icon to me.
Any help would be greatly appreciated.
Cheers,
Erik

it is for a referenced image ...
http://www.bagelturf.com/aparticles/ref/index.html

Similar Messages

  • Camera already on from lockscreen on iPhone 5c. How do I turn it off? The camera icon is running in the lower right corner and when I swipe up from the bottom of the lockscreen it brings up the camera running.

    My camera is already running from the lockscreen, the camera icon is displayed in the lower right corner and when I swipe up the control center it brings up the camera first. If I swipe up again I get the control center.  How do I stop the camera from staying on and coming up first?

    I thought the feature was for it to be available for me to use, not to swipe up and have the camera already going. The control panel is not coming up first, it is the camera. In order to get to the control panel I have to swipe up again and the camera is still going. Annoyingly, I have had to disable the camera from the control panel so it isn't coming up first, and now it is unavailable to use quickly.  

  • HT202190 Where is the "Settings icon in the lower right corner of the Home Sharing window."?

    Where is the "Settings icon in the lower right corner of the Home Sharing window."? Anybody else doesn't find it? Is it because of I have the most updated version of iTunes? Have things changed?

    What I had to do is send to my iPhone from my Mac, respond to the resulting alert, choose the action button while the destination was highlighted, and then save the address to favorites.

  • Since installing Firefox 4 I can't see the encryption symbol (e.g. for online banking)on the lower right corner

    Some sites are providing encryption certificates , so like ebay, and of course all internet banking sites. Previous versions of Firefox had been shown a symbol in the lower right corner (lock) with more details about the certificate. Is it still availabble, and how?
    Thanks for help and
    best regards
    Georg

    In Firefox 4 you no longer have the Status bar that showed the padlock in previous Firefox versions.<br />
    You can click the [[Site Identity Button]] on the left end of the location bar to see the padlock.
    A click on the "More Information" button will show details about the connection.
    The background color of the "Site Identity Button" on the left end of the location bar will change color (blue or green) and show the domain in case of a secure https connection.
    * Hover the Site Identity Button then to see "Verified by xxxx"
    * Click the [[Site Identity Button]] on the left end of the location bar to see the padlock
    * Click the "More Information" button in that pop-up to see additional information about the connection.
    You can also look at this extension:
    * Padlock: https://addons.mozilla.org/firefox/addon/padlock-icon/

  • Amodal dialog box: positioning in lower right corner of screen

    I have what seems a quite common requirement, that is to automatically position an amodal dialog box (CL_ABAP_DIALOGBOX_CONTAINER) to the lower right corner of the screen.
    The logical approach to do this would be to read the screen resolution, deduct the size of the box, and pass the result to the TOP and LEFT parameters of the constructor of the container.
    Unfortunately, I haven't found any documentation of what the values for TOP and LEFT (and for WIDTH and HEIGHT, for that matter) really represent. They're not screen pixels, that's for sure.
    To read the screen resolution, I execute the following code:
    DATA:
      lo_consumer       TYPE REF TO cl_gui_props_consumer,
      ls_metric_factors TYPE cntl_metric_factors.
      lo_consumer = cl_gui_props_consumer=>create_consumer( ).
      ls_metric_factors = lo_consumer->get_metric_factors( ).
    In ls_metric_factors-screen-x and ls_metric_factors-screen-y I get back the screen resolution (x = 1280 and y = 994 on a 1280 x 1024 screen, weirdly, but close enough). Got this from another SDN post, BTW - thanks.
    When I manually position my dialog box to the farthest right lower corner, so that the mouse cursor can just about reach it, the GET_LEFT and GET_TOP methods for the dialog box return LEFT = 1453 and TOP = 387. So, obviously, these values have nothing to do with screen pixels.
    What I did, then, was to calculate a factor between the screen pixels and the TOP and LEFT values - a factor which is different for the X and the Y dimensions. I got:
    - (1453 / 1280) = 1.135 for the x dimension
    - (387 / 994) = 0.389 for the y dimension.
    With these factors, I calculate the initial position of the box as follows:
    l_box_pos_x = ( ls_metric_factors-screen-x * lc_factor_x ) - lc_box_width.
    l_box_pos_y = ( ls_metric_factors-screen-y * lc_factor_y ) - lc_box_height.
    This seems to work fine, at least on my system and my front-end PC, with all supported resolutions from 800 x 600 up to 1280 x 1024.
    It just leaves the question open: Does anybody know what the unit of measure for the sizing and positioning parameters of controls is? Why a box with a width and a height of 100 [whatevers] each is not square, but rectangular?
    And finally: does somebody have a more intelligent way to do this?
    Thanks, regards & stuff
    Rainer

    Hi Rainer,
    While creating the dialogbox container object, just set metric property to '1' (for Pixels) and then while setting TOP and LEFT you can provide pixels.
    For example,
        CREATE OBJECT REF_DIALOGBOX_CONTAINER
            EXPORTING
                WIDTH = 100
                HEIGHT = 100
                TOP = 638
                LEFT = 924
                CAPTION = 'hello world'
    <b>            metric = 1.</b>
    Then your calculation simply becomes,
    l_box_pos_x = ls_metric_factors-screen-x - lc_box_width.
    l_box_pos_y = ls_metric_factors-screen-y - lc_box_height.
    <b>NOTE: Now you will see that your dialog box is a SQUARE!!</b>
    Hope this helps..
    Sri

  • HT5362 How to move the banners from the upper right corner to the low right corner of the screen on Mac (Mavericks)?

    How to move the banners from the upper right corner to the low right corner of the screen on Mac (Mavericks)?
    Sometimes, when I am about to click something in the upper right corner, the banners stand in the way. It is very annoying.
    However, I still need them and it is not an option to completely turn off notifications.
    Has anybody faced the same problem?

    Yeah, i've been playing around a bit with Notifications, and not being able to move there location is very annoying. The default location  normally means it is covering one or more tabs in Safari (or any tabbed application for that matter). Might have to try Growl again.

  • Premiere Elements "sign in Required" will not let me enter Adobe ID.  Just spins in lower right corner.  Says "Please connect to internet and retry."

    Premiere Elements "Sign in Required" will not let me enter Adobe ID.
    Message "Please connect to the Internet and retry" comes up after loading icon run in lower right corner.
    I have new S/N key, have tried reloading program, and have loaded trial on another PC and brought to this PC.

    Gobindlakhiani for information on how to resolve the connection error please see Sign in, activation, or connection errors | CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html.

  • Document "tiles" into lower right corner when opened

    If this is a duplicate post, I apologize . . .I've not read all the posts in the forum, but I'm in a time crunch. 
    My document looks as though it will open normally, page comes up normally, and then it "tiles" down so that upper left corner of the page is in the lower right corner.  You can literally watch the page step down from a full page until only about a 1" x 2.5" section is visible.  It only prints that lower right corner, and that's all that is viewable.  Also, even though the document is multiple pages, it only shows what appears to be the last page, and says the document is "1 of 1 pages"  When it "tiles" down, it appears that there are multiple pages behind the page shown, but we cannot get to them.  I've tried opening it in Adobe 9.3 and Adobe 7.  I'm not a whiz at Adobe, but this is the first time I've seen this.  Any ideas??  Thanks in advance.

    I also noticed unified and unknown on the iPhone. How can I make these merge with the contact that is already there so there is only one entry?

  • Cursor moves to lower right corner every time I move mouse.

    Macro, running 10.6.8. I came back from vacation after not using computer for a week and now this happens. Every time I move the mouse, less than a second later, it moves to lower right corner. Managed to repair permissions, but no good. Restarted with OS disk, repaired disk and permissions. Each time it repairs permissions, there is a long list of items, which seems odd.
    Also zapped pram. And unplugged computer for a while.
    Figured I try to install 10.7 Lion, which was tricky with limited mouse movement. It installed and worked fine for about a few minutes, but same problem occurred.
    Thoughts anyone?

    It sounds like your display is zoomed. Open System Preferences, Universal Access window. You will probable see that "Zoom" is set to "On". You can either turn it off there, or use the hotkey combination cmd-option-8 to toggle Zooming. See there is also a hotkey for zooming in and out. You must have hit the "zoom in" hotkey inadvertently.
    If you click the "Options" button, you see the settings that are causing the window to relocate. At the bottom, you probably have "Continuously with pointer" selected.
    I should mention that 10.4.9 has two odd glitches that cause the display to shift around, these are probably soon-to-be-implemented features in 10.5.

  • Hide levels icon in lower right?

    Hello,
    Does anyone know how to hide the icon in the lower right corner of master images that appears to indicate that levels have been edited? I'm trying to retouch the image in that spot, but for the life of me I can't figure out how to make the icon disappear. Every time I move the retouch tool to that location, the icon remains and I cannot see what I'm working on. I've taken a screenshot that can be viewed here:
    http://www.freeimagehosting.net/uploads/583629f0cc.jpg
    Thanks.

    Go to Preferences, Metadata, and uncheck the box next to Viewer. That should turn off overlays so that you can edit the image without the badge in the way.

  • TS3999 In MONTH, (PC) iCal only clearly lists 2 items a day. The 3rd item is "faded" and bottom portion cut off, w/ a "more" triangle in the lower-right corner. How can I expand (vertically) so the 3rd line posts clearly, and ONLY shows "more" if 4+ event

    In MONTH, (PC) iCal only clearly lists 2 items a day. The 3rd item is "faded" and bottom portion cut off, w/ a "more" triangle in the lower-right corner. How can I expand (vertically) so the 3rd line posts clearly, and ONLY shows "more" if 4+ events?
    Better yet... as there's a lot of "wasted" space w/ too large Month title and empty space surrounding the Month title above and too much space surrounding the month/year slider bar below, how can I minimize these to allow me more usable / valuable calendar "contents" so I don't need to waste so much time clicking "more" just to see the bottom of the truncated third event and find out there are no 4+ events posted that date?  i.e. more "user-friendly" presentation?
    Thx!
    [email protected]

    In MONTH, (PC) iCal only clearly lists 2 items a day. The 3rd item is "faded" and bottom portion cut off, w/ a "more" triangle in the lower-right corner. How can I expand (vertically) so the 3rd line posts clearly, and ONLY shows "more" if 4+ events?
    Better yet... as there's a lot of "wasted" space w/ too large Month title and empty space surrounding the Month title above and too much space surrounding the month/year slider bar below, how can I minimize these to allow me more usable / valuable calendar "contents" so I don't need to waste so much time clicking "more" just to see the bottom of the truncated third event and find out there are no 4+ events posted that date?  i.e. more "user-friendly" presentation?
    Thx!
    [email protected]

  • How to create a popup notification in lower right corner of screen

    Hi
    I am fairly new to GUI building in Java. I am using Netbeans 5.0 and currently developing a desktop application. I wanted to display informational messages from the application to come up in lower right corner of screen - similar to when in MSN or Yahoo messenger if new person signs in. Similar pop-up is also found in Norton when it finishes live update.
    Currently I am using JOptionPane.showMessageDialog to do this, but it would be more appealing with messages showing on the side without interrupting the application user.
    Can someone point me to what I should look at to achieve this? Any sample code would be great help.
    Thanks

    Use JFrame from javax.swing package. JOptionPane is a built-in dialog that is located at the center of its parent component. With JFrame u can specify the position of your GUI. Try to read the Sun's java tutorial on Creating GUI with Swing: http://java.sun.com/docs/books/tutorial/uiswing/index.html

  • How to make JFrame positioned to lower right corner of user's desktop

    I'm a new java user, and I'm working on building a small
    application. When the application is launched, I would
    like the application (JFrame) window to be positioned
    in the lower right corner of the user's desktop. Does
    anyone know how to get the user's desktop size so
    I can position the application.
    Here is a code snippet where I lauch the app.
    public static void main(String args[]) {
    ArchiveRestore mainFrame = new ArchiveRestore();
    mainFrame.setSize(500, 500);
    mainFrame.setTitle("Master Model Automation");
    mainFrame.setVisible(true);
    Thanks
    -cliff

    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Will get the screen size. The Toolkit class is in the java.awt package.

  • Where is the picture of the "security lock" that used to be in my lower right corner??

    There used to be a picture of a "security lock" in my lower right corner, either on my start bar or immediately above it, to show you were safe to enter your credit card info. before shopping websites. I haven't seen the picture of a "security lock" since I upgraded to Firefox 4. ?????

    Was replaced in Firefox 3 the the '''Site Identity Button''' enveloping the favicon on the Location Bar, see
    * https://support.mozilla.com/kb/Site%20Identity%20Button
    The padlock on the former Status Bar indicated a secure connection (https:)

  • In the lower right corner of the window there is a column of little white boxes with "9.8" over it what is this and how do I get rid of it?

    In the lower right corner of the window there is a column of little white boxes. Right over the column is "9.8". What is this and how do I get rid of it?

    Please provide a screen shot of that issue.
    https://support.mozilla.com/en-US/kb/Adding+screenshots

Maybe you are looking for

  • Adobe AIR won't install - Windows 7 Home Premium x64

    Im just going to copy and paste a previous discussion I saw, simply because, everything is the same with me. "Sorry, an error has occurred. An error occurred while  installing Adobe AIR. Installation may not be allowed by your  administrator. Please

  • IPhoto won't import photos

    I can no longer import photos from my camera. When I connect my camera (CannonEOS SLR) to my computer (MacPro), iPhoto opens and I see the camera in the  left hand menu options, and I get the camera download screen, but the images will not download.

  • Will Framemaker 7.0 run on Windows 8 (64 bit)?

    I know it's a dinosaur, but Framemaker 7 still suits my purposes, as long, of course, as it will run on the latest operating system. According to the Windows 8 Compatibility Center, it's expected that FM 7 will run on Windows 8, but there's no confir

  • Business place is required in some transactions

    Hi, Can any body explain guide me how to put the business place as required field, my claient asking business place is required in Transaction code FB60,FB70,FB65,FB75,MIRO, business place. I have traid through field status group, posting keys but it

  • HT1586 My TV is not recognizing the AppleTV I have it pluged directly into TV into the HDMI port

    I just got AppleTV and plugged it from the HDMI to the my reciever then from the reciever to the TV. The TV did not recognize it. Then I went directly from the AppleTV to the TV. Still not being recognized. It simply does nothing.  I need help...