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.
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 mails | Author | Date |
|---|---|---|
| Bart Beulen | Apr 25, 21:55 | |
| I. Savant | Apr 25, 22:11 | |
| Bart Beulen | Apr 26, 07:10 |






Cocoa mail archive

