Re: referring to global windows
Re: referring to global windows
- Subject: Re: referring to global windows
- From: Ondra Cada <email@hidden>
- Date: Tue, 14 May 2002 20:50:03 +0200
On Tuesday, May 14, 2002, at 08:16 , Matthias Fripp wrote:
Replacing frameworks in all my Cocoa applications seems like a "bigger
hammer" than I need for this job.
Would be, if anybody suggested it. We are *not* speaking of replacing
frameworks though; with ObjC you can
- load just a small bundle into the app process space;
- use the standard [[NSApplication sharedApplication] mainWindow] or
whatever inside the bundle's code;
- communicate with the bundle any way you want to
(NSDistributedNotifications or DO look like most probable answers, but
there's no limit actually).
In this case, there's no need to touch framework *any way* (not even by a
category or poseAsClass).
---
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.