I'm working on an NSTextField subclass and I'm trying to find out when an
NSTextField's editor (i.e.  its "currentEditor") is created so I can set its
caret color using the following:[[self currentEditor]
setInsertionPointColor:];

Problem is, each notification/event I try to override is either too soon
(i.e. currentEditor is still null) or too late (i.e.  the cursor changes
color when the user starts typing)...


Am I missing something or is it really that complex to change an
NSTextField's caret color?

Any help would be appreciatede!

Jean-Nicolas Jolivet
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to