Re: Populating NSPopUpButton Question
Re: Populating NSPopUpButton Question
- Subject: Re: Populating NSPopUpButton Question
- From: Pascal Pochet <email@hidden>
- Date: Mon, 22 Apr 2002 20:04:41 +0200
I've created a subclass of NSObject. When my program loads I need to
populate an NSPopUpButton on my window. I know how to do this if a user
clicks on a refresh button for example but is there an action I can create
that will automatically be called when the application starts. I would
Ideally like the NSPopUpButton to be populated at LoadTime.
Thanks
- (void)awakeFromNib
of the controller of the window containing the NSPopUpButton is a
place to do that.
Pascal
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.