Re: (newbie) drawer problem
Re: (newbie) drawer problem
- Subject: Re: (newbie) drawer problem
- From: Emma Whan <email@hidden>
- Date: Wed, 5 Mar 2003 09:05:24 +1100
Have you declared an accessor method for the drawer outlet? Just
because speechController imports mwController doesn't mean it can
directly access mwController's variables without an accessor.
>
Date: Tue, 4 Mar 2003 17:20:41 +0100
>
Subject: (newbie) drawer problem
>
From: "John Q." <email@hidden>
>
To: email@hidden
>
>
hi,
>
I have a Controller called mwController
>
in this Controller I have an IBOutlet drawer.
>
I would like to close this drawer from another controller called
>
speechcontroller
>
I have import the mwController.h in speechcontroller.m
>
And the debugger said, that the drawer is undeclared.
>
>
Can someone help me?
>
Thanks
>
john
_______________________________________________
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.