Skip navigation.
 
mlRe: NSAlert
FROM : I. Savant
DATE : Fri Apr 25 22:11:08 2008

>  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.

Related mailsAuthorDate
mlNSAlert Bart Beulen Apr 25, 21:55
mlRe: NSAlert I. Savant Apr 25, 22:11
mlRe: NSAlert Bart Beulen Apr 26, 07:10