elementary question
elementary question
- Subject: elementary question
- From: Hussein Yahia <email@hidden>
- Date: Fri, 28 Dec 2001 10:09:51 +0100
Hello,
Could you please help on this: (elementary-level question, I'm
learning cocoa):
I create a document-based application and modify the document.nib
through IB. In the documentation, they say to use the NSDocument class
as the controller. So I define the interface, make the connections and
outlets etc. For instance my program just puts an integer value in a
Textfield through the setIntValue method in the outlet. But when I run
the app, the Textfield does not change. When the same program is run as
a simple application (not documeent-based) it works. Where did I miss
something ?
thank you very much
hussein yahia