Nope - that method is in there.
Here is what is in the file I sent out.
+ (NSArray*) plugInKeys
{
/*
Return a list of the KVC keys corresponding to the internal settings
of the plug-in.
*/
return [NSArray arrayWithObjects:
@"settingBool",
// @"settingIndex",
// @"settingNumber",
// @"settingString",
// @"settingColor",
nil];
}
On Dec 18, 2007, at Dec 18, 2007 | 2:40 PM, Troy Koelling wrote:
I haven't tried compiling it but I think you missed the +plugInKeys
method for your internal settings.
The template doesn't implement any internal settings, so I can see
why you may have missed it. Check the examples directory there
should be some in there.
Troy
On Dec 18, 2007, at 11:36 AM, Jack Hayward wrote:
I'm getting an error message every time I load my custom plugin
that I put together using xcode and IB.
...something about the object not being KVC-compliant.
(Sorry I didn't grab it - my email's still on Tiger)
I've been following the tutorials - it seems pretty simple, but
it's not working.
Files attached.
<PluginTemplate.xcodeproj><PluginTemplatePlugIn.h><PluginTemplatePlug
In.m><PluginTemplateSettings.nib>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list (Quartzcomposer-
[EMAIL PROTECTED])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/tkoelling
%40apple.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]