Re: Problem in Mouse over
Re: Problem in Mouse over
- Subject: Re: Problem in Mouse over
- From: Stephane Sudre <email@hidden>
- Date: Mon, 10 Mar 2008 14:38:50 +0100
On 10 mars 08, at 12:47, ADIL SALEEM wrote:
Hi,
[...]
What i am doing is something like this...
- (void)mouseEntered:(NSEvent *)theEvent
{
[textField setStringValue:@"New Value"];
}
- (void)mouseExited:(NSEvent *)theEvent
{
[textField setStringValue:@"Old Value"];
}
Add a NSLog(@"%@", textField); in these methods to first check that the
textField var is not nil.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden