I am trying to programatically get some data from an array controller when my program launches.
NSArray *allServers = [serverLibraryArrayController arrangedObjects]; This code works just fine with I invoke it with a button click. However, if I put it in awakeFromNib or ApplicationDidFInishLaunching it returns nil. What method can I use so that this action is done automatically when the program launches, but after core data has loaded data into the array controller? Thanks, Adam _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]