How can I discover which icon I have accidentally removed from the toolbar?

Twice now, I have accidentally dragged an icon from the toolbar by mistake and cannot for the life of me remember which!!! (I've only know i've done it by the tell-tale 'poof' noise as it disappears into thin air!
Can anyone help with a suggestion on how I can work out the missing icon, please?!!!

It's a little like a logic puzzle.
Just about everything except Finder and Trash are optional items as far as Dock presence goes.
You'll know which is missing when you want to run an app and it's not shown on the Dock. You can then add it back in. If you never need to run an app that's not on the Dock, you don't need it on the Dock.

Similar Messages

  • How can i know which index will be used when executing the query ?

    1 ) I have query in which i have 3-4 tables but there multiple index on one column .
    so how can i know which index will be used when executing the query ?
    2) I have a query which ia taking too much time . how can i know which table is taking too much time ?
    3) Please Provide me some document of EXplain plan ?

    Hi Jimmy,
    Consider the below example
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    CREATE TABLE FIRST AS
    SELECT * FROM all_objects;
    UPDATE FIRST
    SET object_name = 'TEST'
    WHERE owner != 'SCOTT';
    CREATE INDEX idx_first ON FIRST(object_name);
    SELECT *
    FROM FIRST
    WHERE object_name = 'TEST';
    It has not used index
    Execution Plan
    Plan hash value: 2265626682
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 58678 | 7334K| 163 (4)| 00:00:02 |
    |* 1 | TABLE ACCESS FULL| FIRST | 58678 | 7334K| 163 (4)| 00:00:02 |
    /* Formatted on 2011/02/04 21:59 (Formatter Plus v4.8.8) */
    SELECT *
    FROM FIRST
    WHERE object_name = 'emp';
    This has used the index
    Execution Plan
    Plan hash value: 1184810458
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 1 | 128 | 1 (0)| 00:00:01 |
    | 1 | TABLE ACCESS BY INDEX ROWID| FIRST | 1 | 128 | 1 (0)| 00:00:01 |
    |* 2 | INDEX RANGE SCAN | IDX_FIRST | 1 | | 1 (0)| 00:00:01 |
    From this we can come to the conclusion that, whether to use one index or not by oracle
    would also depend on the data which is present in the table. This has to be this way as
    we see in the bind peeking, if oracle sticks to only one plan, say only use the full table
    scan, it would be a performance hit when it searches for the second query ie where object_name
    ='emp';
    2.
    If we have a query like below.
    select * from emp
    where upper(ename) = upper(:p_ename);
    Evenif we have the index on ename column, oracle wouldn't be able to use the index, as there is a function in the predicate column. If you need oracle to use the index, we need to create a function based index as below.
    Create index idx_ename on emp(upper(ename));
    Regards,
    Cool

  • How can i create a hyperlink annotation on a pdf file using preview? the tool is removed from the toolbar

    It seems that the tool to create an hyperlink on a pdf file is removed from the toolbar!

    In order to initiate printing by clicking a button, the button has to have either an "execute menu item" type action or use the "print" JavaScript method. As you guessed, the former won't work since there are no menu items to execute, and the latter can only work if the particular PDF viewer you're using supports it. I'm not aware of any that do on iOS.
    The button doesn't appear because you're probably opening it in the default PDF viewer, which doesn't support forms at all. If you were to open the form in Adobe Reader, you'd see the button but it wouldn't work.

  • I have accidentally "disconnected" from the Internet in Airport Utility. How do I reverse what I have done?

    I have accidentally "disconnected" from the Internet in Airport Utility. How do I reverse what I have done? I clicked on the globe and clicked where it said "connected" and now it says "disconnected" HELP!

    markwmsn, In the Airport Utility on my iPad I clicked on the globe at the top of the screen and over to the side there was the word "Connected". I clicked on it and it changed to read "Disconnected". At that point I started having Internet connection problems. All of the extremes (2) and expresses (6) I have spread throughout my home at first were green, but then began to either turn yellow, like the globe had, or disappear from the screen. Even though the globe remained yellow I went through the house and reset all the other devices. I was sure the problems were caused by my clicking on the word " Connected" and changing it to " Disconnected". I clicked on "Disconnected", but nothing happened. I called and wrote my ISP to ask them to reset the server serving my home. I got a call few hours later telling me that there had been an outage in my area, so I began thinking that perhaps there had been a coincidental occurrence of me clicking "Connected" and there being a service outage in my area. Needless to say I've decided to never click that word again for fear of the problem really being my actions.
    If you can shed light on any of this, I'd be grateful.
    Jay

  • How can i arrange my Top Rated Playlist to be from the new song till the old i added... (also to be in the iphone) ??

    how can i arrange my Top Rated Playlist to be from the new song till the old i added... (also to be in the iphone) ??
    i want the every sone the i mark as FULL STARTs (full rate) will be shown in the top of the list.. and each time i add a song that way it will be the first..
    i need it to be *** same in my iphone..  hope to find the help here
    thanks !

    there is no way to make a list that every song that i mark full star will be in the list as i added them ?
    i mean i want to add all song i like with FULL stars but i want them to be arrenged as i added them to the list..
    i think i had it once and it was working perfectly with the iphone but now for some reason nothing seems to work..

  • Some obsolete objects have been removed from the query. (QP0027)

    HI All,
    I'm Getting the below error whenever i try to export my Universe to the reposotory.
    "Some obsolete objects have been removed from the query. (QP0027)"
    I know what this error means but i need to know do i get out of it.
    I have to click ok N number of times to export this universe to Rep.
    I have more than 1300 objects in my univers and more than 100 tables.
    Please suggest how to fix this issue.
    Thanks,
    Ravichandra K

    >
    wavery wrote:
    > Hi Simon,
    >
    > Can you explain what you mean by "spin it off" if your Universe has more than 100 tables?
    >
    > Thanks
    Hi wavery, when you have more than 100 tables in the universe, the chance these tables are all used by the same functional group is very slim. When I say functional groups, I mean groups of users from, say Inventory Management Department or Financial Planning Department for example. You can then break up the humongous universe into multiple smaller universes that cater these functional groups. It makes the universes more manageable. When a universe gets too large, it becomes more and more difficult every time when you are trying to troubleshoot for problems.
    There are of course different schools of thought.  Some argue that you do not want to have to recreate the common objects, like date/time LOVs and condition objects or organizational hierarchy LOVs and condition objects (we have a whole bunch of those). The management in our company favored this school of thought, and that got us into big trouble. We have a universe that is so big and so complex that even the developers have difficulty figuring out which object is for what purpose. Then management came up with another idea of using link universes to provide self-service to the business users. And that did not go well either, but that is another story.
    Every company has different business needs. So there is no cookie-cutter formula. You have to sit down and review your business needs, and figure out what makes sense to break up the large universe into more manageable smaller size universes.
    Hope this helps. Please feel free to post again if you have further question.

  • [svn] 1931: the ja_JP swc' s should not have been removed from the locales package, I' m adding them back in

    Revision: 1931
    Author: [email protected]
    Date: 2008-06-03 13:30:46 -0700 (Tue, 03 Jun 2008)
    Log Message:
    the ja_JP swc's should not have been removed from the locales package, I'm adding them back in
    Modified Paths:
    flex/sdk/trunk/build.xml

    Hi Manny1/mreider,
    First, I’m sorry to hear that you two may be having issues utilizing a recently purchased Gamers Club Unlocked (GCU) Gifting Card.
    In all reality, our stores don’t even need to exchange the Gifting Card for the standard GCU card, although that option should be available to you if absolutely needed. The GCU Gifting Card can be applied to your My Best Buy membership by simply following the directions on the back of the card.
    Thanks for sharing your feedback and I hope for a much better experience when you return to your local Best Buy to get this taken care of! If needed, please don't hesitate to ask for a manager or supervisor.
    Brian|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Would like to know why I have twice removed from the account for $ 1

    Would like to know why I have twice removed from the account for $ 1

    Your post makes no sense in English. 

  • How can I open picture files that have been downloaded from my I Phone 4 to my Windows 8 laptop and share them?

    How can I open apple picture files that I downloaded from my IPhone 4 to my windows 8.1 laptop?

    ronylouis wrote:
    i deleted notes fom my old iphone and surprised to see that they have been deleted from my new phone ..how can i get them back ...i dont have any backup??
    Why would you be surprised?  You were syncing your Notes with iCloud or a Mail Account.  Synchronization means when you make a change on one device, it affects all other devices that are synched for the same purpose.  Like when you delete an email (usually) it also disappears from your other devices as well.

  • IMac running 10.7.5 and have 2 question marks from old PPC apps, which I cannot locate to remove from the system?  Any suggestions please?

    iMac running 10.7.5 and have 2 question marks from old PPC apps, which I cannot locate any links to remove from the system?  Any suggestions please?

    Hello, if those Question marks are in the Dock, it means OSX can't find them either.
    Right click on the Q mark & choose Remove from Dock, might be Roght click or click, then Options>Remove from dock on later OSX versions.
    Sometimes you can just drag it of the Dock, or CMD +drag it off.

  • When I try to view the IDVD tutorials, I get a message that says: The video cannot be found. It may have been removed from the server.  HTTP 404. What do I do?

    When I try to view the tutorials in IDVD, I get the following message: "The vodeo cannot be found. It may have been removed from server  HTTP 404" What do I do?

    You don't say what version of iDVD you are using, nor what link you were using, but try these:
    A good guide to iDVD 7 can be found here:
    http://www.kenstone.net/fcp_homepage/idvd_07_stone.html
    Apple's tutorial on iDVD 07/08 is here:
    http://manuals.info.apple.com/en/idvd_08_getting_started.pdf

  • How can I determine which service packs have been applied?

    Our installed version of business objects enterprise R2 is indicted as 11.5.3.4175 in the support information selected from the Add/Remove Programs listing of Business objects Enterprise R2......
    How / or what information can I refer to in order to compare the version # to in order to determine which SP#'s and / or fix patches have been installed?

    To verify that you have SP2 or SP3
    installed (Windows)
    1. Go to Start > Settings > Control Panel.
    2. Double-click Add or Remove Programs.
    The "Add or Remove Programs" dialog box opens.
    3. Check the list for BusinessObjects XI Release 2 Service Pack 2 or
    BusinessObjects XI Release 2 Service Pack 3.

  • HT2492 I am using Snow Leopard and the icon for dashboard was removed from the dock.  Does anyone knopw how to put it back?  I have searched Finder, Trash and the Applications folder but i can't find it.  It works when i press F4 so it must still be there

    I have searched Finder, Trash and the applications folder but i can't find where it is kept.  I want to put the icon for Dashboard back in the dock - how can i do this?

    The combo update may replace anything you have inadvertently deleted.
    Mac OS X 10.6.8 Update Combo v1.1
    You can reapply it over the top of any previously downloaded version.  I see that your profile says 10.6.8.
    Then software update to pick up any new security, iTunes updates.

  • How can I tell which generation we have?

    I want to buy Otter boxes for our itouches and I cant remembers which generation we have. I looked in settings and I see serial  number but not anything about what generation. It says 8G on the back. Does anyone know how I find this info?

    See here:
    Identifying iPod models
    If yours is an 8 GB model with iOS 5 then it is a 4G. The 4G has the camera too.

  • Stupid question 1. How can I tell which model I have?

    Posted in the wrong area...Not a webOS question!
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

    It usually has a USRobotics, Palm, or 3Com logo on top. On the left or right side, it should say something like "PalmV, m500,Tungsten | T, etc."
    If you cant read it, we can try the hard (er) way. Description, etc, and maybe I can tell what it is.
    webosnation.com is another option for help.

Maybe you are looking for

  • I just upgraded to Lion but still can't buy Pages/Numbers!

    I talked to three Apple Experts (online, in store, by phone) and was assured that once I paid $60 to upgrade from my OS X 10.5.8 system to OS X Lion (not Mountain Lion, apparently my system can't handle that one) I would be able to purchase and use t

  • Problem with Pen Tool contrast...

    I noticed this the other day. When I'm using the pen tool in Photoshop CS4, it sometimes takes the color of what I'm using the pen tool on, ie; if I'm working with a picture with a bright green or pink, the path is bright green or pink (see link belo

  • Create custom swing control

    Hi, I'd like to create my very own swing component. It isn't just a modification of an existing one but rather a group of existing components (JButton, JProgressbar, JToggleButton) that interact. Is there a way to do this with some kind of visual edi

  • Power Supply Unit

    Hello All, I was wondering if this power supply will fit in my case: http://www.bestbuy.com/site/Corsair+-+Gaming+Series+700-Watt+ATX+CPU+Power+Supply/1073697.p?id=12182... I have the Gateway FX 6840-03e: http://www.tigerdirect.com/include/AddCartfro

  • Network Security Groups REST API

    HI, according to this link: http://azure.microsoft.com/blog/2014/11/04/network-security-groups/ Network Security groups is currently exposed only through power shell and REST API. I can't find any REST API documentations. any idea?