Re: Passing data to a different nib

2008-10-24 Thread Cody Brimhall
I'm not sure if this is the *best* approach for what you're trying to do, but you could use notifications (http://developer.apple.com/documentation/Cocoa/Conceptual/Notifications/Introduction/introNotifications.html ). If all you've got is two nib files loaded automatically at runtime, then I

Passing data to a different nib

2008-10-23 Thread Hough, Kenneth P
Hi I'm pretty sure it's very obvious however I still cannot figure it out. I have done research and followed some sample code but just does not function for me. The following is my problem: I have a window with three NSButtons. When one of the buttons are clicked, the previous window hides