Re: Problems creating an NSWindow in a Finder CFPlugIn
Re: Problems creating an NSWindow in a Finder CFPlugIn
- Subject: Re: Problems creating an NSWindow in a Finder CFPlugIn
- From: David Remahl <email@hidden>
- Date: Mon, 24 Jun 2002 17:28:51 +0200
>
> This sample code may or may not be of interest:
>
>
>
> http://developer.apple.com/samplecode/Sample_Code/Cocoa/SpellingChecker.htm
>
>
Excellent, calling [NSApplication sharedApplication] is what was
>
needed. Thanks.
>
>
Looks like event handling is going to be a bit of a pain though, since
>
I'll be running as a part of the Finder and don't have much control over
>
how I receive events. I'll probably have to stick with the AppleEvent
>
approach.
>
>
Thanks anyway.
In addition, be aware that CMM's may run in the context of any app. Cocoa
applications load CMM's automatically (though there is no support for
informing the CMM what the context is). Therefore you can make no
assumptions on how your host application is built up.
/ David
_______________________________________________
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.