Re: NSAlert
Re: NSAlert
- Subject: Re: NSAlert
- From: "I. Savant" <email@hidden>
- Date: Fri, 25 Apr 2008 16:11:08 -0400
> I cannot find out how to refer to the window of my single window program in
> the method: beginSheetModalForWindow
> Some help would be appreciated!
Where (in what object) is this code located? That'd probably be a
good place to add an IBOutlet to your window (and connect it in
Interface Builder).
You'll want to *thoroughly* read this:
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/chapter_1_section_1.html
Pay particular attention to the "Communicating With Objects"
section, and the "Outlets" subsection.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
References: | |
| >NSAlert (From: Bart Beulen <email@hidden>) |