Question about a Bridge Icon

Hi, I'm new to Adobe Bridge and I saw some photos of mine having an icon on the top right, its circular with two triangles or arrows on it, i can't seem to find it in the Help section of Bridge.
what does this icon mean? and how do i remove it? thanks!

curt y wrote:
This means that the file has been edited in ACR. The original still exists along with the file info to add the edits.  You can reset the image to original status if you need to.
so there is nothing wrong with the photos? i mean i don't have to worry about anything? sorry for the noob questions!

Similar Messages

  • Question about my fitness icon

    I push on my fitness icon and I just get pedometer and history not walk,run and history. Why is that? thanks

    I found the answer from a previous question about updating software to 1.2

  • Questions about ActiveX Bridge and SWT

    Hi !
    I found few weeks ago the www.reallyusefulcomputing.com site answering my question about Java & Macro of MSWord. Now I've found two steps that I am not able to overcome.
    First, when I build a simple application and I have internal libraries to use, am I compelled to place the jars in the lib/ext directory of the Java Runtime Directory? I have many difficulties in placing a convenient class-path in the manifest file. Why does the application ignore the manifest string?
    The second problem (and the biggest one) is that I am trying to build an SWT java-bean-application but I have problems during runtime. Is it possible to use this technology for my software or am I compelled to use AWT and SWING?
    I really hope you can help me.
    Thank you in advance.

    hi,
    I have to catch events from excel sheet in my java code..events like some change in value or a click of some user defined button etc.I have written th follwoing code but it does not gives me any event.It simply opens the specified file in the excel in a seperate window.but when i click on the sheet or change some value no event is captured by my code....can ne one pls tell me how to go about it....
    public class EventTry2 {
         private Shell shell;
         private static OleAutomation automation;
         static OleControlSite controlSite;
         protected static final int Activate = 0x00010130;
         protected static final int BeforeDoubleClick = 0x00010601;
         protected static final int BeforRightClick = 0x000105fe;
         protected static final int Calculate = 0x00010117;
         protected static final int Change = 0x00010609;
         protected static final int Deactivate = 0x000105fa;
         protected static final int FollowHyperlink = 0x000105be;
         protected static final int SelectionChange = 0x00010607;
         public void makeVisible()
              Variant[] arguments = new Variant[1];
              arguments[0]=new Variant("true");
              //Visible---true
              automation.setProperty(558,arguments);
              //EnableEvent--true
              boolean b =automation.setProperty(1212,arguments);
            System.out.println(b);
             public Shell open(Display display){
             this.shell=new Shell(display);
              this.shell.setLayout(new FillLayout());
              Menu bar = new Menu(this.shell,SWT.BAR);
              this.shell.setMenuBar(bar);
              OleFrame frame = new OleFrame(shell,SWT.NONE);
            File file= new File("C:\\Book1.xls");
              try{
              controlSite =  new OleControlSite(frame, SWT.NONE, "Excel.Application");
              this.shell.layout();
              boolean a2=true;
              a2=(controlSite.doVerb(OLE.OLEIVERB_SHOW|OLE.OLEIVERB_OPEN|OLE.OLEIVERB_UIACTIVATE|OLE.OLEIVERB_HIDE|OLE.OLEIVERB_PROPERTIES|OLE.OLEIVERB_INPLACEACTIVATE)== OLE.S_OK);
              System.out.println("Activated::\t"+a2);
            }catch(SWTException ex)
                 System.out.println(ex.getMessage());
                 return null;
              automation = new OleAutomation(controlSite);
              //make the application visible
              makeVisible();
              System.out.println("Going to create Event listener");
              OleListener eventListener=new OleListener(){
                   public void handleEvent(OleEvent event){
                        System.out.println("EVENT TYPE==\t"+event.type);
                   switch(event.type){
                   case Activate:{
                        System.out.println("Activate Event");
                   case BeforeDoubleClick:{
                        System.out.println("BeforeDoubleClick Event");
                   case BeforRightClick:{
                        System.out.println("BeforeRightClick Event");
                   case Calculate:{
                        System.out.println("Calculate Event");
                   case Change:{
                        System.out.println("Change Event");
                   case Deactivate:{
                        System.out.println("DeActivate Event");
                   case FollowHyperlink:{
                        System.out.println("Activate Event");
                   case SelectionChange:{
                        System.out.println("Activate Event");
                        Variant[] arguments = event.arguments;
                        for(int i=0;i<arguments.length;i++)
                             System.out.println("@@");
                             arguments.dispose();
              System.out.println("outside");
              OleAutomation sheetAutomation=this.openFile("C:\\Book1.xls");
              controlSite.addEventListener(sheetAutomation,Activate,eventListener);
              controlSite.addEventListener(sheetAutomation,BeforeDoubleClick,eventListener);
              controlSite.addEventListener(sheetAutomation,BeforRightClick,eventListener);
              controlSite.addEventListener(sheetAutomation,Calculate,eventListener);
              controlSite.addEventListener(sheetAutomation,Change,eventListener);
              controlSite.addEventListener(sheetAutomation,Deactivate,eventListener);
              controlSite.addEventListener(sheetAutomation,FollowHyperlink,eventListener);
              controlSite.addEventListener(sheetAutomation,SelectionChange,eventListener);
              shell.open();
              return shell;
         public OleAutomation openFile(String fileName)
              Variant workbooks = automation.getProperty(0x0000023c);//get User Defined Workbooks
              Variant[] arguments = new Variant[1];
              arguments[0]= new Variant(fileName);
              System.out.println("workbooks::\t"+workbooks);
              IDispatch p1=workbooks.getDispatch();
              int[] rgdispid = workbooks.getAutomation().getIDsOfNames(new String[]{"Open"});
              int dispIdMember = rgdispid[0];
              Variant workbook = workbooks.getAutomation().invoke( dispIdMember, arguments );
              System.out.println("Opened the Work Book");
              try {
                   Thread.sleep(500);
              } catch (InterruptedException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              int id = workbook.getAutomation().getIDsOfNames(new String[]{"ActiveSheet"})[0];
              System.out.println(id);
              Variant sheet = workbook.getAutomation().getProperty( id );
              OleAutomation sheetAutomation=sheet.getAutomation();
              return(sheetAutomation);
         * @param args
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              Display display=new Display();
              Shell shell=(new EventTry2()).open(display);
              while(!shell.isDisposed()){
                   if(!display.readAndDispatch()){
                        display.sleep();
              controlSite.dispose();
              display.dispose();
              System.out.println("-----------------THE END-----------------------------");

  • Three Questions about CS6 Bridge and Photoshop and CR2

    1.I Upgraded CS6 to my computer. Old Version was 5.5 and Bridge was 5.1. Why the CR2 filer doesn´t all show in thumbnails and no image is shown in the right window where you can check the picture. The CR2 files are shot with Canon 5D Mark II. Also Photoshop doesn´'t show the prewies when you try to open. In 5 version these weren´t problems.
    2. Why Bridge doesn´t show  the pictures color profile in metatada, it says Untagged. The images are shot in Nikon D3000 camera. It shows it in Raw file.
    3. Why some pictures show little unfocused in Bridge but when you go o raw, it is sharp. The sharpen little checking window in Bridge shows 200%?
    and finally
    4. I think that now when I have two CS versions in my computer they slows it down. Is it okay to burn the CS5.5 files in DVD and then uninstall it?

    Two versions on the same computer will not have any effect.  They are seperate programs and will not interfere.  Best to leave as is.
    In CS6 click on Help/about plugin/camera raw.  You should have version 7.1 there.
    What OS?

  • Question about Ivy Bridge and graphics

    Does Ivy bridge CPUs provide great graphics performance?
    For basic CS6 rendering, iMovie and soft gaming, an Ivy Bridge MacBook Pro / Air with HD4000 could be the right choice?
    In other words, is it worth to get a 15" or the retina for these kind of stuff?
    In the past, I had to chose between a GMA and a dedicated card which represented a big upgrade. What about now?
    One more thing. I guess the MBP 13" would soon have a retina model too. What about the graphics? I read that HD4000 can handle retina resolution... is it really that powerful?
    Thank you

    For basic CS6 rendering, iMovie and soft gaming, an Ivy Bridge MacBook Pro / Air with HD4000 could be the right choice?
    I run WoW on my 2011 "off the shelf" Air - 1.7Ghz 4GB RAM *Intel 3000* - runs very reasonably for a light-medium gamer such as myself. 40-60FPS on "fair" settings.
    Intel HD 4000 is reportedly around 60% faster than 3000.
    Based on this, if my 2011 Air runs WoW this well, I'd say a 2012 Air/13 Pro with Intel 4000 and (strongly recommended) 8GB RAM would see significantly higher performance.
    One more thing. I guess the MBP 13" would soon have a retina model too. What about the graphics? I read that HD4000 can handle retina resolution... is it really that powerful?
    If Intel 4000 (and even 3000) can handle a 2560x1600 Thunderbolt display I would have no doubt it would handle a 13" retina display which would probably have a similar sized resolution.
    This being said, playing games in retina mode with Intel graphics would probably be a no.

  • Question about Lion Harddrive Icon

    Hi Guys:
    This is one of the dumber questions, but if you please indulge me for a quick second . . . .
    Running MBA late 2011, 11", with 10.7.2 Lion.
    What are the steps I need to take to get the machine's harddrive icon to display full time on the desktop?
    I liked the old days better !
    Thanks,
    h/

    Have a look in... Finder > Preferences > General Tab > Hard Disc
    You may also be interested in... Finder > View > Show status bar

  • Question about Sad Face Icon

    If a restore / reset doesn't fix the sad face icon. What other problems would could it be? A bad battery? or Hard Drive. The reason I ask is a friend has a 4th G 20 Gb and he has the sad face Icon and I asked him if he restore it and he informed he did. That being said his technology knowledge isn't the best.. he is still thinks a camera will steal your soul.

    If you ask me - in normal case, the Restore will solve the Sad iPod problem, however, iPod with this problem, its hard drive could have some bad sectors. Therefore, even doing a Restore, it will only temporary fix it. I could be wrong I do no think doing a Restore = 100% doing a format, so I will suggest the iPod with this problem need to do a format (on Mac we use disk utility - Erase with security option of zero data out)

  • For questions about your desktop icons and all file associations changing to itunes after install, follow this link.

    SUCCESS!
    I had the same problem and this is what helped me to fix the problem.  It is a computer problem in your registry.  Here's the link to the post that helped me. Good Luck!
    http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restor e.html .   This link helped in fixing the problem.  Just follow the instructions.

    Drew
    The specific link for Apple Remote Desktop is here:
    http://discussions.apple.com/forum.jspa?forumID=1007
    This is the link for all the Forums. Apple Remote Desktop is in the Server Section at the bottom of the 2nd Column:
    http://discussions.apple.com/index.jspa
    You can't install Snow Leopard Remotely. Think about it.
    What you could do - and assuming you have OSX Server - is install 10.6 on one mac, get it fully up to date, install the remaining applications - assuming site licenses - use the System Image Utility on the Server (or a Client with the application installed) to create a NetBoot Image of that built workstation. Image the rest using OSX Server's NetBoot Service. I've done numerous site installations using OSX Server and NetBoot (60 and more individual workstations) in a day or two depending on the Software installed.
    Not surprisingly there is a dedicated forum for this also:
    http://discussions.apple.com/category.jspa?categoryID=96
    +" . . . is this a tool that would help obtain our goals quicker that installing all the software on each computer individually."+
    Apart from the initial OS install - Yes. You can install incremental OS Updates using ARD easily and quickly. Again if you have OSX Server you can utilise it's Software Update Service to achieve the same thing quickly and easily.
    If you don't have OSX Server you can by all means do this the way you're saying. You don't even need to use SuperDuper - why pay for something that can be done for free with what's already supplied? All you need is a firewire cable, target disk mode and the Restore option in Disk Utility. The more firewire cables you have the sooner you'll get it done.
    It does not really matter what you're using for your Network although a Time Machine Capsule is adequate enough.
    Tony

  • Quick Question about home screen icons?

    I just upgraded from the 3g to the iphone 4 and was wondering if there are supposed to be home screen icons for Voice Control and FaceTime?

    There are no icons. In Settings > Phone you can activate or deactivate FaceTime: Turn FaceTime on or off.
    To activate Voice Control, press and hold the home button.
    The iPhone iOS4 User Guide can help a lot.

  • Question about message notifier icon

    On my Pearl I had an envelope appear when i had a voice message and on the 8900 i have a strange symbol.  How do i get the envelope back?  Is it even possible?  Thanks

    Hi and welcome to the forums!
    From the main message queue do a search:
    service=ALL SERVICES
    folder: ALL FOLDERS
    show: ONLY UNREAD
    type=ALL
    Thanks,
    Bifocals
    See the voice mail indicator between the 10 msgs and the 2 missed calls? 
    Was that the (strange symbol?
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Hi , i'm new here and i would like to ask a question about iPad 2 . Well , actually when i hold my finger on any icon , its not jiggling , i need to fix the icons . May i know what can i do in this case ? thank you in advance ,

    Hi , i'm new here and i would like to ask a question about iPad 2 . Well , actually when i hold my finger on any icon , its not jiggling , i need to fix the icons . May i know what can i do in this case ? thank you in advance ,

    Try a reset. Hold the Sleep and Home button down for about 10 seconds until you see the Apple logo. Ignore the red slider.

  • Question about Time Capsule and Spotlight

    I have a simple question about using Time Capsule and Spotlight. Is everything that goes on to Time Capsule indexed into Spotlight? It would appear so but when I search for something (that is still on my hard drive and also backed up to Spotlight) only the local copy appears. Would it be that it finds the closest copy and if that were not there it would point to the Time Capsule copy? Thanks in advance for clarifying this for me.

    The automatic setup in the airport utility has changed something.
    Is the line down to the TC from the express dotted.. in other words is wireless??
    Funny stuff happens.
    Please post the screenshots of the 3 pages from the airport utility setup for both airport express and TC..
    Make sure wireless is set to off in the express.
    Both should be set to dhcp on the internet tab and both set to off bridge mode on the network tab.
    So for example the bridge on the network tab.
    The summary page can also be a help.
    There is a half summary page when you click the item in the airport utility.
    There is also a fully summary page, when you hold option key and double click the TC icon for example.

  • Questions about Photo Files

    I am new to Mac and have a couple of questions about storing photo files just so I'm clear on everything I'm doing (or should be doing).
    I have copied my files over from an external hard drive to the Pictures folder on the Mac which seems pretty much how they were stored in Windows. I have always used Photoshop to edit my photos and will be doing the same on the Mac plus I am going to start using Aperture.
    I thought I would check out iPhoto today and if I understand correctly it imported (copied) all the photos in my files over to it so now there are two copies of all my photos and double the space taken up on the hard drive. Can someone confirm this is true and if probably not the best way to store my photos since I will be using Photoshop?
    My second question, is there a way to have thumbnails of the photos in folders with out opening the folders?
    Any and all advice on photo files, storage, ect. is welcome!
    Thanks in advance

    Hi
    That's correct - when iPhoto imports your images, it stores them in its library (Pictures/iPhoto/iPhoto Library, which appears to the Finder as a single file, but which is actually a package containing files and folders). It doesn't delete the original version.
    Both Aperture and Adobe Bridge (which is bundled with Photoshop) will themselves have the ability to manage your images, so you'll probably want to decide which application you prefer for image organisation and stick with one or the other. Aperture and iPhoto will also work together, so you can actually choose to store your masters in iPhoto if you prefer its image management.
    Both Aperture and Bridge have "thumbnail view" of an image library, or you can do a quick and dirty preview by opening the image folder in the Finder and switching to icon view (and using the View Options menu - cmd-J - to increase the icon size if necessary).
    Matt

  • Just installed iOS6, questions about "iMessage" and other things...

    I've been a satisfied iOS4 user since I bought my iPhone4, but I was forced to install iOS6 tonight in order to download a "free" app. I found a few new icons on the screen along with about 200 percent more "Settings" I'd like to ask some questions about. I'm sure a few of these could be answered by doing a frantic and thorough search through weeks of posts but I'm a little short on time right now.
    First, what exactly is iMessage? Looking at the page for it, I can't see any difference between it and regular text messages. The info page says its to avoid charges, but between my data plan and not being charged for text I don't see where theres any other benefit. The one person I text with the most recently asked me why I had not installed iMessage yet, and didn't have an answer when I asked him why I should. I guess he just wanted to see text replies in blue instead of green.
    In a related bit, flipping through Settings>Messages>Send & Receive I find a "2 addresses" section, with my phone number in there as well as my email under "You can be reached by iMessage at:" and "Start new conversations from:". What good does it do iMessages to have my email address? Does the Mail app handle text as well as email addresses? That seems to be the only explanation, and also very odd to think I'd be trying to text through my Mail app.
    Second, looking through the Settings>Mail I see now that I have an icloud email address as well as the mac.com address I've been desperately hanging on to for the past 10 years, and the me.com address they've been trying to force me into since those came out. (I was happy to see I could delete the me.com address from the phone. I wish I could delete it from the universe.)
    I wasn't even aware there was a such thing as icloud.com addresses. When did this happen? What is it used for?
    Third, under that icloud Setting I see a long list of apps with buttons labeled "Off" under it. What are those for? Under the Mac.com settings I see switches for "Mail" and "Notes", with Mail on and Notes off. The Notes app (which I haven't used since my old iPhone 3) still opens, regardless of this setting.
    Fourth, I now have an item called "Facetime" under my Settings. It is off, but underneath it says "Your phone number and/or email address will be shared with people you call". I understand caller ID normally sends caller number info to the receiver, but why would someone need my email address if I call them?
    Fifth, I now have a "Music" setting, at the bottom of which I see a "Home Sharing" item, which when clicked brings up my AppleID and asks me if I want to Sign Out or Cancel. What is Home Sharing? Its also at the bottom of the "Video" settings.
    Sixth, now I have Twitter and Facebook settings? For what? I don't have accounts with either of those companies. So why have settings, especially since it asks me to create accounts and download apps for those companies right in the Settings?
    Seventh, there is a camera icon on the unlock screen. Touching it causes the screen to bounce up about a quarter inch, almost but not quite revealing something behind it. I should probably just quit asking about this stuff already, but I'll take the bait - what is this now?
    Finally, what is the Notification Center used for?
    If I got a text under iOS4, it would put an alert on the Unlock screen. Scrolling through this huge list of things under the Notification settings I'm really blown away by all the apps set up to yell at me. I can see having an alert for a text message but Game Center? What the heck is that, and why is it set up to hit me with a "Badge App Icon" (whatever that is) when I get alerts from "Everyone". Similarly, the phone is set to alert me to something called a "Photostream Alert"? What is this? Why is there a Phone section for the Notification Center? So they can put a Notice on my screen to tell me the phone is ringing? Holy cow! The phone is set to send me alerts from the "Weather Widget". So if I miss the fact its raining there will be a message on my screen to let me know? Whats next - a buzzer to tell me I'm listening to music?
    There's a lot more, like what would I need Passbook for when I have the actual movie tickets, gate boarding passes, coupons, etc in my hands, but we'll leave that for another time. Many thanks to all who can offer some answers to my questions above.

    Hey Taantumus!
    Here is an article that will provide some guidance on this question:
    Apple ID: Changing your password
    http://support.apple.com/kb/ht5624
    The next time you use an Apple feature or service that uses Apple ID, you'll be asked to sign in with your new Apple ID password.
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • A few questions about Patone colors

    I have a few questions about patone colors since this is the first time I use them. I want to use them to create a letterhead and business cards in two colors.
    1)
    I do understand that the uncoated is more washed out than the coated patone colors. I heard that this is because the way paper absorbs the inkt. This is why the same inkt results in different colors on different paper (right?). My question is why is the patone uncoated black so much different than normal black (c=0 m=0 y=0 k=100) or rich black:
    When I print a normal document with cmyk, I can get pretty dark black colors. Why is it that I cannot have that dark black color with patone colors? Even text documents printed on a cheap printer can get a darker color than the Patone color. It just looks way too grey for me.
    2) For a first mockup, I want to print the patone colors as cmyk (since I put like 10 different colors on a page for fast comparison). I know that these cmyk colors differ from the patone colors and that I cannot get a 100% representation. But is there a way to convert patone to cmyk values?
    I hope that some of you can help me out with my questions.
    Thanks.

    You can get Pantone's CMYK tints in Illustrator, (Swatches Panel > Open Swatch Library > Color Books > PANTONE+ Color Bridge Coated or Uncoated) but in my view, what's the point?  If you're printing to a digital printer, just use RGB (HSB) or CMYK. Personally, I never use Pantone's CMYK so-called "equivalents."
    Pantone colors are all mixed pigmented inks, many of which fluoresce beyond the gamut limits of RGB and especially CMYK. The original Pantone Matching System (PMS) was created for the printing industry. It outlined pigmented ink formulations for each of its colors.
    Most digital printers (laser or inkjet) use CMYK. The CMYK color gamut is MUCH SMALLER than what many mixed inks, printed on either coated or uncoated papers can deliver. When you specify non-coated Pantone ink in AI, according to Pantone's conversion tables, AI tries to "approximate" what that color will look like on an uncoated sheet, using CMYK. -- In my opinion, this has little relevance to real-world conditions, and is to be avoided in most situations.
    If your project is going to be printed on a printing press with spot Pantone inks, then by all means, use Pantone colors. But don't trust the screen colors; rather get a Pantone swatch book and look at the actual inks on both coated and uncoated papers, according to the stock you will use on the press.
    With the printing industry rapidly dwindling in favor of the web and inkjet printers, Pantone has attempted to extend its relevance beyond the pull-date by publishing (in books and in software alliances, with such as Adobe) its old PMS inks, and their supposed LAB and CMYK equivalents. I say "supposed" because again, RGB monitors and CMYK inks can never be literally equivalent to many Pantone inks. But if you're going to print your project on a printing press, Pantone inks are still very relevant as "spot colors."
    I also set my AI Preferences > Appearance of Black to both Display All Blacks Accurately, and Output All Blacks Accurately. The only exception to this might be when printing on a digital printer, where there should be no registration issues.
    Rich black in AI is a screen phenomenon, unless in Prefs > Appearance of Black, you also specify "Output All Inks As Rich Black," -- something I would NEVER do if outputting for an actual printing press. I always set my blacks in AI to "Output All Blacks Acurately" when outputting for a press. If you fail to do this, then on the press you will see any minor registration problems, with C, M, and Y peeking out, especially around black type.  UGH!
    Good luck!  :+)

Maybe you are looking for

  • Two copies of same library on one computer

    I have a copy of itunes and my library on two hard drives on my computer. When I add a song to the library on one hard drive it automatically gets copied to the other. I want to delete it from one of the hard drives because it is taking up too much s

  • Java to Javascript in Mac OS

    Hi , I need help . I need to communicate from applet to java script in the same page . the only thing i came across is netscape.javascript.JSObject which gives access to DOM object . but this thing does not work with MAc system . i am using power MAc

  • Simple question with arrays

    Im a couple days new in java, Ive been searching for an answer for hours and havent found a solution. This is the mistake it shows (when trying to use any element of the array): array required, but java.util.ArrayList <java.lang.String> found The arr

  • "Save As" crashes logic 9

    Can anyone advise - using a tascam 1082 which is often the culprit but this just seems like a bug.

  • I have error messages when I try to start iPhoto?

    Process:         iPhoto [2947] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier:      com.apple.iPhoto Version:         9.4.3 (9.4.3) Build Info:      iPhotoProject-720091000000000~1 App Item ID:     408981381 App External I