Re: Crossing the NIB?
Re: Crossing the NIB?
- Subject: Re: Crossing the NIB?
- From: Ondra Cada <email@hidden>
- Date: Wed, 17 Apr 2002 00:28:26 +0200
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.