On Wed, Jun 10, 2009 at 8:55 PM, Daniel Cowx<daniel.c...@gmail.com> wrote:
>
> I've got a composite view that consists of a SkBitmap and
> views::Label. I'd like to use IDC_HAND (hand cursor) for this
> composite view so I've overridden view::GetCursorForPoint(...)
>
> Though this kinda works, it causes the cursor to jitter/flicker as it
> calls this function repeatedly based on the current cursor coordinates
> within the view. How can I implement the desired functionality without
> this flickering?
>
> I've also tried overriding view::OnMouseEntered() and
> view::OnMouseExited() and manually calling ::SetCursor() to no avail.
> Can someone please shed some light.

I believe the "link" view (such as is used in the about box) turns the
cursor to a hand. I would check how that works.

Brett

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to