Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • Blama
    replied
    Thank you very much. I'm using addMouseOverHandler(...) and addMouseOutHandler(...) now. Should have thought of that one myself.

    Best regards,
    Blama

    Leave a comment:


  • Isomorphic
    replied
    The first isn't really a hover, it's just something you want to do on mouseOver (and clear on mouseOut).

    Leave a comment:


  • Blama
    started a topic Best practice needed: Two Hovers or different delays

    Best practice needed: Two Hovers or different delays

    Hi Isomorphic,

    please see the code from this thread. I want to achieve the following:
    1. On hover, directly change the icon of a button (Button.setHoverDelay(1))
    2. Still have a "Tooltip" / Hover after some time (Button.setHoverDelay(300))

    Is this somehow possible?

    Thank you & Best regards,
    Blama
Working...
X