• 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: initilalization of an IBOutlet object
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: initilalization of an IBOutlet object


  • Subject: Re: initilalization of an IBOutlet object
  • From: "Shawn Erickson" <email@hidden>
  • Date: Fri, 18 May 2007 10:26:56 -0700

On 5/18/07, julien ricard <email@hidden> wrote:
hello,

I would like to initialize a NSTextfield outlet using some string
(that will be set dynamically). I tried the init function shown below
with no success. Anybody can help or give pointers to help?

- (id)init
{
[super init];
[currentTrackField setStringValue:@"None"];

return self;
}

Review NSNibAwaking...

<http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSNibAwaking_Protocol/index.html>

-Shawn
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Follow-Ups:
    • Re: initilalization of an IBOutlet object
      • From: "Michael Novak" <email@hidden>
References: 
 >initilalization of an IBOutlet object (From: "julien ricard" <email@hidden>)

  • Prev by Date: initilalization of an IBOutlet object
  • Next by Date: Re: initilalization of an IBOutlet object
  • Previous by thread: initilalization of an IBOutlet object
  • Next by thread: Re: initilalization of an IBOutlet object
  • Index(es):
    • Date
    • Thread