EDIT: The problem below was fixed. However, now when I save the .nib file, and select Build and Go in Xcode, no window appears. The toolbar at the top of the screen shows that my application is running, and it appears in the dock, but no matter what I do I cannot get the main window to appear. I've tried restarting Xcode, restarting my computer, but nothing has worked so far. And no, I don't have any errors at all when compiling. Any help?
I'm trying to build an internet browser in Cocoa. My browser will have a drawer connected to the parent window that will hold the address bar and a few buttons. When I click on NSDrawer1 in the Instances panel, I click on Connections, and then Actions. But every time I do, it just says Not Applicable. I really need to access the actions so I can connect the "Toggle:" action to a button to open and close the drawer. However, I always get the "Not Applicable" message every time I try to see the actions in the NSDrawer class.
I'm trying to build an internet browser in Cocoa. My browser will have a drawer connected to the parent window that will hold the address bar and a few buttons. When I click on NSDrawer1 in the Instances panel, I click on Connections, and then Actions. But every time I do, it just says Not Applicable. I really need to access the actions so I can connect the "Toggle:" action to a button to open and close the drawer. However, I always get the "Not Applicable" message every time I try to see the actions in the NSDrawer class.