Re: [Q] Tapping into existing objects
Re: [Q] Tapping into existing objects
- Subject: Re: [Q] Tapping into existing objects
- From: Ondra Cada <email@hidden>
- Date: Wed, 29 May 2002 23:28:37 +0200
On Wednesday, May 29, 2002, at 11:11 , Mark de Jong wrote:
When I first read about "poseAsClass:" I thought that would do the
trick. Unfortunately, it has the clause:
The poseAsClass: message should be sent before any messages are
sent to aClass and before any instances of aClass are created.
This would seem to indicate I would need to install something (a
framework?) that poses as either NSFont or NSFontManager early in the
startup sequence of OS X.
Nope. All the stuff is process-scoped. poseAsClass: works in the process
where you used it only -- and you need to use it before other messages are
sent _in that process_ again.
---
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.