Re: IBOutlets and savePanels
Re: IBOutlets and savePanels
- Subject: Re: IBOutlets and savePanels
- From: Matt Neuburg <email@hidden>
- Date: Sun, 14 Jul 2002 08:24:12 -0700
On Sat, 13 Jul 2002 18:20:05 -0700, Andrew Merenbach <email@hidden> said:
>
My second question regards the save panel, which doesn't seem to work
>
when I try to use it as a sheet. I get a warning: "NSSavePanel does not
>
respond to..."
Assuming you're typing the method names correctly, this typically means you
are not importing <Cocoa/Cocoa.h> into your header file. When you create a
subclass starting in PB, by default it imports only
<Foundation/Foundation.h>. If you forget to change that, you'll get this
sort of message for any class that uses the appkit. m.
PS Your mac.com mailbox is full.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
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.