Re: Crossing the NIB?
Re: Crossing the NIB?
- Subject: Re: Crossing the NIB?
- From: Albert Atkinson <email@hidden>
- Date: Tue, 16 Apr 2002 17:38:56 -0500
Hello!
OK, pretty much I am using a menu item in "MainMenu.nib" to open a
window in "MyDocument.nib" It would not accept a connection to
First Responder and I do not understand MVC. How would I hard code
it?
Thanks for your help!
Albert
On Tuesday, April 16, 2002, at 05:28 PM, Ondra Cada wrote:
On Tuesday, April 16, 2002, at 11:27 , Albert Atkinson wrote:
Quick question, I have three NIBs, one of them is the doc NIB the
other the menu NIB and the last one holds my about box. I want
the about box to slide out of NIB number 1 (the document NIB)
So, I created the class and coded it. Problem is that I have no
clue how to make a menu item in NIB 2 access a panel in NIB 3
that slides out of NIB 1. Any ideas?
I'm not quite sure how much I do understand, but
(i) if you keep proper MVC, there should be no real problem (just
sometimes an inconveniency of going through controller instead of
directly)
;
(ii) First Responder is quite often your friend;
(iii) if neither (i) nor (ii) helps, you have to connect things
programmatically.
(There used to be a nice trick for that in MiscKit palettes, but
so far as I understand, MiscKit is kind of dormant nowadays.)
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
2K Development: email@hidden http://www.2kdevelopment.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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.
_______________________________________________
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.