• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem in Mouse over
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Problem in Mouse over (From: ADIL SALEEM <email@hidden>)

  • Prev by Date: Google Map embedded in an iPhone application
  • Next by Date: Re: Google Map embedded in an iPhone application
  • Previous by thread: Problem in Mouse over
  • Next by thread: [newbie] NSTableView - First NSColumn should not be affected by horizontal scrollbar
  • Index(es):
    • Date
    • Thread