FROM : Boisy G. Pitre
DATE : Thu Dec 23 20:20:36 2004
On Dec 23, 2004, at 9:17 AM, stephane sudre wrote:
> In the code, when you call [NSBundle loadNibNamed:@"VirtualDriveView"
> owner:myOwner]
>
> myOwner must be an instance (not initialized but allocated) of the
> class of File's owner.
>
> This way after the call, myOwner is the File's owner instance and
> inherits its connexions.
So do I need three sets of files?
VirtualDriveController.h/VirtualDriveController.m (already have)
VirtualDriveModel.h/VirtualDriveModel.m (already have)
VirtualDriveView.h/VirtualDriveView.m (don't have yet)
And the owner should be an allocated (but not inited) instance of my
VirtualDriveView class?
--
Boisy G. Pitre
E-Mail: <email_removed>
Mobile: (337) 781-3997
Web: www.boisypitre.com
DATE : Thu Dec 23 20:20:36 2004
On Dec 23, 2004, at 9:17 AM, stephane sudre wrote:
> In the code, when you call [NSBundle loadNibNamed:@"VirtualDriveView"
> owner:myOwner]
>
> myOwner must be an instance (not initialized but allocated) of the
> class of File's owner.
>
> This way after the call, myOwner is the File's owner instance and
> inherits its connexions.
So do I need three sets of files?
VirtualDriveController.h/VirtualDriveController.m (already have)
VirtualDriveModel.h/VirtualDriveModel.m (already have)
VirtualDriveView.h/VirtualDriveView.m (don't have yet)
And the owner should be an allocated (but not inited) instance of my
VirtualDriveView class?
--
Boisy G. Pitre
E-Mail: <email_removed>
Mobile: (337) 781-3997
Web: www.boisypitre.com
| Related mails | Author | Date |
|---|---|---|
| Boisy G. Pitre | Dec 23, 15:17 | |
| stephane sudre | Dec 23, 15:21 | |
| Boisy G. Pitre | Dec 23, 16:01 | |
| stephane sudre | Dec 23, 16:17 | |
| stephane sudre | Dec 23, 16:22 | |
| Faizel Dakri | Dec 23, 16:31 | |
| Boisy G. Pitre | Dec 23, 20:20 | |
| Guy English | Dec 23, 22:57 | |
| Boisy G. Pitre | Dec 24, 19:09 | |
| mmalcolm crawford | Dec 24, 23:16 |






Cocoa mail archive

