Cursor does not change when moving mouse over controls.
Cursor does not change when moving mouse over controls.
- Subject: Cursor does not change when moving mouse over controls.
- From: "Wang Chun" <email@hidden>
- Date: Sun, 15 Oct 2006 04:11:25 +0800
Hi all,
I have a Dashboard widget plugin, whose initWithWebView look like this:
tokenField = [[[NSTokenField alloc] initWithFrame:NSMakeRect(20,
[webView bounds].size.height - 42, [webView bounds].size.width - 40,
22)] autorelease];
[tokenField setHidden:YES];
[webView addSubview:tokenField];
and in case of showBack, [tokenField setHidden:NO] called to show
tokenField and allow user to configure the widget.
It works almost perfect... but I have a normal html hyperlink on the
back side of the widget too, when mouse cursor move over it, the
cursor should look as a hand, and when the cursor move over the
tokenField, it should become "I"-shape. However, I have to click the
token field and have the cursor changed, also, I have to click
somewhere on the widget other than the token field, so when I move the
mouse cursor over the hyperlink, it became a hand. So I don't know
what cause the problem, and how to solve it. Anyone here please help
me, thank you.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden