NSWindowController and IBOutlets
NSWindowController and IBOutlets
- Subject: NSWindowController and IBOutlets
- From: Volker Bublitz <email@hidden>
- Date: Thu, 9 Jan 2003 14:31:02 +0100
hello,
in my current project i use a NSWindowController Object to get a Window
from a .nib-file which i created with Interface Builder. in Interface
Builder i defined a class "Customer.h" with 3 Outlets to fields to the
Window in the mentioned .nib-file. The same class has got the
NSWindowController as a private Object "myWindowController". when using
myWindowController to load and show the window, everything is fine. but
i can't use the Outlets in the class to write something to the
textfields. any idea?
thanks.
volker
_______________________________________________
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.