Mouse Over Info displays immediately at Finder, Mail, Cyberduck etc.

Hi, I have a new Problem with my Mac -
At Finder, Mail, Cyberduck the yellow Info displays by Mouse Over displays immediately while using the Cursor.
Normaly the Infos about a Folder or File appear a few seconds after the mouse is still on it - but in my case it appearing directly.
Can somebody help ?
THX
Henning

Hi
since it's several apps - try the tip at http://hints.macworld.com/article.php?story=20061107125819464 or at least a
defaults read -g NSInitialToolTipDelay
to see if that's the cause
Is a New User Account the same ?

Similar Messages

  • The "Logout" button does not appear my Sakai sessions. I have to mouse over the blank area to find the link to logout. The Logout button does appear in Safari. Firefox version 10.0. Mac OS 10.7.2

    The "Logout" button does not appear my Sakai sessions. I have to mouse over the blank area to find the link to logout. The Logout button does appear in Safari. Firefox version 10.0. Mac OS 10.7.2

    To make sure that all required media is in the library contain the project you need to "Consolidate media"  see:  http://help.apple.com/imovie/mac/10.0/#mov882dee351
    You can then copy the library to your laptop with the Finder and open it with the same version of iMovie.  The last phrase is important since Apple has made changes in the project format several times even between minor updates of iMovie 10.  Earlier versions may not be able to read the library and later versions (not possible in this case) may cause the project to be updated so that it is no longer readable by the desktop version.   iMovie on the laptop will not at first find the copied library - you will have either to double click on it or File - Open library - Other and navigate to its location.
    Geoff.

  • Moving Mouse over White Display to restore Display after Sleep

    Details
    iMac 27" 3.2 GHz i3 (Model 11,3)
    OS X 10.8.2
    8 GB RAM
    1 TB HD (70% capacity availabile)
    All Apple Updates are current
    ISSUE
    Occasionally, when I wake my iMac from a sleep, the display is white with a visible black mouse cursor. When I move the mouse pointer around the display, it reveals the image behind the white screen one pixel at a time.
    I've seen this on a MacBook Pro's running OS X 10.7.
    Any assistance would be appreicated.

    Norman,
    Are you still having this problem? I seem to have solve my similar issue by resetting the screen background settings and desktops.
    Before I started to see the "whitescreen" I'd copied over some default backgrounds from OSX 10.6.8 and set them as a desktop background. I'd had to individually set the same image to 3 desktops. I don't recall if I'd left any applications running when the MBP went to sleep and logged me out.
    Assuming the "whitescreen" is some form of memory leak/corruption; I deleted the extra desktops and reset the background to a default OSX 10.8.2 solid color. Did a full power down of the machine and once restarted, let it go to sleep and log me out. Woke it up; no whitescreen: added a default Lion image, let it sleep. I repeated this process loading a copied 10.6.8 image; and then made three desktops, changed, added images to each desktop. So far, so good. Since I was "impatient", I'd cranked the sleep settings down to 1min so I don't know yet if there is a relationship between the whitescreen and sleep or log out delay time.
    Hope this helps or is even relevant.

  • Using mouse overs with pop-ups

    I'd like to create a pdf using mouse overs to display otherwise hidden text (in describing various portions of a photo in the doc).  Can anyone lead me in the right direction as specific guidance in 'Help' has so far been limited?

    You can use the "Tooltip" for an easy method. You can also use teh "On Focus" and "On Blur" action of a field to show or hide a hidden field by either the drop down actions or JavaScript.

  • How to change mouse-over label for a mx:CandleStickChart?

    I have an <mx:CandleStickChart .../> graph and want to change the default
    labels on the mouse-over window.  For example by default, the mouse-over window displays:
      line1: some label
      line2: open: #1
      line3: close: #2
      line4: high:  #3
      line5: low: #4
    I want to change the words "open", "close", "high", "low" to something else.  I optionally want to not show  the "close" line.
    Do you have any suggestions on how to do this?  If you do, please provide a short example.
    Thanks for taking the time to help.

    Hi
    First change the name from kPlusIconPNGIconRsrcID to kPlusIconPNGIconIRsrcID
    so "I" will indicate that your icon is inactive
    Create another resource id like:
    #define kPlusIconPNGIconIRsrcID 15
    #define kPlusIconPNGIconARsrcID 15
    Define paths to the icons
    resource PNGA(kPlusIconPNGIconIRsrcID) "../res/icons/PLUS_ICO_23_I.png" // Inactive icon
    resource PNGR(kPlusIconPNGIconARsrcID) "../res/icons/PLUS_ICO_23_A.png" // Active icon
    Regards
    Bartek

  • Picture mouse over enlarge?

    I am completely new to livecycle designer.  However I have been scouring the internet for a method to insert a picture that when I hover my mouse over it displays an enlarged version of this picture.
    It is for a feedback form.  I know there are lots of places showing me how to do this in html and javascript but I have no idea how to do this in livecycle or how to incorporate the other codes of doing it into livecycle.  Any help showing me how to do this from the basics would be greatly appreciated.
    Thanks alot,
    Dave

    Lots of views but no replies? Can Livecycle even do this?

  • Image Mouse Overs = Small source pic to large mouse oevr

    Hi
    Just need to pick someones brains really ....mouse overs are
    fairly straight forward if you wanna swap the same size image but
    what if the mous eover image you want to display is larger ?
    I figured this out years ago and now cant remember for the
    life of me how to do it ...I think you edit the script dreamweaver
    puts in...
    So to recap ...small source image then mouse over to display
    a large one...also can you re do the positioning on where the mouse
    over displays ?

    You can do this many ways ways -
    1. Don't use swap image - use Show/Hide layer instead. Have
    the alternate
    image in a hidden layer that is shown when the trigger is
    'tickled'. Using
    this method you can have images that are any dimension.
    2. Use swap image, but remove the dimensions from the
    original image's tag,
    i.e., change this -
    <img name="original" width="150" height="220" ...
    to this -
    <img name="original" ...
    Now when you swap in your offsize image, there is no
    predefined size to
    change it to. Be aware that this method may well result in an
    unpleasant
    and undesirable 'rearrangement' of your page layout as it
    adjusts to your
    new image's dimensions.
    3. Pad the smaller image with canvas background color on all
    sides so that
    all the images *are the same size*.
    4. Use a SetText behavior to change the image reference in a
    container on
    the page so that it will show the desired larger image in the
    proper place.
    You can see an example here -
    http://dreamweaverresources.com/tutorials/settextoflayer.htm
    5. Use the PVII ShowPic extension -
    http://www.projectseven.com/
    Take your pick....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "crashpolo" <[email protected]> wrote in
    message
    news:fpjrlm$83a$[email protected]..
    > Hi
    >
    > Just need to pick someones brains really ....mouse overs
    are fairly
    > straight
    > forward if you wanna swap the same size image but what
    if the mous eover
    > image
    > you want to display is larger ?
    >
    > I figured this out years ago and now cant remember for
    the life of me how
    > to
    > do it ...I think you edit the script dreamweaver puts
    in...
    >
    > So to recap ...small source image then mouse over to
    display a large
    > one...also can you re do the positioning on where the
    mouse over displays
    > ?
    >

  • PDFs cause crash     (Finder, Mail, Safari)

    TrueType fonts (.ttf) used in InDesign documents can create PDFs that cause Mac OS X applications to crash.
    It seems that Finder, Mail, Safari etc. can't render inline preview images and crash
    Outline the fonts in your InDesign documents and that "should" fix it.

    How do you "outline" fonts in docs you didn't create?

  • Why does moving the mouse over an IMAQ image display slow the GUI down so much?

    I have a large application with several vi's running simultaneously under labview 8.6.1.  When I mouse over an image display control in one of the vi's, everything slows down a shocking amount in all the other vi's.  The windows task manager does not show a large increase in CPU use.  My pc is has a quad cpu with 4GB of RAM, and the CPU and memory loads do not appear to be terribly taxing to the system.  However, many of my vi's apparently come almost to a standstill if I just move the mouse in a circle around my image control.
    This looks like it is largely a GUI display issue.  If I make a new vi and put a while loop in it that only displays the iteration loop number to an indicator, I can see the iterating occurring, then stopping totally when I mouse inside the image display control.  When I stop moving the mouse inside the control, or when I move it outside the control, the interation loop number jumps up, as if it had been incrementing behind the scenes the whole time.  So only display of the interating was halted.
    This problem occurs even if the vi with the image control is not executing.  If the vi with the image control is open but not running, and I mouse over the image on it, the other guis all come to a screeching halt.
    Does mousing in the image display control really utterly crush all other guis in all other labview windows?  Is this an issue inherent to the image display control?  If so, is there anything I can do about this? 
    Also, this issue is not entirely limited to display.  I started looking at it in greater detail because this issue also exposed what I think is a race condition in my code.  I have a vi that acquires an image from a ccd and puts it into an IMAQ image.ctl.  This image then gets passed up to a vi up the call chain, and is put on a queue and sent over to be de-queued by a vi that has the image display control.  Here's the kicker:  when I mouse over the image display control, the image successfully gets acquired inside the subvi, and if I probe the wire leading to the output IMAQ image display.ctl, I see the image.  If I simultaneously probe the wire coming out of the subvi one level up the call chain, the image gets lost about half the time.  This only happens if I am mousing in the image display control IN A TOTALLY DIFFERENT AND SEPARATE VI.  If I bump up the priority of the ccd image acquisition vi to 'highest priority', the problem only happens about 1% of the time, and I really have to mouse around to make it happen.  Still, it's disturbing that mousing in the GUI in one window results in a failure of a separate subvi to simply pass an image up the call chain.  I understand that IMAQ images are referenced rather than passed by value, but I don't see why there should be a failure to pass the image up the call chain.  I've looked for a race condition, but can't find one.
    Eric

    I have finally been able to replicate the behavior that you are seeing on another computer once the image was large enough.  Here are a few notes about this behavior:
    First. The UI only slows down when the images are large, 16 bit images.  The reason why this is unique to 16 bit images is that they can only be displayed on the front panel as 8 bit images.  The workaround that Weiyuan suggested to change the 16 bit display mapping hints towards the root of the problem...that any time a mouse runs over the indicator, Windows asks the entire image to re-draw (having a separate indicator overlapping the image will create the same behavior).  With a 16 bit image, not only does the image have to re-draw on the screen but the 16 bit pixels need to be mapped to 8 bits.  When setting the 16 bit display mapping to Full Dynamic, this requires mor computation/pixel than 90% dynamic or one of the other mapping schemes.
    This is expected behavior if your program is running and you're trying to display a large 16 bit image.  To fix this behavior there are a couple options:
    Change the 16 bit display mapping to something other than full dynamic.  You can choose which 8 bits to display or if you want to map the bits. 
    Resize the image just for viewing purposes on your front panel (since you aren't going to view every single pixel of you image on the screen). You can use the IMAQ Resample.vi to do this.  This will allow you to take your 1500x1500 pixel image and only display a 500x500 pixel version.
    If you are interested in viewing small details of the large image, consider just displaying a smaller region of interest at a time.
    Let me know if any of these solutions work for you.  Good luck on your application.
    Zach C.
    Field Engineer
    Greater Los Angeles

  • How to turn off image info when hovering mouse over image?

    I think I must have selected something by accident because now everytime I hover my mouse over an image, I get all this info about that image. I know it can be info will be good to know but I don't want to see it all the time. I can't find anything in the settings that seems like it would be able turn it off.
    suggestions?

    ress the T key on your keyboard

  • URL displays when moused-over

    Somtime in the dim past I enabled "Display url on mouse-over." Now I want to turn this feature off but I can't find where I turned it on. Anybody know where this feature is?

    You're welcome. Glad to have helped.
    Mahalo for the and Aloha from Big Island.

  • Turn off metadata display box when mousing over photos?

    When mousing over photos in the viewer or browser, a box pops up next to the cursor showing metadata. I find this very distracting and annoying when editing a photo or confirming faces. In Aperture 2, you could turn it off under preferences, but for the life of me I can't figure out how to turn it off in Aperture 3 (metadata has a separate tab rather than controlling the viewing of metadata under preferences in A2). Hitting the letters Y and U work in the viewer and browser, respectively, but only for one photo - doesn't stop it for good. I've tried messing around with all the other metadata view settings. Any ideas?

    Hitting the letter T toggles the display, you can adjust this setting with Command -J.
    HTH
    wok4

  • How to get mouse over shape to display data in Visio 2013?

    Hi Visio pros,
    I am required to create a diagram of our servers rack setup and will be publishing to a Web page using Visio 2013.
    The goal is to mouse over the server shape and have the data be displayed. I have followed arguably every solution on the internet. I am either doing it wrong, or it might be outdated information.
    I'm hoping Paul Herber, or other Visio pros would be able to help me with this situation as I am on a tight schedule and have exhausted my resources.
    Things I have tried:
    user.visEquivTitle in ShapeSheet
    http://visualsignals.typepad.co.uk/vislog/2012/02/no-mouseover-with-visequivtitle.html
    and
    prop.(data name) in the comments within the miscellaneous section of the ShapeSheet.

    Hi Sir!
    I am open to the possibility that I may have done something wrong as I am very new to Visio.
    Here are the steps I followed:
    http://visio.mvps.org/ShapeSheet/
    Browser that I am using is Internet Explorer since I ran into problems with Google Chrome.
    However, after more reading I noticed the User.visEquivTitle provides a tooltip. If it is what I think it is, which is a small yellow box displaying a string, my employer would not want that.
    We're looking for something that will provide an aesthetic display of data after mouse over onto the shape.
    Thank you very much for your help.

  • How do you create the 'cream pop-up info text boxes' that appear when you hover mouse over?

    Hi people,
    I really need to know how you create the 'cream pop-up info text boxes' that appear when you hover your mouse over an object on a webpage (and often in any program e.g. Photoshop) for more than a second. I need to know because the logo on my website is the navigation tool used to return to the homepage. It is always found in the top left so the user can always click it to return.
    The only problem is im the only one who knows that when you click my logo, you return to the homepage. I need one of these 'cream info boxes' (forgive my lack of knowledge) to appear so the user will figure it out.
    Thanks for taking the time to read my question...

    Using your code it should look like this where title attribute is in red:
    <div id="apDiv2"><a href="index.html"><img src="divs_dw/jtgd_logo_trans.png" alt="jtgd_logo" title="your description goes here" width="176" height="163" /></a></div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Display of IPTC description during mouse-over in filmstrip

    Windows XP SP3, LR3
    When you move your mouse over an image in the film strip, you get a temporary popup showing the IPTC title and description fields from the image.
    Unless I have missed something, this behavior can not be changed.
    This can be a problem when the description field is VERY long.  It can cover up a significant portion of the screen and can be very annoying.
    I have a number of pictures where I have a VERY long narative about that particular picture.  It is annoying as I move over these images in the filmstrip and see huge popups momentarly appear.
    There should be some way to either disable this feature, or at least limit the amount of description field that is shown.
    Gary

    Thank you!  I should have thought of that myself.  Now that I think about it, I knew that what was displayed there was controlled by what you have set in View options.
    Gary

Maybe you are looking for

  • Issue with Deployment of SOA application which contains rule

    Hi, I am working on SOA OrderBooking Workshop When i create a rule and try to deploy the application on my machine i am getting error message . But the same application when i try to deploy on my colleague machine its works perfectly fine. Note : The

  • What is best movie format for iBooks Author

    What is the best movie format for iBooks Author?

  • Get an image from a varbinary field in an SQL Server 2005 database

    Hi: In a varbinary(MAX) field of an SQL Server 2005 database I storage JPG images. I design a webservice that returns the following XML structure: Public Class IMAGEN Public ErrorConsulta As Long Public Imagen As Byte() End Class The response look li

  • Help me to view my mistakes in mouseMoved

    Hallo ! I've been around here looking for an article or discussion about mouseMoved..but none has answered my problem. Hmm..how do I describe my problem...ok, sorry for the long ass post here, but I am not a good expainer. The Case: I want to make a

  • Alias names

    What is alias names for columns and tables in joins. Is alias related to speed of retrieval process.If yes how ?. If not, then what is the purpose of alias. Can u suggest me a solution.